M
Meir Rotfleisch
Hi
I am trying to populate the Droplist with Items during the page load event
however the Droplist remains blank..
The code is
Dim I As Integer
if not page.ispostback then
For I = 1 To 31
Me.DropDownList1.Items.Add(I.ToString())
Next
End if
Suggestions?
Regards
Meir
I am trying to populate the Droplist with Items during the page load event
however the Droplist remains blank..
The code is
Dim I As Integer
if not page.ispostback then
For I = 1 To 31
Me.DropDownList1.Items.Add(I.ToString())
Next
End if
Suggestions?
Regards
Meir