Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to pass values of checkboxlist,radiobuttonlist,dropdownlist to another page in asp.net using c#?
Posted
Updated 23-May-13 19:31pm
v2
Comments
[no name] 24-May-13 1:55am    
Please improve your question

Well,I made title and your question lil bit concise.You mean to pass values,that is not redirect.

Further refer to question i have answered at below link

How to pass objects, not values, between pages in ASP.net c# without Session?[^]

And also go through

How to: Pass Values Between ASP.NET Web Pages[^]

There are number of ways you can do this.Keep in mind,all the techniques have its own adv. and disadv, so first figure out scenario and use the appropriate one.

Regards
 
Share this answer
 
Declare a variable and assign the value to that.

After that using Query string or Session Variable you can pass to the next page.


Reading Value from checkbox use this link[^]


Passing Value using session[^]
 
Share this answer
 
Comments
Rambo_Raja 24-May-13 4:16am    
thanks...as i m new in this field appologise for mistake

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