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
Can you explain page lifecycle in net?
What is state management in asp.net with example?
What are the advantages and disadvantages of Using Cookies?
What I need to create and run an asp.net application?
What is a multilingual website?
Is asp.net web forms dead?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
They mostly asked difference between versions of technologies
Define data caching?
What is the difference between session object and application object?
How may clustered index we can create in table?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
How many types of sessions are there in asp net?
Describe the diffeerence between inline and code behind?