hi guys do u know how to go one page to one page to another
page plz tell me any of u know
Answer Posted / jyotshna rani mohakud
If u want ro go from one page to another page asp.net
provides twp ways
1.Response.redirect by which you can go to another page
2.Server.transfer,in this method you can go to another page
Difference is that in "Response.redirect" you can go to
different page with showing page name in url.
Bt in "server.transfer" with the same page you can go to
another page
Ex: suppose u have two page home.aspx,next.aspx
when u click a button in home.aspx,in respons.redirect
method to go next page,it will go next page and next.aspx
will come on the url.
Bt in When u click button to next page by server.transfer
definitely you will go to next.aspx bt in url same home.aspx
will appear.
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
In order to get assembly info which namespace we should import?
What is distributed system in asp.net?
What is content place holder?
Why we go for mvc instead of asp.net? : Asp.Net MVC
how to debug web services on consumer side?
Which is faster viewdata or viewbag?
How you can access the values from the Repeater control in ASP.NET?
What is application variable in asp.net?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
Can you explain the basic use of dataview?
What I need to create and run an asp.net application?
What are the merits and demerits of viewstate?
Can you change a master page dynamically at runtime? How?
What are the features that make asp.net more used framework? : asp.net mvc
What are sql notifications and sql invalidations?