Answer Posted / alb.shah
Dataset can be stored in the viewstate. any object that
can be serializable can be stored in the viewstate. We can
serialize the dataset and then can be saved int he
viewstate..
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
How can I open ashx file in mobile?
How do we implement bundling in MVC?
What is true about application service provider?
Why is string called immutable data type?
How does cookies work in asp net?
How do sessions work?
What is client side state management?
How will you do Redo and Undo in a TextControl?
Are cookies client side or server side?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is the full form of asp.net?
What is preprocessor in .net? Where it use?
What is difference between session and cookie?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
How can we pass info between 2 asp.net pages?