M
Mr. M
Hi!
I've a web page, in which users may add controls dinamically. So, every
times that users press a button, a DropDownList must be added to the page.
For these, i have add a PlaceHolder control, which contains all DropDownList
controls added by users.
These control, have EnabledViewState property set to true, but every times a
round trip occurs (data goes to server and back), this control lose all
DropDownList controls list, that users were add.
In the same way, when a page was submitted to the server, the
PlaceHolder.Controls.Count property returns 0 value.
Any suggestions???
Thanks.
M.-
I've a web page, in which users may add controls dinamically. So, every
times that users press a button, a DropDownList must be added to the page.
For these, i have add a PlaceHolder control, which contains all DropDownList
controls added by users.
These control, have EnabledViewState property set to true, but every times a
round trip occurs (data goes to server and back), this control lose all
DropDownList controls list, that users were add.
In the same way, when a page was submitted to the server, the
PlaceHolder.Controls.Count property returns 0 value.
Any suggestions???
Thanks.
M.-