Answer Posted / kinjal panchal
when you add dataset into dataAdupter like
dataset ds=new dataset();
dataAdupter da=new dataAdupter();
da.fill(ds);
then create one stringwriter
system.io.strinwriter sw=new system.io.stringwriter();
your dataset write into this stringwriter
ds.writeXML(sw);
viewstate["ds"]=sw.tostring();
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What is & in a url?
Explain authorization levels in .net ?
What is http session state?
what is DLL Hell and how it is solved in .NET? please explain clearly??
Define transparent caching with aop?
What is the difference between web config and machine config files?
Explain client-side scripting?
How to implement Authentication and Authorization?
Explain asp.net mvc request life cycle? : asp.net mvc
Explain about ASP.NET?
What is difference between session and cookies in asp net?
Do you know caching feature?
what is the difference between response.write() and response.output.write()?
How long the items in ViewState exists?