943,522 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 1575
  • ASP.NET RSS
Jul 6th, 2009
0

Read Only Form in ASP NET Page

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
chrispaul8676 is offline Offline
36 posts
since Jul 2009
Jul 6th, 2009
0

Re: Read Only Form in ASP NET Page

Reputation Points: 165
Solved Threads: 113
Posting Pro
Ramesh S is offline Offline
580 posts
since Jun 2009
Jul 7th, 2009
0

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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
phanvv is offline Offline
3 posts
since Jul 2009
Jul 9th, 2009
0

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.
Reputation Points: 10
Solved Threads: 0
Light Poster
chrispaul8676 is offline Offline
36 posts
since Jul 2009
Jul 10th, 2009
0

Re: Read Only Form in ASP NET Page

on the next page user...Querystring.....

ASP.NET Syntax (Toggle Plain Text)
  1. string first_name = Request.QueryString["First_Name"].toSting();
  2.  
  3. TextBoxFirst.Text = first_name.toString();

hope it helps..
Last edited by peter_budo; Jul 10th, 2009 at 6:24 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Reputation Points: 28
Solved Threads: 106
Banned
dnanetwork is offline Offline
633 posts
since May 2008
Jul 10th, 2009
0

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?
Reputation Points: 10
Solved Threads: 0
Light Poster
chrispaul8676 is offline Offline
36 posts
since Jul 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: Validation (using validators) between rows in GridView
Next Thread in ASP.NET Forum Timeline: custom paging





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC