Hi,
When the page loads the WebDropDown is populated with a dataset which is then set to nothing.
When I select a value in the table in the dropdown I populate other textfields based on the values read from the selection in the table in the dropdown.
After that page is posted back, the values in the table in the webdropdown are no longer visible but when selected the values from the selected item do populate the textfields correctly.
It seems that the data is not visible but is there to select from.
Does anyone have any suggestions, I have pretty much exhausted my options?
Thanks!
I will try to provide a screenshot for everyone here.
I have already done so at the Infragistics site where the ticket was created. Before Postback there is data in the table. After Postback the data is still there but not visible. If you select a row in the dropdown the values will still populate the fields below it.
Hi Jay,
I've created a support ticket for this issue with number : CAS-50392-HNB9G8
I will contact you for further information via the support ticket.
Thanks
I am giving you the aspx and the vb and 1 class file although it is not relevant for this problem.
The file FilesDb contains a function named GetRecipients that returns a DataSet with all the recipients needed to populate the Recipients webdropdown wddRecipients.
SendNotices.ascx is a control that is located on TestControl.aspx.
SendNotices contains the webdropdown wddRecipients.
RecipientList is used to store the data added to the grid and the grid is bound to that.
I am using a lot of controls from different vendors and it would be a lot of files to send you everything.
If you do need everything please let me know.
Please could you upload your sample that reproduces the issue and we will investigate it further.
Thanks for your cooperation.
I removed the table portion of the webdropdown and I was able to get it to behave appropriately. I wrapped the control in an updatepanel and the section of the page in an updatepanel. I removed the databind on the control on every postback and that also made it work correctly.
However; after getting to work properly, I wanted to put the table back into it.
When I put the table portion back to the webdropdown the data disappeared after the first postback again. I tried doing a databind after each postback as suggested and it made no difference.