any ideas?
When you direct users to form 2, send a parameter: Response.Redirect("Form2.aspx?ID=" + ID.ToString())
Alternately, if users login, then you have some way to identify which user is logged in (User.Identity.Name will likely have some useful information on who the user is). Another alternative is to use a session variable.
|||
ok, how would that ...Response.Redirect("Form2.aspx?ID=" + ID.ToString())...store it in database table 2?
i dont understand how this works
No comments:
Post a Comment