Hi i want to move to the page number as we enter page number in textbox.
Please reply for this code.
Yes it is incorrect. You cannot give same ID to all DIVs Please try what I posted earlier and let me know
Ok.
I have given div1,div2,div3
above three Id's.
Naw in javascript code how can it takes as div1,div2,div3
While taking button <asp:Button ID="btnPage" runat="server" Text="Go" /> can i take it this way.
anything required to add in above line.
You need to use HTML Button in javascript and not ASP button
<input type="text" id="txtPageno" runat="server" /> <input type = "button" id = "btnPage" value = "Go" runat="server" />
i have used above code.
Ok I dont get any arror while running the code.
But it is not working.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.