Need help for submission of aspx page

  • Thread starter Thread starter msnews.microsoft.com
  • Start date Start date
M

msnews.microsoft.com

Hi Every Body,
I need help in the scenario.
My Scenario is that I want to sumbmit aspx page to another aspx page.
That is I want that when the user click on the button then the page is submitted to another page.

Regard,

Muhammad Jamil Nawaz
 
Hi,

From the button_click event handler:-

Server.Transfer("AnotherPage.aspx");

HTH

Regards
Joyjit

Hi Every Body,
I need help in the scenario.
My Scenario is that I want to sumbmit aspx page to another aspx page.
That is I want that when the user click on the button then the page is submitted to another page.

Regard,

Muhammad Jamil Nawaz
 

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