Ask a Question related to ASP.NET General, Design and Development.
-
Steve C. Orr, MCSD #1
Re: Simple Navigation question
There are other ways to navigate to other pages, including hyperlinks,
client side javascript and server.transfer.
Server.Transfer("NextPage.aspx")
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
Developer for Hire
"Shahar" <shahar@log-on.com> wrote in message
news:e803974e.0308120917.6dfbe1df@posting.google.c om...> Hi
>
> Is there any other way to navigate from page to page in ASP.NET
> except:
>
> private void MyBtn_Click(object sender, System.EventArgs e)
> {
> Response.Redirect("NextPage.aspx");
> }
>
> Is there any other way, or I have to declare a form that is not
> running in the server and the action will be "NextPage.aspx" ?
>
> Thanx
Steve C. Orr, MCSD Guest
-
Need Simple Answer to Simple Contribute/Firefox question
Hello all; I've tried the Adobe help in CS3, tech support, phone support, this forum, other forums, Mozilla, and nowhere can I get a straight... -
Web Navigation Bar and URL Question
New to web programming. I have some very basic questions regarding menu bars. What's the best way to implement menu bar navigation? I looked at... -
site with simple flash navigation
howdy, I am working on a site that will have flash navigation. What is the best way to go about this? I have tried creating a html page with two... -
[PHP] navigation question
On Mon, 15 Sep 2003 08:41:31 -0500, Andre created an award-winning crop circle <20030915134110.25572.qmail@pb1.pair.com>, which, when translated... -
Navigation Bar Question
Hello The site isn't posted yet but here is the javascript: <script language="JavaScript" type="text/JavaScript"> <!-- function...



Reply With Quote

