Hi
I have a radpanel bar which I populate with question descriptions using a session object according to a cover type selected "e.g. Motor".
When the page first loads the radpanlebar populates correctly and I can work with no problems.
There after if I change the cover type say to "Commercial"
It won't bind to the new session object it reverts back to the last lot of descriptions.
I have checked that the session has the new values required so that doesn’t seem to be the root of the problem.
I have tried binding in the page_init that also doesn’t work.
I checked the RadPanelProposal_ItemDataBound and the XmlElement for the data item doesn’t change according to the session object.
Any advice would be appreciated.
The session gets set as follows:
xmlDS.Data = "<Tasks>" & XmlString & "</Tasks>"
xmlDS.XPath = "/Tasks/Task"
xmlDS.ID = "QuestionsXml"
Session(QuoteQuestionGroups) = xmlDS
I have a radpanel bar which I populate with question descriptions using a session object according to a cover type selected "e.g. Motor".
When the page first loads the radpanlebar populates correctly and I can work with no problems.
There after if I change the cover type say to "Commercial"
It won't bind to the new session object it reverts back to the last lot of descriptions.
I have checked that the session has the new values required so that doesn’t seem to be the root of the problem.
I have tried binding in the page_init that also doesn’t work.
I checked the RadPanelProposal_ItemDataBound and the XmlElement for the data item doesn’t change according to the session object.
Any advice would be appreciated.
The session gets set as follows:
xmlDS.Data = "<Tasks>" & XmlString & "</Tasks>"
xmlDS.XPath = "/Tasks/Task"
xmlDS.ID = "QuestionsXml"
Session(QuoteQuestionGroups) = xmlDS