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
How to use ipostback?
Explain difference between dataset and recordset?
What is session management in web application?
What is use of <% %> in asp.net?
How do I publish my asp.net application to my isp's web server?
Do you know about caching with the datasource controls?
What is a web api? Which protocol is used in a web api?
How can we provide the WebParts control functionality to a server control?
What is a reflection?
what are the Custom controls in asp.net?
What is asp.net architecture?
How do you identify that the page is postback?
Why mvc is better than asp.net? : Asp.Net MVC
What is server side routing?
What is Web API?