
08-20-2003, 01:05 PM
|
Newcomer
|
|
Join Date: Aug 2003
Posts: 3
|
|
DoEvents for Web Form page
Hi,
I`ve used Application.DoEvents method in my Windows Forms many times, no problem. However, it obviously not going to work in a Web Based application. It is so, as DoEvents is not a member of System.Web.HttpApplicationState. So, I am trying to figure out what replaces this method in a Web Form page, which I created in VB.NET. Could anyone help me out with this, please?

|
|