Cannot update control from DLL events
Hi,
I am developing an ASP.Net application which communicates with a .Net COM DLL. All the functionalities depends on the DLL events. When I am trying to update any control (say adding a list box item or setting button.enabled state) from any of the DLL Event Handler, its not getting updated and its not throwing any error too. But when I update it from any page events (say page_load or button_click), its getting updated.
Can anyone give a solution for this please? My application is totally based on DLL events.
Thanks
Sree
|