how to open new form within the same window when button is clicked?
hi..
i m developing project for multiple choice questions.i have provided a button called as "next".
when user clicked on this next button ,it must load a new form with a new question?
Loading
Roei BarPosted Oct 4, 2009, 3:24 PM
http://weblogs.asp.net/justin_rogers/articles/60155.aspx
Danatas GerviPosted Oct 4, 2009, 8:32 AM
Try to use UserControl, Main form with buttons and panel-containter for different UserControls, and change (remove old-add new) UserControl on this panel every button click.