| Author: Sujit Kumar 05 Jul 2008 | Member Level: Diamond | Rating: Points: 1 |
Hi,
I think you can do in c# through viewstate, querystring and session objects.
when you submit data to server that time you can store data in session lie Session["nameField"]="sujit";
but give me the brief description what do u want to do.
|
| Author: Christian 10 Jul 2008 | Member Level: Bronze | Rating: Points: 2 |
Thanks for your help Sujit.
I have solve my problem.
I use Page.Request.Form["The Field I am Looking For"]
|