Hi i want to move to the page number as we enter page number in textbox.
If you want to do on button click then this way
<input type = "button" id = "btnPage" value = "Go" /> $("#btnPage").live("onchange", function () { $("[id$=dv]").hide(); $("#dv" + $("#txtPageno").val()).show(); });
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.