Hello all,
I am beginning with ASP.NET and I need to reuse the database connection from one page to the next pages. Where do I must put the connection object to make it persistent between pages?
I have this code working:
<%@ Page Language="C#" %>
<%@ import Namespace="System.Data" %>
<%@ import Namespace="FirebirdSql.Data.Firebird" %>
Simple Data Report
Thanks in advance.
jamg