Difference between datareader and dataset ?
Answer Posted / anita
datareader is component of connected environment is used to
retreive the value from datasource ,on the otherhand dataset
is the component of disconnected environment.it contain
datatable s .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Where is cookie used in asp.net?
What are the two types of web pages?
What can you do with asp.net?
Explain ViewState?
What is virtual directory in asp.net?
Explain difference between friend and protected friend?
Define caching.
If we remove web.config or machine.config from the application then, is this application will works?
Can we store object in viewstate?
Explain how do you validate the controls in an asp .net page?
Define static constructor?
what is command line compiler.what are the steps and how it is related to debugging.
Define reflection in .net?
What are sessions and cookies?
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.