A
Adam Knight
Hi all,
I have a DropDownList that i want to attach a OnSelectedIndexChange event
Dynamically.
So far my attempts have failed.
'determine if report being generated is a 'Question Statistics' report
If(ddlReportTypes.SelectedValue = "q") Then
'specify OnSelectedIndexChanged method Sub
'tried
ddlAssessmentAreas.SelectedIndexChanged = "LoadQuestions"
'and
ddlAssessmentAreas.OnSelectedIndexChanged = "LoadQuestions"
End If
Both options i have tried have generated errors?
Can anyone steer me in the right direction?
Adam
I have a DropDownList that i want to attach a OnSelectedIndexChange event
Dynamically.
So far my attempts have failed.
'determine if report being generated is a 'Question Statistics' report
If(ddlReportTypes.SelectedValue = "q") Then
'specify OnSelectedIndexChanged method Sub
'tried
ddlAssessmentAreas.SelectedIndexChanged = "LoadQuestions"
'and
ddlAssessmentAreas.OnSelectedIndexChanged = "LoadQuestions"
End If
Both options i have tried have generated errors?
Can anyone steer me in the right direction?
Adam