Mouse Click Event In ASp Like VB 6
Hi Friends
i have Developed an ASP PAge . Now in that page i want to use some thing like Mouse Click Event in Vb . K when Ever user Click on the Combo box Certain Action happens. just like in hotmail when we select the Country then the [page reloads or it gets all the values from the databse thus refresh te dtabase. where as i dont have any thing such in database .
Simply wants to enable or disable the Certain boxes depending on the value Selected in the Combo box.
its simple in VB 6 like using Events. Now how can v use it ASP Page . i have seen events in Dreamviewer 4.0 but hiding or unhiding a textbox mmmmm ?????
Plz Help :wave:
Re: Mouse Click Event In ASp Like VB 6
You must use client side script to handle the onChange event of the combobox. Make it set a certain variable, then submit the page to itself if required, analyze the bit and disable/enable elements appropriately.
Re: Mouse Click Event In ASp Like VB 6
Re: Mouse Click Event In ASp Like VB 6
No problem, add Resolved for future searches.