validation
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I have to disable ajax tool calendar extendar.Please help me to write javascript for that.calendar extender will be disabled in some situation.pls help me to write jscript
-
I have to disable ajax tool calendar extendar.Please help me to write javascript for that.calendar extender will be disabled in some situation.pls help me to write jscript
document.getElementById('YOUR CALENDAR CLIENT ID').visible = false;
-
I have to disable ajax tool calendar extendar.Please help me to write javascript for that.calendar extender will be disabled in some situation.pls help me to write jscript
This may help you. ajaxtoolkit calendar tweaks[^]