An ASP.Net webcontrol that renders as a link but has a button event model made available to the programmer.
Questions tagged [linkbutton]
444 questions
0
votes
1 answer
jquery mobile linkbutton not working
I am starting with JQuery mobile, and I have a verty strange problem, my app is very simple, it's a page with a TextBox, a button and a Linkbutton:
…

Rocio
- 35
- 6
0
votes
5 answers
disable/hide all link button using jquery in repeater
I have a repeater which will have a link button per row here is the code:
…
![]()
Zaki
0
votes
2 answers
Add image and dynamic text to a LinkButtonI have a Horizontal DataList of several LinkButtons.
button represents a stage that can be whether "COMPLETED" (green image) or "NOT STARTED" (grey image).
In addition, each such button must contain some text and it's stage number, for example:…
![]()
Yanker
0
votes
1 answer
Push file to client is not worked after use UpdatePanelAinimationExtenderI have a gridView to show up document (.PDF) list and a LinkButton to download/read document.
LinkButton:
![]()
Shinichi
0
votes
1 answer
ASP.NET: How can I find my other row elements from LinkButton click?I have a Repeater with a LinkButton for each row. I want to be able to read the values of some other controls (such as a Label) that are in the same row as the LinkButton. Here is the code I'm currently using, but im not sure what to put in my…
![]()
daveomcd
0
votes
1 answer
Linkbutton in a Datalist in a GridViewI have an interesting ASP/VB.NET problem. I have a gridview where each row has its own datalist in a template column. I want to add to each item in the datalist a linkbutton that will trigger an event based on data in the datalist. But I'm not sure…
![]()
Alverant
0
votes
2 answers
Access linkbutton from datalist on pageload with c# asp.netI have this linkbutton within a datalist and I'm trying to get access to the datalist on the pageload so i can set the linkbutton to be enabled or not based on the user's role.
Kevin
0
votes
1 answer
ASP.Net LinkButton and iOS UIWebViewI have found out that embedded UIWebView's do not cause postbacks if the button is a asp.net LinkButton, but they work fine with Button's. Safari causes postback as normal for LinkButton's.
Are there any workarounds to this?
Code…
![]()
Candide
0
votes
2 answers
Calling an external method from a component in Flex 3I created an application to show a datagrid with a custom column in Flex 3.
How can I access the method loadDetails in this code?:
![]()
l2mt
0
votes
1 answer
LinkButton click event not firingI bind the click event handler server-side, and pass some additional parameters. This binding is done as part of a repeater data bound event. When I click the LinkButton the event handler's never fired. Can't work out why:
lnkUp.Click += (lnkSender,…
user1017882
0
votes
4 answers
How I can activate a LinkButton without click on this?I want open Outlook if I click on a Button in a ListView. how this...
Send email to user@example.com
I have a ...
![]()
Tarasov
0
votes
0 answers
How I can sort my ListView wth ListViewSortEventArgs?I want sort my ListView but it doesn't work with my code :(
aspx:
![]()
Tarasov
0
votes
1 answer
ASP.net LinkButtion if then elseHey all i have this piece of code here:
![]()
StealthRT
0
votes
4 answers
Modal Popup Extender Show() Method does not workI have a ListView with LinkButtons. I'm using the OnItemCommand method with a CommanName in order to open a Dialog.
If the user click on the LinkButton, I want that to open a Dialog (with controls, etc). But I every time I get the same…
![]()
Tarasov
|