Answer Posted / pradhan prasanta kumar
Hi..
store a dataset in a view state is not Recommend.
//da(sqldataadapter);dataset dSet
da.Fill(dSet);
System.IO.StringWriter sw = new System.IO.StringWriter();
// Write the DataSet to the ViewState property.
dSet.WriteXml(sw);
ViewState["dSet"] = sw.ToString();
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How does session work?
How does output caching work in ASP.NET?
What is session in asp.net?
What are type/key pairs in client script registration?
How to use multiple scriptmanager controls in a web page?
What is data binding in asp net?
What is smpte vc-1?
What is the mvc model?
Which validator control you use if you need to make sure the values in two different controls matched?
What is the extension of master page in asp.net?
What are Caching techniques in .NET
Is it true that a Web service must be written in .NET or not?
Is asp.net is a programming language?
What is the difference between rest and restful?
What is application Object?