PDA

View Full Version : abstract wizard controller


bozveli
Aug 29th, 2005, 10:05 AM
Hi all,

I am using abstract wizard controller to add new question with its options.

1. page (addMCQuestion_body) = user enter the question. (this question body will be kept into the mcquestion_table) and user will choose the number of options

------ Depends on the choosen number (which will be choosen from combo box) that number of tyext boxes will be appear in to the next page (addmcquestion_option)

2. page (addMCQuestion_option) = user will enter the options in to the textboxes. (these options will be kept in to the mcoption_table)

My Problem is, I cant get the number from the addMCQuestion_body .

I need to get that number and process it in the addMCQuestion_option and than bind all options and save question body to the mcquestion table and options to the mcoption table at the same time.