10/01/2007, 15:46
|
| | Fecha de Ingreso: junio-2006
Mensajes: 109
Antigüedad: 18 años, 6 meses Puntos: 2 | |
Re: llenar dropdownlist con BD verifica que cuando haces el postback no vuelvas a cargar el combo, algo asi
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
If Not Me.Page.IsPostBack Then
Llenar_Proveedores()
End If
End Sub |