Posted on: 2/18/2014 5:42:55 AM | Views : 684

Hi all, I have a panel in modal popup.. in that panel I have some textboxes.. I want to clear those textboxes using jquery when I close that popup.
I have close image button on right top corner and I'm closing the popup by OnClientClick="$find('pnlAddPopup').hide()"  of this img button
How can I right jquery on the same close button click or on onclientclick() because already I've written one code (above one)..
Using this panel User is adding new contacts and updating his existing contacts.. so when I go for updae contacts.. and if I close the popup without updating.. textbox's text is not getting
clear on add new contacts.. I hope u get it so I want to clear textboxes using jquery only
Any help?

Go to the complete details ...