Foros del Web » Programando para Internet » ASPX (.net) »

no carga ImageClickEventHandler??

Estas en el tema de no carga ImageClickEventHandler?? en el foro de ASPX (.net) en Foros del Web. Buenas! Tengo una pagina web con unos imagebotton con esta funcion pero no se porque no me la ejecuta, y nuse si sera por los ...
  #1 (permalink)  
Antiguo 28/05/2008, 10:06
 
Fecha de Ingreso: marzo-2008
Mensajes: 69
Antigüedad: 16 años, 1 mes
Puntos: 0
no carga ImageClickEventHandler??

Buenas!
Tengo una pagina web con unos imagebotton con esta funcion pero no se porque no me la ejecuta, y nuse si sera por los postback de los dropdownlist??

TableCell butShowCell = new TableCell();
ImageButton imgbt = new ImageButton();
imgbt.ImageUrl = "images/Papelera.gif";
imgbt.ToolTip = "Borrar imagen";
imgbt.Attributes["IdFoto"] = ci.PK_Imagenes_Producto.ToString();
imgbt.Click += new ImageClickEventHandler(imgbt_Click);
butShowCell.Controls.Add(imgbt);
butShowCell.HorizontalAlign = HorizontalAlign.Right;
butsRow.Cells.Add(butShowCell);
prodTable.Rows.Add(butsRow);
  #2 (permalink)  
Antiguo 29/05/2008, 03:07
Avatar de Javier Santamaria  
Fecha de Ingreso: julio-2007
Mensajes: 296
Antigüedad: 16 años, 9 meses
Puntos: 1
Respuesta: no carga ImageClickEventHandler??

Hola,

No repitas hilos para no sobrecargar el foro.

Saludos
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 11:34.