how to show label text in table format
Label2.Text += "
";
| Product Name: | Quantity: | |
| " + lbl_pro_nm.Text + " | " + int.Parse(drop_quantity.SelectedValue.ToString()) + " |
this is return table like: this is repeat column
products name: quantity
xyz 1
products name: quantity
xyer 1
but i want
product name quantity
xyz 1
xyer 1
ert 1

Manas MohapatraPosted Aug 22, 2016, 9:54 AM
Ashish SrivastavaPosted Aug 22, 2016, 9:25 AM
Devendra KumarPosted Aug 22, 2016, 8:37 AM
Manas MohapatraPosted Aug 22, 2016, 7:57 AM