Hi,

I have the following script within a user control

Code:
	<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
	<script type="text/javascript">

	    jQuery().ready(function() {
        
	        $("#btnNext").click(function() {

	            var options = {
	                type: "POST",
...