29/05/2008, 08:04
|
| | Fecha de Ingreso: marzo-2008
Mensajes: 69
Antigüedad: 16 años, 10 meses Puntos: 0 | |
Respuesta: problema Dropdownlist y postback?? Esto es el evento del imgbt
void imgbt_Click(object sender, EventArgs e)
{
try
{
ImageButton imgbt = (ImageButton)sender;
BorraFoto(Convert.ToInt32(imgbt.Attributes["IdFoto"]));
muestraProducto((CProducto)Session["currentproduct"]);
}
catch (Exception ex)
{
MostrarError(ex.ToString());
}
} |