![]() |
| ||
| 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 |
| ||
| Re: Read Only Form in ASP NET Page Check this link: http://csharpaspnet.blogspot.com/200...read-only.html |
| ||
| 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 |
| ||
| 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. |
| ||
| Re: Read Only Form in ASP NET Page on the next page user...Querystring..... string first_name = Request.QueryString["First_Name"].toSting(); hope it helps.. |
| ||
| 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