Hi,

I'm fairly new to ASP so if this is really simple I apologize in advance for my stupidity.

At the top of my ASP code a connection is made to a database and some data is pulled back. All I need to do is put a message at the top saying Please wait but I can't seem to get the text to appear before the database code executes. In VB I would issue a simple .refresh on the label control but there doesnt seem to be a similar refresh function in ASP.

Any ideas?

Thanks.