What is a PostBack?
What is ViewState? How is it encoded? Is it encrypted? Who
uses ViewState? Why is it either useful or evil?
Answer Posted / ravi.n
performing action with webpage make a request to web server that make a request to same page. it is called post back request...........
ISPostback property can be used to identify type of request.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the equivalent of date() and time() in asp.net?
What are app services?
What are the built-in objects in asp.net?
Explain difference between friend and protected friend?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Define repository pattern in asp.net mvc? : asp.net mvc
Why should i prefer JSP over asp.net or any other web development language..??
How do sessions work?
How can we call webservices in Banking Applications? and where we are using it?
How to use multiple scriptmanager controls in a web page?
Write the different features of a Thread and a Process?
What is the use of web.config and machine.config files?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is dynamic web page with example?
Can viewstate be accessed in another page?