Answer Posted / kalai
Datatable->populated from the database you can changr your
data here.
Data View-> Just the separate page to display the datatable
values,u can change the value of the dataview also.it ll be
reflected in the parent table too(data base table)
Advantage: We need not wait till the server response.so
very fast.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is HTTPModule and HTTPcontext? What is the use of each?
Is asp.net web forms dead?
Explain the different parts that constitute ASP.NET application?
What is meant by ispostback in asp net?
What are the disadvantages of asp.net?
What is sdlc process?
Can you use Web API with ASP.NET Web Form?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Write a code snippet to implement the indentation in json in web api.
What is http post and http get?
Can we use MSSql as backend in asp.net...if yes then How.?
What is a reflection?
Which is faster union or union all?
Explain how dot net compiled code will become platform independent?