How to implement full row selecting in GridView without select button?
I’m implementing a feature that when the user press on any point in the row in a GridView the row will be selected instead of Select button.
I’m implementing a feature that when the user press on any point in the row in a GridView the row will be selected instead of Select button.
I have a DropDownList object in my web page. When I click on it and select a different value, nothing happens, even though I have a function wired up to the SelectedIndexChanged event.
I’m creating a server control that basically binds two dropdown lists, one for country and one for state, and updates the state dropdown on the country’s selectedindexchanged event. However, it’s not posting back. Any ideas why? Bonus points for wrapping them in an UpdatePanel (having rendering issues; maybe because I don’t have a Page to reference?)