




%@ Page Language="C#" %> <% MySQL_Driver db = new MySQL_Driver(); db.ConnectionString = "server=www.usa-healthinsurance.com;uid=root;pwd=Maggie!99;database=usahealth;Allow Zero Datetime=true;"; db.Open(); string strZipCode = ""; string strCity = ""; string strState = ""; if(Session["zip_code"] != null){ strZipCode = Session["zip_code"].ToString(); db.SQLCommand = @" SELECT state, city_name FROM zip_code WHERE zip_code = '%zip_code%' ; "; db.SQLKey("%zip_code%", strZipCode); DataRow dtrZip = db.GetDataRow(); if(dtrZip != null){ strCity = dtrZip["city_name"].ToString(); strState = dtrZip["state"].ToString(); } } db.Close(); %>
NationalHealthInsurance-Exchange® offers affordable Group Health Insurance.
Regardless of age or physical condition, all eligible people can be covered by a group health insurance policy.