Skip to content Skip to sidebar Skip to footer

How To Call/trigger Javascript Function Inside The Update Panel Tag

I have an dropdown list box. I am loading the values from server to that list box, and the values are loading correctly. I am using an event to trigger the C# func

Solution 1:

If you want to call a function on the change event of the drop down then you can use the change() event of jquery. Also while calling javascript functions there is no need to use the update pannel.


Post a Comment for "How To Call/trigger Javascript Function Inside The Update Panel Tag"