Answer Posted / masthan
yes,you can store dataset into viewstate directly.
dataset ds=new dataset();
viewstate["newds"]=ds;
datagrid1.dataspurce=(dataset)viewstatw["newds"];
datagrid.databind();
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between login controls and forms authentication?
What is asp.net response object?
How do I use response redirect?
What is the appSettings Section in the web.config file?
What is asp.net with mvc? : Asp.Net MVC
Define globalization and localization.
What's the use of response.output.write()?
What are the Types of objects in ASP
What is globalization and localization in asp net?
Explain about consistent programming model in the .NET framework?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is ascx?
What is the difference between cookie and session?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc