Questions tagged [linkbutton]

An ASP.Net webcontrol that renders as a link but has a button event model made available to the programmer.

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
  • 5,540
  • 7
  • 54
  • 91
0
votes
2 answers

Add image and dynamic text to a LinkButton

I 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
  • 292
  • 5
  • 10
  • 25
0
votes
1 answer

Push file to client is not worked after use UpdatePanelAinimationExtender

I have a gridView to show up document (.PDF) list and a LinkButton to download/read document. LinkButton:
Shinichi
  • 475
  • 4
  • 7
  • 25
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
  • 6,367
  • 14
  • 83
  • 137
0
votes
1 answer

Linkbutton in a Datalist in a GridView

I 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
  • 229
  • 2
  • 5
  • 13
0
votes
2 answers

Access linkbutton from datalist on pageload with c# asp.net

I 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 UIWebView

I 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
  • 30,469
  • 8
  • 53
  • 60
0
votes
2 answers

Calling an external method from a component in Flex 3

I 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
  • 550
  • 2
  • 7
  • 20
0
votes
1 answer

LinkButton click event not firing

I 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 ... LinkButton without a url. The…
Tarasov
  • 3,625
  • 19
  • 68
  • 128
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
  • 3,625
  • 19
  • 68
  • 128
0
votes
1 answer

ASP.net LinkButtion if then else

Hey all i have this piece of code here:
StealthRT
  • 10,108
  • 40
  • 183
  • 342
0
votes
4 answers

Modal Popup Extender Show() Method does not work

I 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
  • 3,625
  • 19
  • 68
  • 128
0
votes
1 answer

Asp LinkButton doesn't work on press

I want to change language with LinkButton in my project english
Alex
  • 8,908
  • 28
  • 103
  • 157