Hi there ,
My desire is to make my normal HTML Reset button into an asp control which I can control in my seperate Code-file.
I thought that giving him the attribute runat="server" would be enough, though I was mistaken.
The reason why I want to have full control at him is because I have a dropdownlist that depends on another, using ajax, and when I hit the reset button, the dependent list stuck with its previous values and can't be changed again, only when I hit the reset button.
Any assistance will be greatly appreciated
...
Go to the complete details ...