DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   ASP.NET (http://www.daniweb.com/forums/forum18.html)
-   -   Read Only Form in ASP NET Page (http://www.daniweb.com/forums/thread201934.html)

chrispaul8676 Jul 6th, 2009 7:26 am
Read Only Form in ASP NET Page
 
hi,
there, I am coming up with a registration form. I want to know how to come up with a readonly form.

Firstly, the user has to register themselves on this form, then once the user has pressed the submit button, the user will be sent to the next page, where, the data that was entered before will be presented for the user to see if there is any adjusting needed in the information entered. Please help as i am not sure how to come up with this page

Ramesh S Jul 6th, 2009 9:06 am
Re: Read Only Form in ASP NET Page
 
Check this link: http://csharpaspnet.blogspot.com/200...read-only.html

phanvv Jul 7th, 2009 5:26 am
Re: Read Only Form in ASP NET Page
 
when the user clicks the Submit you need to transfer the information string that the user just created,

then in the next page you request string user have just made

chrispaul8676 Jul 9th, 2009 10:44 am
Re: Read Only Form in ASP NET Page
 
I can't understand the phrase 'then in the next page you request string user have just made '. what should i actually do? please assist me.

dnanetwork Jul 10th, 2009 3:49 am
Re: Read Only Form in ASP NET Page
 
on the next page user...Querystring.....

string first_name = Request.QueryString["First_Name"].toSting();

TextBoxFirst.Text = first_name.toString();

hope it helps..

chrispaul8676 Jul 10th, 2009 10:11 pm
Re: Read Only Form in ASP NET Page
 
I can understand this, but am i suppose to add it freely under a button code or something?


All times are GMT -4. The time now is 3:21 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC