Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Page Navigation


Message #1 by "Walter W. Holliday" <Walt@W...> on Fri, 21 Feb 2003 22:45:40
This is most likely a stipid question but I can not find the answer.

I have all of my asp pages designed. I want to use buttons that depress 
to navigate through the site. I made all the buttons. Built all the 
forms. How do I get a button to go to another form when clicked upon?

I know how stupid this question must seem but I can not find any source 
code which does what I want to do.

I tried to use link buttons but the underline under the text will not go 
away.

I have used every keyword I can think of to find the answer to this to no 
avail. All the books I have must be too advanced for such a simple 
question......



Thanks,
Message #2 by "Paul Riley" <rilez@t...> on Fri, 21 Feb 2003 22:41:44 -0000
Try using client side buttons with the onClick part of the button and
use javascript on the client side. As long as no postback processing is
required (storing values in a database for example) this should be fine.
Unlike asp you cant submit to a different page, instead you have to do
the processing on that page and then response.redirect to the other page
once all of the data has been stored/updated. 

hth

-----Original Message-----
From: Walter W. Holliday [mailto:Walt@W...] 
Sent: 21 February 2003 22:46
To: aspx_beginners
Subject: [aspx_beginners] Page Navigation


This is most likely a stipid question but I can not find the answer.

I have all of my asp pages designed. I want to use buttons that depress 
to navigate through the site. I made all the buttons. Built all the 
forms. How do I get a button to go to another form when clicked upon?

I know how stupid this question must seem but I can not find any source 
code which does what I want to do.

I tried to use link buttons but the underline under the text will not go

away.

I have used every keyword I can think of to find the answer to this to
no 
avail. All the books I have must be too advanced for such a simple 
question......



Thanks,

Message #3 by "Walter Holliday" <Walt@W...> on Fri, 21 Feb 2003 17:48:47 -0500
Thanks, I resolved it using the Response.Redirect just before I got your
e-mail. Amazing that the keywords in the help system i.e. (navigate
page, navigate, loadpage, etc... ) do not have a clue about the word
redirect... I just could not think of it.

Thanks for being there...

Walter W. Holliday



-----Original Message-----
From: Paul Riley [mailto:rilez@t...] 
Sent: Friday, February 21, 2003 5:42 PM
To: aspx_beginners
Subject: [aspx_beginners] RE: Page Navigation


Try using client side buttons with the onClick part of the button and
use javascript on the client side. As long as no postback processing is
required (storing values in a database for example) this should be fine.
Unlike asp you cant submit to a different page, instead you have to do
the processing on that page and then response.redirect to the other page
once all of the data has been stored/updated. 

hth

-----Original Message-----
From: Walter W. Holliday [mailto:Walt@W...] 
Sent: 21 February 2003 22:46
To: aspx_beginners
Subject: [aspx_beginners] Page Navigation


This is most likely a stipid question but I can not find the answer.

I have all of my asp pages designed. I want to use buttons that depress 
to navigate through the site. I made all the buttons. Built all the 
forms. How do I get a button to go to another form when clicked upon?

I know how stupid this question must seem but I can not find any source 
code which does what I want to do.

I tried to use link buttons but the underline under the text will not go

away.

I have used every keyword I can think of to find the answer to this to
no 
avail. All the books I have must be too advanced for such a simple 
question......



Thanks,


leave-aspx_beginners-3922714X@p...


  Return to Index