How do i access session variable from client side java
New DiscussionGday, can anyone help show me how to access session variable from java script. i have tried as in code below but no luck.
function wdgRegister_Selection_RowSelectionChanged(sender, eventArgs)
{
var vendor = eventArgs.getSelectedRows().getItem(0).get_cell(4).get_value();
<%Session(“RegisterId”) = vendor; %>
}
// –>
The above code is not working. can any one help. Thanks
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
2 Created On
Jan 02, 2013 Last Post
13 years, 1 month ago