S
Sam
I am using an aspx page called USProfile.aspx. It has a placeholder control. A user control called USData is added to placeholder control dynamically. I am using LoadControl to add control USData to aspx page. I am doing this in Page_Init for every post back.
USData contains another user control called address. This address control has another control called state.
My problem is, after user fills the data, when I post this aspx page back, when I read the data entered by the user in USProfile.aspx.vb file, the state selected by user is not retained. All other user entered data in USData control is retained. That is address data is retained (Name, addressline1, 2 city etc which is in address control), but state selected (in state control) is not retained
Any clues?
USData contains another user control called address. This address control has another control called state.
My problem is, after user fills the data, when I post this aspx page back, when I read the data entered by the user in USProfile.aspx.vb file, the state selected by user is not retained. All other user entered data in USData control is retained. That is address data is retained (Name, addressline1, 2 city etc which is in address control), but state selected (in state control) is not retained
Any clues?