N
nirbhay
Hello
Please let me know if this is possbile in 2.0
I use Wizard Control to pull certain info from the database and let
users change the same step-by-step.
I have set the # of steps at design time but in each step i populate a
datalist(list of textboxes populated)
It all works fine but when i try to retrieve the values from these
TextBoxes in the onClickFinish handler using wizard.FindControl , it
returns null.
Is there a way i can access the values from the controls that gets
populated dynamically ?
The problem is , i have to get to the database to determine how many
textboxes i need to show in a step.??
I really like the wizard control and am hoping there would be a
workaround for this.
I know it works if i specify the TextBoxes at design time without using
the DataList.
But not always, we have all information that could be set at design
time ...
Cheers
Cheers
Please let me know if this is possbile in 2.0
I use Wizard Control to pull certain info from the database and let
users change the same step-by-step.
I have set the # of steps at design time but in each step i populate a
datalist(list of textboxes populated)
It all works fine but when i try to retrieve the values from these
TextBoxes in the onClickFinish handler using wizard.FindControl , it
returns null.
Is there a way i can access the values from the controls that gets
populated dynamically ?
The problem is , i have to get to the database to determine how many
textboxes i need to show in a step.??
I really like the wizard control and am hoping there would be a
workaround for this.
I know it works if i specify the TextBoxes at design time without using
the DataList.
But not always, we have all information that could be set at design
time ...
Cheers
Cheers