Master pages and Postback

  • Thread starter Thread starter John
  • Start date Start date
J

John

I have textbox control on a masterpage. Now when we type something in
textbox and press the enter key, i want it to post to another
page.aspx. How can i do this?

Thanks.
 
Thanks, but my master page doesn't have a button so i can't use
postbackurl property. Is there any other option available.
 
I can't find any good info about this. Does someone else know about
this.

Basically i want to submit the form to a different page, i dont have a
submit button on the page. Form will be submitted when user enters
something in the textbox and press the enter key.
 
Now you changed the requirements. We can submit to a different form using a
CrossPage PostBack but you still have to learn how to search the web for the
code you can copy and paste to learn how to PostBack using a TextBox.


<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top