hi
How to Fire Pageload event for this situation.
here i refer this url
http://ajax.net-tutorials.com/controls/updateprogress-control/
but here when we will click update fire progress event i need fire this
thread page load event i put like this but not firing how will do this
This Code not working why?
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
System.Threading.Thread.Sleep(4000)
End Sub
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com