Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/01/2008, 21:34
Avatar de Peterpay
Peterpay
Colaborador
 
Fecha de Ingreso: septiembre-2007
Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 16 años, 8 meses
Puntos: 87
Re: Por Favor Ayuda urgente con un Dropdownlist !!!

//TextBox1.Text = (string)DataBinder.Eval(ds,"ds.Tables[0].DefaultView[0].Row[0]");
//TextBox2.Text = (string)DataBinder.Eval(ds.Tables["stud"], "Name");
//TextBox3.Text = (string)DataBinder.Eval(ds.Tables["stud"], "Address");
//Page.DataBind();


podria ser la solucion practica para tu duda