how to use jquerydate picker with partial views in asp.net mvc?
Posted
by Renu123
on Stack Overflow
See other posts from Stack Overflow
or by Renu123
Published on 2010-06-03T12:44:18Z
Indexed on
2010/06/04
6:39 UTC
Read the original article
Hit count: 157
jQuery
|asp.net-mvc
hello i am working on asp.net mvc. at staring i used the jquery which works fine but now i am converting my pages in to partial pages at this point am using ajax function to convert it in to partial view but every thing is working fine except date picker plz tell me the solution.
the script that i have used:
$(document).ready(function() {
$("#txtTransationDate").datepicker();
});
</script>
<input id="txtTransationDate" name="txtTransationDate" type="text" />
thank you......
© Stack Overflow or respective owner