I want to load a page first after that I have to tranfer control to another page only after wating/passing few seconds. So I tried the following and failed Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadComplete showDataOfCurrentPage() Dim sleepT As Int64 = 100000 Threading.Thread.Sleep(sleepT) Response.Redirect("URL")) End Sub I failed because I wrote the sleep code in Page_Load So I tried it ny writing it on Page_LoadComplete That too failed . So in short i want to show the data of current page compleatly Then after few second I want to Redirect the page to another page How shuld i code for this? sujith |
||||||||
|
![]() |
2/21/2007 2:00:17 PM |
|
||||||||
|
![]() |
2/21/2007 2:14:09 PM |
it is fine if i get its vb eqallent |
||||||||
|
![]() |
2/22/2007 8:19:41 AM |
|
||||||||
|
![]() |
2/22/2007 8:46:25 AM |
|
||||||||
|
![]() |
2/22/2007 8:47:02 AM |
|
||||||||
|
![]() |
2/22/2007 8:50:46 AM |
|
||||||||
|
![]() |
2/22/2007 1:38:48 PM |
|
||||||||
|
![]() |
3/16/2007 7:07:00 AM |