Jquery with Update Panel
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am implementing JQUERY Datepicker with JQuery Mask in one user control also i have custom js page,in that page only i am calling .mask function. It is working fine but when i put this user control inside update panel, when page loads fist time i am able to see my mask but when i am trying to delete the date by that time mask also deleting. After that i put my code inside function pageLoad(sender, args) but still i am facing same problem. If you any one is having solution for this please let me know.