V
vespaboy
i have a calendar control and i have added a dropdownlist control to
each day using the OnDayRender method:
Dim ddl As DropDownList = New DropDownList
ddl.AutoPostBack = True
....
....
e.Cell.Controls.Add(ddl)
However the autopostback event is not firing, indeed no autopostback
code is added to the rendered <select>.
Can anyone advise how to make autopostback work and to access the
values of each select in the postback.
Thanks in advance
Dan
each day using the OnDayRender method:
Dim ddl As DropDownList = New DropDownList
ddl.AutoPostBack = True
....
....
e.Cell.Controls.Add(ddl)
However the autopostback event is not firing, indeed no autopostback
code is added to the rendered <select>.
Can anyone advise how to make autopostback work and to access the
values of each select in the postback.
Thanks in advance
Dan