MFritts253
MIS
I'm working on some ASP.Net pages and i'm using three Drop Down lists. Once the second drop down list is selected and changed i want to populate the third drop down with data from a stored procedure with the use of the other two combo boxes value as my parameters. Where i could use some help is with the events of the drop downs. I'm not really sure how to get my second combo box to fire. when my selected index is changed nothing happens. i thought that if i set the OnSelectedIndexChanged to void ddl2_SelectedIndexChanged then everything would be cool but i must not understand how ASP.Net works with control events.
Sincerely,
Michael
Sincerely,
Michael