Ver Mensaje Individual
  #6 (permalink)  
Antiguo 22/12/2005, 13:13
Avatar de splinter
splinter
 
Fecha de Ingreso: junio-2004
Ubicación: Misantla,Ver.Mexico
Mensajes: 181
Antigüedad: 20 años, 6 meses
Puntos: 0
private void mifuncion_Click(object sender, System.EventArgs e)
{
string param1 = Request.Params["__EVENTARGUMENT"].ToString();
...
...
...
}