472,097 Members | 1,054 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,097 software developers and data experts.

how to populate the text box

hi all,

I actaully need to populate a value into the textbox ,
and again need to retrieve it.

like there is a


study: textbox

now this value of the text box when i enter i need to retrive it and again when i press the submit i need to repoulate it with the value i gave earlier in the textbox.....

so how do i do it.
Sep 19 '07 #1
1 1035
markrawlingson
346 Expert 100+
I think this is what you're trying to do...

Expand|Select|Wrap|Line Numbers
  1. <input type="text" name="whatever" value="<%=Request.Form("whatever")%>" />
  2.  
Upon submitting the form the information from the textbox "whatever" will be repopulated back into the textbox.
Sep 19 '07 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

2 posts views Thread by C. David Rossen | last post: by
4 posts views Thread by Mike L | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.