G
Guest
Hi,
I have a dropdown list in a user control with values(10) from my DB. I also
have in this ascx other controls (DatePicker, TextBox...) to be filled.
But, if the user select one particular value from this dropdown, it
indicates to me that the user control have to hide some fields and add others.
So, all I want is to make a _postback to the server to redefines the form
only with this particular value.
Otherwise, if the user choose all the other values, he can continue to fill
the fields and push on the Submit button at the end for the postback.
Tks all
I have a dropdown list in a user control with values(10) from my DB. I also
have in this ascx other controls (DatePicker, TextBox...) to be filled.
But, if the user select one particular value from this dropdown, it
indicates to me that the user control have to hide some fields and add others.
So, all I want is to make a _postback to the server to redefines the form
only with this particular value.
Otherwise, if the user choose all the other values, he can continue to fill
the fields and push on the Submit button at the end for the postback.
Tks all