Wroking with wizard control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hamayun Khan
    New Member
    • Aug 2007
    • 106

    Wroking with wizard control

    Hi

    I m using ASP.NET wizard control for member registration. There are 4 steps in the control. On Finish button click event I want to save the data in more than one database table. When I insert the data into the first table. I want to capture the id against the last insertion. and then insert the remaining data in to further tables. I don't know how i can do this. Please someone help me on this issue.
    Thanks
  • ShahbazAshraf
    New Member
    • Mar 2008
    • 36

    #2
    For this u have to capture the next button event and write some code to save Id in temporary location and used it in last wizard form.

    Comment

    Working...