Answer Posted / rahul singhal
data grid has default prerender html table view
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the features of ado.net?
How is entity framework different from ado.net?
How can we add/remove row's in "datatable" object of "dataset"?
What is connection pooling and what is the maximum pool size in ado.net connection string?
How to check if a datareader is closed or opened? IsClosed()
Which ado.net object is very fast in getting data from the database?
Can datareader hold data from multiple tables?
Can we connect two dataadapters to same data source using single connection at same time?
What is read only and forward only in ado.net?
How can we serialize the dataset object?
What are all the different methods under sqlcommand?
Define Execute Scalar?
How will you fill the gridview by using datatable object at runtime?
How to connect and retrieve data from database using dataset
How can we perform transactions in .net?