Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have two combo box inside of my gridview. now i want to work on combox box's selected index change event how can i do this? i guess there is no event of that comb box available only gridview;s event available if this ? then what i need to use?
Posted

1 solution

You can use the EditingControlShowing[^] event

There is an example on stackoverflow[^]
and at wrox[^]
and msdn[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900