Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if (datatable.Rows.Count > 0)
  2. {
  3. try
  4. {
  5. Session["GroupSess"] = GroupIdTxt.Text;
  6. SqlDataSource2.Insert();
  7.  
  8. Response.Redirect("Calander.aspx");
  9. }
  10. catch
  11. {
  12. Response.Redirect("Summary.aspx");
  13. }
  14.  
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement