When during the page processing cycle is ViewState available?
Answer Posted / ganesh
After the Init() and before the Page_Load(), or OnLoad() for
a control.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How do u optimize a query in asp.net?
What is the difference between CC and BCC?
Can you explain one critical mapping?
Differences between “dataset” and “datareader”.
What is AutoPostback?
How can you identify that the page is post back?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
How does asp.net page work?
Can the dictionary object be created in client?s scope ?
What is query string?
What is paging in context of Memory?
Web API supports which protocol?
What is boxing and unboxing in asp.net?
Define static constructor?