Answer Posted / vikas semra
Server Object bascially used to know about server.
Let's take an example
We just write server.transer("SomePage");
This What ever server is doing just stop processing
immediately and redirect to somePage.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is web api config?
Are xaml file compiled or built on runtime?
What is server components?
What is asp.net master page?
Where would you use an ihttpmodule, and what are the limitations if any?
Why do we need url encoding?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What is data binding in asp net?
List down the sequence of methods called during the page load.
What is a web based system?
Why do we use web config?
How do u optimize a query in asp.net?
What is session and cookies in asp.net?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?