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
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Explain how asp.net different from asp?
Can you nest updatepanel within each other?
How to change Master page in ASP.Net using code?
What is cross page posting in asp net?
Which namespace is used by ado.net?
What is the difference between session and viewstate?
Is asp.net still used?
What are cao and sao.
What is the difference between table and query?
How do you do Client-side validation in .Net?
What is server components?
What does asp in asp.net stand for?
Does google crawl redirects?
What is the behavior of a Web browser when it receives an invalid element?