connection page and how to call it
Hello to all,
In old classic asp, I use sql server connection in .asp page, then I use
< ! -- # include file="mysqldb.asp" - - >
In above page if the connection is not valid then direct user to error page.
Can someone help me to accomplish this in C#.
I need know how to create similar technique and how to call it from another C# page
Thank you in advance