protected void btnBack_Click(object sender, EventArgs e) { //No need to send here gstn no--Ashish SellerGSTIN = (string)Session["GSTN"]; SellerGSTIN = HttpUtility.UrlEncode(excelDB.Encrypt(SellerGSTIN)); Response.Redirect("~/GSTInvoiceDashBoard.aspx", true); }
protected void btnBack_Click(object sender, EventArgs e) { string GSTIN = HttpUtility.UrlEncode(excelDB.Encrypt(ENGSTIN)); Response.Redirect("~/GSTInvoiceDashBoard.aspx", true); }