Hi,
I'm looking for solutions for two of my problems. I did a lot of googling, but it didn't do me any help. I hope to find an answer through this forum. The following are the issues:
1. There are some methods in my application that can execute independently. These methods are called in the Page_Load. I need to know how I can convert these methods to asynchronous methods, so that the Page_Load need not be delayed. I dont want to make these methods as [webmethod] or expose as webservice.
2. How can I make usercontrols load asynchronously? Are there any Asp.Net controls that make this possible? Updatepanel helps only while updating a portion of the control, but as per my knowledge that does not help me to *load* the usercontrol asynchronously.
I would highly appreciate, if you would be able to provide me some clear solutions to these issues. Would be even better if you could explain with the help of code samples.
Thanks in advance.
Regards,
Frenz