Read Only Form in ASP NET Page

Please support our ASP.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
Reply

Join Date: Jul 2009
Posts: 36
Reputation: chrispaul8676 is an unknown quantity at this point 
Solved Threads: 0
chrispaul8676 chrispaul8676 is offline Offline
Light Poster

Read Only Form in ASP NET Page

 
0
  #1
Jul 6th, 2009
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
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 412
Reputation: Ramesh S will become famous soon enough Ramesh S will become famous soon enough 
Solved Threads: 81
Ramesh S Ramesh S is offline Offline
Posting Pro in Training

Re: Read Only Form in ASP NET Page

 
0
  #2
Jul 6th, 2009
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 3
Reputation: phanvv is an unknown quantity at this point 
Solved Threads: 0
phanvv's Avatar
phanvv phanvv is offline Offline
Newbie Poster

Re: Read Only Form in ASP NET Page

 
0
  #3
Jul 7th, 2009
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
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 36
Reputation: chrispaul8676 is an unknown quantity at this point 
Solved Threads: 0
chrispaul8676 chrispaul8676 is offline Offline
Light Poster

Re: Read Only Form in ASP NET Page

 
0
  #4
Jul 9th, 2009
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.
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 164
Reputation: dnanetwork has a little shameless behaviour in the past 
Solved Threads: 24
dnanetwork's Avatar
dnanetwork dnanetwork is offline Offline
Junior Poster

Re: Read Only Form in ASP NET Page

 
0
  #5
Jul 10th, 2009
on the next page user...Querystring.....

  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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 36
Reputation: chrispaul8676 is an unknown quantity at this point 
Solved Threads: 0
chrispaul8676 chrispaul8676 is offline Offline
Light Poster

Re: Read Only Form in ASP NET Page

 
0
  #6
Jul 10th, 2009
I can understand this, but am i suppose to add it freely under a button code or something?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC