Linking 2 drop down list controls

jbuetz08

New Member
I have 2 drop down lists. List1 is associated with a selectedindexchanged event. During this event of list1, I need to query the database based on the selected item in list1 and have to fill list2 with the query results. How can I make use of the arguments of this event (Sender and Eventargs) to know the source control's Id and selected text ?<BR><BR>private void fetchFields(Object sender, EventArgs e) <BR>{<BR>}<BR><BR>Thanks,<BR>SinchanaHey sunitha,<BR>I too need some suggestion to do the above said job.<BR>If you got any solutions please inform me too<BR><BR>[email protected]<BR>Thanks in advance
 
Back
Top