Answer Posted / supriya
Dataset is a memory represtation of data.it is collection
of datatables object.it can manipulated and updated
independent of the database.it is normally hold the result
of datasets.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is cookieless session id explain in brief?
Explain exception filters?
Which dll handles the request of .aspx page?
Write the different features of a Thread and a Process?
What is the flow of processing of the request? : asp.net mvc
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
If we remove web.config or machine.config from the application then, is this application will works?
What is ispostback method in asp.net?
How does a web application session work?
How do you implement postback with a text box?
Which is faster viewdata or viewbag?
What is viewstate parameter?
What’s difference between “optimistic” and “pessimistic” locking?
Define web services in asp.net.
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?