Hai
can any one tell
wat the error is this
I have used linkbutton , using postbackUrl and Onclientclick I have used like this...
ex: this is the linke button
<asp:LinkButton ID="Delete_HyperLink" Width="45px" Height="13px" Text="Delete" ToolTip="Delete your news ...!" Font-Bold="false" runat="server" Font-Names="verdana" Font-Size="8pt" PostBackUrl='<%#"~/Admin/Admin_Newstousers.aspx?delid=" & Eval("newstouserid") %>' OnClientClick="return confirm('Are you sure want to Delete this document ?');" />
I got error like this..
Javascript:Webform_DoPostbackwithoptions(new
webform_Postbackoption("ctl00$contentplaceholder1$UsersDataGrid$ct102$Hyperlink",;'",falser,''"," -
Let me know wat the Error ? how shall i s ...
Go to the complete details ...