Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/11/2006, 19:29
axpicasso
 
Fecha de Ingreso: octubre-2006
Mensajes: 53
Antigüedad: 17 años, 7 meses
Puntos: 1
rpta.

esto se realiza en los eventos :

ItemDataBound (DataGrid)
RowDataBound (GridView)

If e.Row.RowIndex = GridView1.SelectedIndex Then
Dim txt as TextBox = CType(e.Row.FindControl("<nombre>"), TextBox)
txt.Attributes.Add("width","20px") ' ó
txt.Styles.Add("width","20px")
End If


espero te sirva cualquier consulta
[email protected]
[email protected]