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
How do sessions work?
What is view state and how it works in asp net?
What is difference between or and orelse?
To add a hyperlink column to the DataGrid which tag is used ?
Explain the difference between web user control and web custom control?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Explain the difference between the web config and machine config.
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What are the different method of navigation in asp.net?
Explain MVC model binders?
What is cache in asp net?
What is the function used for removing an event listener?
What is the server of asp.net?
Define page fragment caching?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server