T
Tommi Kujala
How do you hadle connections in asp.net pages?
Do I have to dispose connection every time when
I leave from page and then establish one on a new page.
How about user controls, where connections are needed?
If I use user controls in page, there can be many connections
open in one page, right?
Thanks for answers. I am just thinking generally handling connection
on pages and dont want to mess up with this thing.
It´s quite important in performance issues.
-Tommy
Do I have to dispose connection every time when
I leave from page and then establish one on a new page.
How about user controls, where connections are needed?
If I use user controls in page, there can be many connections
open in one page, right?
Thanks for answers. I am just thinking generally handling connection
on pages and dont want to mess up with this thing.
It´s quite important in performance issues.
-Tommy