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
Define msil.
What is the use of session?
What is use of Master Page in ASP.NET web pages?
What is webresource axd?
How do session tokens work?
what is the difference between response.write() and response.output.write()?
What do you understand from custom control?
Distinguish between Server-side and Client-side code?
What is validation in asp.net?
How can I create master page in asp net?
What is event bubbling?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What is the life-span of the items in the viewstate?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is Razor View Engine