M
ma
Hello,
I am new in ASP.NET. I want that when the user clicked on a push button
in one page another page is sent to user. how Can I do this?
Don't think that it is a special; case: just assume that I have a page names
page1.aspx and in this page I have 2 input boxes and a push button. When
user entered 2 and 3 in input boxed, I want that user redirected to
page2.aspx which shows some information.
I know that I should write in button click event. But how Can I send new
page to user client? I can use Response.write to write to user client, but I
want to display a new page!
Very silly question but I am new!
Regards
I am new in ASP.NET. I want that when the user clicked on a push button
in one page another page is sent to user. how Can I do this?
Don't think that it is a special; case: just assume that I have a page names
page1.aspx and in this page I have 2 input boxes and a push button. When
user entered 2 and 3 in input boxed, I want that user redirected to
page2.aspx which shows some information.
I know that I should write in button click event. But how Can I send new
page to user client? I can use Response.write to write to user client, but I
want to display a new page!
Very silly question but I am new!
Regards