Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. selectedProducts = selectedProducts + "," + cb.Value;
  2.  
  3. Product.Add(selectedProducts);
  4.  
  5. LblText.Text = selectedProducts;
  6. string url = "CompareProducts.aspx?prodId=" + selectedProducts.Substring(selectedProducts.LastIndexOf(',') + 1);
  7.  
  8. Response.Redirect(url);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement