473,325 Members | 2,860 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Master pages and Postback

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.

Jul 31 '06 #1
5 1408
"John" <jo**********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegro ups.com...
>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?
http://www.developerfusion.co.uk/show/4687/
Jul 31 '06 #2
Thanks, but my master page doesn't have a button so i can't use
postbackurl property. Is there any other option available.
Mark Rae wrote:
"John" <jo**********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegro ups.com...
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?

http://www.developerfusion.co.uk/show/4687/
Aug 1 '06 #3
Are you banned from the search engines? I can find all kinds of documents
using a search term such as: postback from textbox

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

"John" <jo**********@hotmail.comwrote in message
news:11*********************@75g2000cwc.googlegrou ps.com...
Thanks, but my master page doesn't have a button so i can't use
postbackurl property. Is there any other option available.
Mark Rae wrote:
>"John" <jo**********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegr oups.com...
>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?

http://www.developerfusion.co.uk/show/4687/

Aug 1 '06 #4
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.

clintonG wrote:
Are you banned from the search engines? I can find all kinds of documents
using a search term such as: postback from textbox

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

"John" <jo**********@hotmail.comwrote in message
news:11*********************@75g2000cwc.googlegrou ps.com...
Thanks, but my master page doesn't have a button so i can't use
postbackurl property. Is there any other option available.
Mark Rae wrote:
"John" <jo**********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegro ups.com...

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?

http://www.developerfusion.co.uk/show/4687/
Aug 1 '06 #5
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/.
"John" <jo**********@hotmail.comwrote in message
news:11*********************@s13g2000cwa.googlegro ups.com...
>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.

clintonG wrote:
>Are you banned from the search engines? I can find all kinds of documents
using a search term such as: postback from textbox

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

"John" <jo**********@hotmail.comwrote in message
news:11*********************@75g2000cwc.googlegro ups.com...
Thanks, but my master page doesn't have a button so i can't use
postbackurl property. Is there any other option available.
Mark Rae wrote:
"John" <jo**********@hotmail.comwrote in message
news:11*********************@m73g2000cwd.googlegr oups.com...

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?

http://www.developerfusion.co.uk/show/4687/

Aug 1 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Martijn Saly | last post by:
Hi there, I've created a master page with some controls on it, a Calendar control among others. Now depending on the date(s) selected, the content page needs to be updated. In the masterpage...
0
by: Managed Code | last post by:
Hello All, Here is my issue and thanks in advance for any assistance. I have a base page with a dropdownlist that fires an event with the selected index. The content page catches the event and...
4
by: Diane Yocom | last post by:
I'm trying to use an Atlas UpdatePanel to just update a label when a text box has changed. The problem is that my textbox is in a user control and I'm using Master Pages - with the combination of...
2
by: igotyourdotnet | last post by:
Is there a way to prevent the master page to reload every time the user makes a selection off of the menu? I want to give it a "Frame" like appearance were only the content section changes with a...
0
by: danielclark | last post by:
Hello, Here's my scenario: I have a simple contact form set up where the user can choose how they wish to be contacted from a list of options presented in a Select box (DropDownList)....
0
by: =?Utf-8?B?TWFyayBHaWxrZXM=?= | last post by:
I have designed and written a custom menu like server control. The control inherits from DataBoundControl and implements INamingContainer and IPostBackEventHandler interfaces. The control uses only...
4
by: Annie | last post by:
Hi guys, I am having a weired situation that don't know how to handle it ... I have master pages, the master page contains a dynaic menu which is set up in the database and has page url, name,...
6
by: anthonykallay | last post by:
Hi there, I dont this this a bug but i cant get my head around it.. I have a master page that has a login control on it, to log in i press the button and the page posts back, however on the page...
0
by: rawatgaurav81 | last post by:
Hi All, I had a very simple problem here.I had a simple page where I had some controls.I also had a button on the page on whose click event I am saving the state of these controls in an xml...
4
by: Seth Williams | last post by:
If I have some Master Page properties, and assign them when the master page first loads, knowing that I can access these property values in the current Content pages, will these properties be...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.