S
Spitfire
Hi,
I am trying to make a web application using C#. I need to access database in
every webpage and for that I have created new database connection each time.
This is not an efficient way at all.
Is it possible to have some kind of Global database object which we can
refer from any page? Or is there any alternate solution ?
thanks your help
I am trying to make a web application using C#. I need to access database in
every webpage and for that I have created new database connection each time.
This is not an efficient way at all.
Is it possible to have some kind of Global database object which we can
refer from any page? Or is there any alternate solution ?
thanks your help