for (int a = 0; a < dataTableCOMPSALES.Rows.Count; a++)
{
DataRow rowCOMPSALES = myDataSetCOMPSALES.Tables["ComparableSale"].Rows[a]; string typeIndicator = rowCOMPSALES["SaleOrListingIndicator"].ToString(); if (typeIndicator == "S"){
string saleListingNumber = "txtSale" + a + "ListingNumber";+saleListingNumber+.Text = rowCOMPSALES[
"_ListingNumber"].ToString();}
else{
string listListingNumber = "txtList" + a + "ListingNumber";}
}
Jan MontanoPosted May 30, 2007, 5:45 AM
cdogPosted May 25, 2007, 10:17 AM
Mike GoldPosted May 24, 2007, 6:33 PM