hi i have code like given below. i am using asp.net2.0(c#), sqlserver 2000 public void loadmunitcombo(ComboBox cmbunit, string sFilter) { DataSet ds1 = new DataSet(); DataTable munit1 = new DataTable( "munit1" ); string conStr = ConfigurationSettings.AppSettings[ "asccon" ]; System...