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
What are the Difference between asp.net and asp ?
What is the parent class of all the web server control?
How is my content secured from unauthorized access?
Explain the difference between the web config and machine config.
Should I delete cookies?
How can I open ashx file in mobile?
How to make paging concepts in datagrid in ASP.NET?
Explain what is an assembly?
Differentiate the session object and application object?
What is asp.net introduction?
How can you enable impersonation in the web.config file?
Can one dll file contains the compiled code of more than one .net language?
What are the different types of sessions in asp.net? Name them?
Explain the difference between webfarm and webgardens in .net?
How to use push notification?