Tagged Questions
The asplinkbutton tag has no wiki summary.
18
votes
13answers
35k views
Disable the postback on an <ASP:LinkButton>
I have an ASP.NET linkbutton control on my form. I would like to use it for javascript on the client side and prevent it from posting back to the server. (I'd like to use the linkbutton control so I ...
6
votes
3answers
5k views
LinkButton in ASP.NET MVC
I need to instantiate some ASP LinkButtons onto an ASP.NET MVC view page. I've tried a few things, and I cant get them to come out right. Heres my most recent incarnation of the code:
the aspx file
...
3
votes
1answer
122 views
How To Convert AJAX Treeview To Linkbuttons?
I need some advice regarding conversion of an AJAX treeview control to a linkbutton.
Why? To make the ASP.NET page lighter. Currently, when the nodes of the treeview is selected, records related to ...
1
vote
1answer
196 views
ASP.NET AJAX postbacks aborting
I have an ASP.NET web page with two postback events and the second one is aborting the first. The second one then doesn't render as expected once it completes.
In Detail
I have an ASP.NET web page ...
1
vote
1answer
343 views
ASP.NET LinkButton doesn't work in iPad
I developped a website with ASP.NET framework. But after tests we saw that link button doesn't works in iPad how can i solve this problem?
Thanks,
1
vote
2answers
464 views
default LinkButton on enter in a Master Page
I looked through and through and found no clean solution for this. A colleague of mine did find a pretty dirty solution but I don't see why the solutions in the links reference below does not work ...
1
vote
3answers
944 views
LinkButton's OnClick does not fire in IE8
The following works just fine in Chrome.
<asp:LinkButton runat="server" ID="lbEdit" OnClick="lbEdit_Click">
<button type="button" class="edit">
Edit
</button>
...
0
votes
2answers
29 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
53 views
Is this a good workaround for enter button submitting in a text box?
So I have a page, it had multiple textboxes, linkbuttons, and buttons. Currently, a user clicks a linkbutton "Edit" which allows them to enter data in that row, via textboxes. However, upon pressing ...
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
2answers
913 views
Disable LinkButton in DataGrid TemplateColumn
I am using Visual Studio 2008 with .NET Framework 3.5. I have a DataGrid with a LinkButton inside a TemplateColumn. I am trying to figure out how to disable the ability to click the LinkButton once it ...
0
votes
1answer
421 views
How to call JQuery dialog box using link button in asp.net
I have a Jquery dialog box in my website. This dialog box is meant for getting user comments. At present, I'm using the following code to execute the Javascript function and is working fine:
**<a ...
0
votes
1answer
430 views
Setting Click Event for LinkButton
I have a LinkButton within a Datagrid. I am having trouble setting a Click event for it. I will add the OnClick="Remove_Click" attribute in the HTML. But when I go to write the actual event, VB ...
0
votes
2answers
364 views
linkbutton oncommand issue
I am using 2 linkbuttons inside seperate dataitem server controls on my asp.net web page
<asp:LinkButton ID="Item1" runat="server" CommandName="first"
OnCommand="Item1_Onclick" ...
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
412 views
Link button changing color when any data pager event takes place
i have a alphabetic filter consist of 26 dynamically created link button on selecting any link button it is filtering the name of user's on the basis of alphabet and changing its color to orange to ...
0
votes
0answers
586 views
Event OnClick ASP:LinkButton not firing with jquery overlay
So i have this:
<asp:LinkButton runat="server" id="lkbTomeChichi" class="modalInput contratacionVinculos" rel="#prueba" OnClick="PruebaBrava" >LinkPrueba</asp:LinkButton>
<div ...
0
votes
1answer
638 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> ...
0
votes
3answers
2k views
asp.NET LinkButton not working in Google Chrome
I have a page with several linkbuttons, and all of them is not working in Google Chrome. They are working well in IE and Firefox. Chrome Inspector can find the linkbutton and it has a ...