M
Mad Scientist Jr
I have a dropdown list that is initiated if Not Postback. However when
a postback occurs, the dropdown's value is reset.
Is there a property I am missing, or some even that is getting fired
that might be causing this?
Thanks in advance...
If (IsPostBack) Then
'(process controls)
Else
'(init controls)
End If
a postback occurs, the dropdown's value is reset.
Is there a property I am missing, or some even that is getting fired
that might be causing this?
Thanks in advance...
If (IsPostBack) Then
'(process controls)
Else
'(init controls)
End If