Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi how to use the session variable for the radiobutton in asp.net.
Posted
Updated 3-Feb-11 18:47pm
v2
Comments
Baji Jabbar 4-Feb-11 0:43am    
Oh man , didn't get what you really want. Can you explain what is the issue you facing :)
ahsan sarfraz 4-Feb-11 0:52am    
yes please explain e.g. which value you want to get saved on which event of radio button .
gowdhami 4-Feb-11 1:30am    
in button click event
shakil0304003 4-Feb-11 0:54am    
Use google 1st!!!

1 solution

You can use cross page. Example
Click
Or you can store the radio button value of the 1st webpage to the session.
Session["RBValue"] = radio1.SelectedItem.Value;
 
Share this answer
 
Comments
gowdhami 4-Feb-11 1:34am    
for the radiobutton we cannot use the selected item.. this is for the dropdownlistbox coding..anyway thanks for your answer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900