Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
Event registration app with QR/Paypal
Home
Wednesday, September 1, 2010
How to solve problem: JQuery doesn’t work after postback in asp.net web form?
Put Jquery code into pageLoad method in html view. Such as:
<script type="text/javascript">
function pageLoad() {
$('#TextBox1').datepicker();
}
</script>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)