Answer Posted / mansing patil
No, You cant directly store Dataset in ViewState. You can
get XML from dataset store that Xml in ViewState. While
getting From ViewState convert to xml and then from xml to
dataset
| Is This Answer Correct ? | 9 Yes | 22 No |
Post New Answer View All Answers
In Code-Behind class which kind of code (server or client) is found ?
How do u deploy your asp.net application?
A web service can only be written in .net? State whether true or false.
What is asp.net master page?
Is there any limit for query string? Means what is the maximum size?
What is a user session?
What are Session states available and its Uses?
Explain http handlers? Where we can use the http handlers?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is protected configuration?
What is custom events? How to create it?
Is asp.net different from asp? If yes, explain how?
How will you maintain versioning in asp.net 2.0?
How many languages are supported by .NET at present time?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?