473,654 Members | 3,022 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

new ImageButton - no click event called

Hi,

I am trying to create a list of record every with an ImageButton
attached.

The code is like this:

ImageButton img = new ImageButton();
img.ImageUrl = "imgs/ok.bmp";
img.Visible = true;
img.ID = r_id.ToString() ;
img.Click += new
System.Web.UI.I mageClickEventH andler(this.sel ect_Click);
Page.Form.Contr ols.Add(img);

The problem is that select_Click is never called at click event;
Other thing is that the code is triggered by another button click,
so is not in Page_Load() function.

Thank you!
Mar 1 '08 #1
0 893

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1810
by: Mark | last post by:
Hi, I am trying to capture the click event of an ImageButton that exists in a composite server control that I am building. I create the imagebutton in the CreateChildControls routine ' Create the button Dim imgButton as New ImageButton ' Add click event handler AddHandler imgButton.Click, AddressOf OnSend
5
6166
by: J McD | last post by:
Hi I have a DataGrid with an ImageButton column. When I click on an imagebutton I get a postback but it doesn't run the OnImgBtnClick method. I can actually comment out the line where I add this Click event to the ImageButton Column and it makes no difference, I still get a postback. This is driving me crazy...something seems to be causing an OnClick postback and it isn't my Click event I've included the code below....any help will be...
3
7065
by: TCORDON | last post by:
Why does the click event of an image button that submitts a form does not get fired when ENTER is pressend on a textbox of that form? How can I make this happen? Thanks
1
1006
by: TCORDON | last post by:
I have a web page that has a ImageButton that changes the value o a session variable. The problem is that when I click the refresh button in my browser somehow the click event for that button is being fired, that event is not called from any part of my code, just when the user clicks the button. The button´s only property that I have changed is the causes valudation property set to FALSE. This is using VS.NET 2005
1
1174
by: akis | last post by:
Hello, I have a loop e.g. for(i=0;i<10;i++) { ib = new ImageButton(); } and all i want is to know which imagebutton the user clicked and populate a textbox
2
4292
by: Mark | last post by:
I am assigning a dynamic imagebutton on a page and then assiging it a Click event with the following code, to pass the string "test" to the DeleteDetail method testImgBtn.ID = "imgBtn" + loopnumber; testImgBtn.ImageUrl = "imgs/delete_16.gif"; testImgBtn.AlternateText = "Delete this detail"; testImgBtn.Style = "#B4B4B4"; testImgBtn.Click += new ImageClickEventHandler(DeleteDetail("test"));
2
2234
by: Steve | last post by:
Hi, I have a dynamically created ImageButton in a custom control, and I can't get the control to handle the ImageButton Click event. I see the control in the Page.Request.Form.AllKeys collection, but it's represented as "imgbtn.X" (and .Y), and I'm guessing that .NET can't connect the name to the event since the ID isn't an exact match. I read an article stating that I need to use IPostBackDataHandler methods, but I didn't have a lot of...
2
14079
by: dperren | last post by:
At current, I have a set of dynamically generated image buttons, which are created with this (excert) of code: TableCell tasks = new TableCell(); while (reader.Read()) { ImageButton button = new ImageButton(); button.Click += new System.Web.UI.ImageClickEventHandler(taskButton_Click); button.ImageUrl = "Images/task.gif"; button.BorderWidth = 2;
0
931
by: mihai | last post by:
Hi, I am trying to create a list of record every with an ImageButton attached. The code is like this: ImageButton img = new ImageButton(); img.ImageUrl = "imgs/ok.bmp"; img.Visible = true;
0
8375
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8290
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8815
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8482
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7306
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4149
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4294
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2714
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1916
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.