Hi,
In one of the controls (dropdownlist), I am firing an event on onchange="javascript:somefunc()" as also I need to generate an event of selectedindexchanged and aotupostback="true".
Both somehow donot seem to go hand in hand.
Actually selected index changed method is required because based on the value selected, it would be used as a parameter to fetch some other list of values in another dropdown.
How to manage both together?