Posted on: 6/12/2014 6:57:22 PM | Views : 373

I'd like to avoid the use of jquery here.  I have a wizard in this wizard, I do a database query which outputs radio buttons.  In the very last step of the wizard, I use a review of all of the entered user data, and I was wondering, how do I pull that data?

I've tried Request.Form["query2"] and it doesn't seem that you can insert asp tags after the site has loaded.

Go to the complete details ...