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
Why asp.net is better than php?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
Do you support digital rights management to protect my videos?
How to disable validator control by client side JavaScript?
Describe how passport authentication works.
What is the application pool?
What is the difference between globalization and localization?
Explain the advantages of passport authentication.
Explain what is viewstate?
Which of the following .NET framework supports Web API?
Explain the server control events of asp.net ?
Describe paging in asp.net?
What are the Types of chaching. How to implement caching
Mention the namespace that is used to include .net data provider for sql server in .net code?
What is authorization in asp.net?