view state data is stored in which format?
Answer Posted / venu gopal ch
ViewState will be rendered as HTML Hidden field with
encryption of data inside it
| Is This Answer Correct ? | 34 Yes | 0 No |
Post New Answer View All Answers
How would you implement inheritance using c#?
What are the steps involved to fill a dataset?
Explain managed code an un-managed code.
What is server components?
How to add DateTime Control in normal DataGrid Server Control?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Name the two properties are on every validation control?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Explain what the contents of cookie?
What are the advantages and limitations of query string?
What is inproc and outproc?
What is form submit?
Define data caching?
Can master pages be nested?
Explain the difference between debug.write and trace.write? When should each be used?