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
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What are the different types of proxy patterns?
How do we access view state value of this page in the next page?
What is the function of the ViewState property?
What is clr? Difference between clr & cts?
What are the two properties that are common on every validation control?
What is paging in context of Memory?
What is loop in asp.net?
What is the difference between mvc and asp.net? : Asp.Net MVC
Why session is used in asp.net?
What is the asp.net mvc folder conventions? : asp.net mvc
Which property is used to identify the Page is Post Back in ASP.NET?
What is s2s tracking?
How do we implement bundling in MVC?
What are the different types of Caching techniques in ASP.NET?