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
In Code-Behind class which kind of code (server or client) is found ?
Explain the overview of asp.net?
Diff between web user control and web custom control?
What is the biggest disadvantage of “Other Return Types” in Web API?
What are session state modes in asp.net?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What are the namespaces used in asp.net mvc? : asp.net mvc
What is a session http?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What are the Types of session management in ASP.NET
What are the advantages of Web API?
What is the advantage of using Windows authentication in a Web application?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What are the parts of an http response?
What is marshalling ? Is it a part of asp.net ?