i try all the examples in this site
i am getting
same kind of error
for alll
javascript run type error
can any one help me with this
maniks says: <asp:Button ID="btnPrint" runat="server" Text="Print" onclick = "Gridprint();""/>
<asp:Button ID="btnPrint" runat="server" Text="Print" onclick = "Gridprint();""/>
Replace above code like below
<asp:Button ID="btnPrint" runat="server" Text="Print" onclick = "Print"/>
Hope this works for you
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.