22/01/2008, 09:58
|
| | | Fecha de Ingreso: diciembre-2007 Ubicación: Panama
Mensajes: 157
Antigüedad: 17 años, 1 mes Puntos: 0 | |
Re: Controlar auto postback asp.net Dropdownlist en Dreamweaver CS3 ya vi listo solo hay que restar y vualaaa
<%
If Page.IsPostBack = true Then ar.selectedindex = request.Form("ar") - 1
else
ar.SelectedIndex = ar.Items.IndexOf(ar.Items.FindByValue("12"))
End If
%> |