Hello,
We are running into a sort of problem. Let's say for example, we have a page with various controls including some combo boxes like Employee page with department and manager combo boxes.
We have bound the combo boxes via LLBL Data Source. When we come to page for editing an employee, on Page_Load event we try to fill the values in all controls from existing values including selecting existing department and manager. But on page_load the combo boxes are not yet filled.
The combo boxes are DevExpress ASP.net combo boxes.
So is it by design or is there a better way to do this?
Thanks
Amit