hai all,
I am some what new to .net, i have combobox in my application, when i am trying to create a event by double clicking combobox it is not creating a event but it is going to page load, what would i do to create a event in code behind,
can anybody please help me,
thanks.
Loading
VulpesPosted Apr 26, 2012, 10:25 AM
To add handlers for other events, just select the DropDownList in the designer, go to the Properties Box, click on the 'lightening bolt' symbol to list the events and then double click on one of them to create a handler.