Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi

 

I have an ASP.NET screen with 3 test boxes and an import button associated with each and a lblMessages label

 

when the import button is pressed it takes the directory details in the text box and opens a specific file (e.g. c:\import\sales.txt)

This file is read and the details written to the database

 

This file can be quite large.

What I want to do is display messages on the screen detailing the progress.

 

The problem is that no matter what I put into lblMessages.text they dont display on the screen until the processing is finished.

 

I remember in VB 6 there was Do Events which allowed me to do something like this.

Anything like this in .NET?

 

cheers

Zubie

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...