D
Dunc
I'm writing an app that uses a lot of time-date functions, so I'm trying to
create a calendar-type user control that adds a day, month, and year box to
a number of places on my page.
I can successfully dynamically create the controls, and add them to my page,
but I can only access them on postback if they've got a fixed name (so I can
declare them at the top of the page with the other web UI controls). If I
pass a value to create a name based on a string, I can't find any way of
accessing the postback values of them.
Has anyone got any ideas on how to get around this?
create a calendar-type user control that adds a day, month, and year box to
a number of places on my page.
I can successfully dynamically create the controls, and add them to my page,
but I can only access them on postback if they've got a fixed name (so I can
declare them at the top of the page with the other web UI controls). If I
pass a value to create a name based on a string, I can't find any way of
accessing the postback values of them.
Has anyone got any ideas on how to get around this?