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 server redirect?
Explain Features in ASP.NET
Explain how is a property designated as read-only?
Which is faster viewbag or viewdata?
How can we register exception filter from the action?
Can we handle the error and redirect to some pages using web.config?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is application session?
Is asp.net 64-bit enabled? How?
In which event are the controls fully loaded?
What is smpte vc-1?
Explain the concept of MVC Scaffolding?
What is DataGrid wheater its a Server Control or something else ?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
When we use cookie less session? Explain its working?