foreach (GridViewRow row in this.grdCart.Rows)
{
string str = Convert.ToString((int)this.grdCart.DataKeys[row.RowIndex].Value);
string text = row.Cells[2].Text;
string str3 = row.Cells[5].Text.Substring(1);
string str4 = row.Cells[4].Text;
string text1 = row.Cells[3].Text;
string orderid = this.orderid;
str3 = str3.Replace(",", ""); |