is there any ralternative to Application.Doevents()?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • balahari
    New Member
    • Mar 2018
    • 1

    is there any ralternative to Application.Doevents()?

    Hi I am trying to capture browser image and save to local ,download .
    SharePoint application pages I created ,but in one site the solution is working but in other site pages not working .
    in the code I am not able to get the error,at Application.DoE vents() the debugger is able to pass but not able to reach DocumentComplet e() method.
    the browser will keep on loading ,loading,loadin g....
    is there any better solution ?
    please help
  • abeLuna
    New Member
    • Mar 2018
    • 13

    #2
    Have you looked into the Timer class located in System.Web.UI.T imer? Let me know if this works for you.

    Comment

    Working...