When is the ViewState available during the page processing
cycle ?
Answer Posted / chandra prakash
The view state is available after the Init() and before the Render() methods are called during Page load.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is mvc in asp.net tutorial? : Asp.Net MVC
What is an asp.net validator? And, mention its types.
What do you mean by query string?
Define static member?
Explain the advantages of asp.net.
Where is the view state data stored?
What is the namespace to create thread in .net?
Name the namespace which is used by ado.net?
Where web.config file is used?
What is hidden field in asp.net?
What's the use of formatters in .net?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Fetch one page value to another page without using state-managment ?
What is difference between web api and web services?
What is the difference between file-based dependency and key-based dependency?