0
votes
0answers
6 views
Relative paths issues for ImageButton / LinkButton
Hi
I have recently migrated from .Net 1.1 to 3.5, and none of my ImageButton's or LinkButton's work. Not only do they not show the image, but when pressed, they redirect back to the root of the …
0
votes
1answer
22 views
ASP ImageButton OnClick coordinates
I have an ASP.Net ImageButton in .Net 3.5. It's a large image, 450x700 that users can click on. On the server side, the OnClick event handler does some stuff based on the coordinates that the user …
4
votes
6answers
376 views
How to disable submit behaviour of asp:ImageButton?
I have a image button in a page which can be triggered on mouse click, by default it gets triggered on enter press also which i want to disable.
I know about "UseSubmitBehaviour" attribute in …
1
vote
2answers
141 views
Disable ASP.NET ImageButton in non-IE Browsers
I have an <asp:ImageButton /> which has its enabled property set to false.
This works in Internet Explorer, the button is not 'clickable', but in other browsers you can click it. However, …
0
votes
6answers
79 views
ImageButton not hitting codebind method, but does if replaced with LinkButton
I have an ImageButton being build inside of radgridview columnn. It is defined as follows.
<asp:ImageButton ID="ImageButton_DeleteRun" ImageUrl="~/Assets/Images/Misc/delete.png"
runat="server" …
0
votes
1answer
70 views
Download file on ImageButton Click event
I have a link of a file, and I don't know how to add it to imagebutton. I want to see the 'open-save-cancel' , screen when imagebutton is clicked, but imagebutton doesn't seems to be taking the link …
0
votes
4answers
506 views
all of a sudden…dynamic created imagebutton’s click event wont fire.
hi
i have a page that dynamic create a table of contacts, if the contact got an email i also create an image button with a click event. i have a similar function in the rest of the page that works …
0
votes
0answers
44 views
ImageButton not working?
I have master page and my other pages like index, category etc in the same folder (root), and the root folder also has _images folder and _includes folder that contains some ascx controls.
Now, the …
0
votes
2answers
196 views
Getting ASP.NET ImageButton OnClientClick changes to the server
I use an ASP.NET ImageButton on my website. When a user clicks on the ImageButton, a javascript is fired via the OnClientClick event. The script changes the ImageUrl of the ImageButton.
On the same …
0
votes
5answers
134 views
Can’t seem to capture a button click in a gridview in asp.net
I put some Image Buttons into my gridview, but I cannot capture the click event. Neither creating a click event, nor creating an OnRowCommand handler in the gridview works.
Clicking the buttons …
0
votes
1answer
413 views
ImageButton and GridView problem - invalid postback
I currently have a Gridview which uses a ButtonField of type image and this works.
However I want to be able to use the ConfirmButtonExtender that is part of the AjaxControlToolkit which cannot …
0
votes
9answers
3k views
asp:ImageButton not firing onclick event
I have a page that uses a master page, several RequiredFieldValidators, and the Web Toolkit autocomplete extender. The following code only shows the bare minimum of the page:
<%@ Page …
1
vote
2answers
96 views
Wpf ImageButtons?
Hello!
I created a WPF application that has many buttons.
Now the customer wants to change all the buttons to icons.
For example:
All the OK buttons should have the same icon, all the cancel btns …
1
vote
6answers
3k views
Getting row index from an ImageButton click in a GridView
I have a Gridview with ImageButtons added to a column via a templatefield. I've attached a function to the "OnClick" event.
Once in this function, how can I get the index of the row that has the …
1
vote
2answers
748 views
ASP.net Delphi dynamic imagebutton onclick event
I'm having a bit of trouble with an old delphi.net application.
I need to show some thumbnail images on a specific location on the page, and when the user clicks the image show the image.
The …
