Answer Posted / santosh kakani
ViewState is used to maintain state between 2 subsequent
resuests to same page by same client
example
int i=10
ViewState.add("key",i) // here i is value
to retrive view state
int j = Convert.toInt32(ViewState["key"]);
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differences between namespace, class, assembly?
What is the best way to crack the certification?
SAP Business One(this is intigrated tool of .net)
What is a metadata in .net?
Explain .net framework overview?
What makes .net core cross platform?
Explain the differences between server-side code and client-side code.
What is namespace in .net?
What is the concept of inheritance in .net?
What is the advantage of .net?
What is meant by globalization?
What is the difference between response.redirect & server.transfer?
Which file is taken by compiler when we have both file Application and Server Configuration file?
What does msil do?
Explain garbage collection?