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 is the application pool?
What is session in http request?
I’m having some trouble with cas. How can I diagnose my problem?
What are the different web pages?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Explain the purpose of storyboard.targetproperty.
Explain the different types of assemblies?
What is the difference between server-side scripting and client-side scripting?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What are the advantages of asp.net mvc framework? : asp.net mvc
What is web api vs wcf?
How to use multiple scriptmanager controls in a web page?
What is a form tag?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?