Tagged Questions

0
votes
2answers
28 views

How to pass parameter to Eval() in Link Button Control?

ASP Declaration: <asp:LinkButton ID="LinkButton1" runat="server" Text="edit item" onclick="'AddItem.aspx?catid=<%# Eval("CollectionID")%>'"></asp:LinkButton> I get Error: The ...
0
votes
3answers
191 views

Firefox .Click() Event for an Asp:LinkButton

I am attempting to fire the click() event when a button is clicked. This currently works for me in IE however I receive the following error in firefox: "link.click is not a function" I have been ...
0
votes
1answer
194 views

LinkButton Clicked OnPreRender

I Have a link button when clicked i want to preform an operation inside the OnPreRender method... so how would i know if that linkbutton was clicked say my linkbutton's name is : lnkbtn1 Thanks in ...
0
votes
1answer
637 views

ASP.NET LinkButton not rendered correctly in IE7

We have an issue (one of many) with a customer who switched to MS IE 7 just a few weeks ago (yes, yes, I know....... don't ask.....) In our ASP.NET app, we have a series of <asp:LinkButton> ...