You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
659 B

using System.Data.OleDb;
using System;
public class cs_companydetails : System.Web.UI.Page
{
protected System.Web.UI.HtmlControls.HtmlGenericControl divDetails;
protected System.Web.UI.HtmlControls.HtmlTable tableDetails;
protected System.Web.UI.WebControls.Literal lName;
protected System.Web.UI.WebControls.Literal lDescription;
protected System.Web.UI.WebControls.Literal lAddress;
protected System.Web.UI.WebControls.Literal lPhone;
protected System.Web.UI.WebControls.Literal lFax;
protected System.Web.UI.WebControls.Literal lEmail;
protected System.Web.UI.WebControls.Literal lHomepage;
protected System.Web.UI.WebControls.Literal lContact;