Asp.net 2.0 wizard control help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anate
    New Member
    • Nov 2007
    • 3

    Asp.net 2.0 wizard control help

    Hi,
    I am trying to display existing record from the database table to Wizard control. I am not sure how to achieve this functionality. I was able to insert a record using this control but not sure how to display from the database table and update it.

    Regards..
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by anate
    Hi,
    I am trying to display existing record from the database table to Wizard control. I am not sure how to achieve this functionality. I was able to insert a record using this control but not sure how to display from the database table and update it.

    Regards..
    Hi there!
    Have you attempted to just display the data from the database outside of the wizard control first?
    Once you have this working, move this code into a step in your Wizard Control.

    Is this a web project or desktop application?

    -Frinny

    Comment

    Working...