when i defines dataset where does it resides - in the client side or in the server side?
Thnks alot
Printable View
when i defines dataset where does it resides - in the client side or in the server side?
Thnks alot
Server side.
thnks
So if i understand correctly each aspx page which each user executes causes to establish dataset in the server memory?
Yes, if that page works with a dataset. Once the page is executed (sent to client), the objects are destroyed and memory is reclaimed.