Difference between server.Execute and response.redirect ?
Answer Posted / shashi singh
server.execute method can be used go from one page to
another page while response.redirect redirects from one
site to another site.
Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Explain client side state management system.
Can asp.net work on an nt server?
What is xaml? Are xaml file compiled or built on runtime?
Is asp net front end or backend?
What is the maximum amount of memory any single process on windows can address?
To display data in a Repeater control which template you provide?
What does ascx stand for?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
Which dll handles the request of .aspx page?
From which base class all web forms are inherited?
Explain diff between dataset and datareader?
What are the components of ado.net?
What's the difference between viewstate and sessionstate?
Differentiate between a page theme and a global theme?
To redirect the user to another page which method do we use without performing a round trip to the client?