
07/01/2008, 21:34
|
 | Colaborador | | Fecha de Ingreso: septiembre-2007 Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 6 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 |