Display Image While Importing

  • Thread starter Thread starter bungle
  • Start date Start date
B

bungle

Hi

I am currently creating part of a system which does a simple import of
a CSV file using SQL Server with DTS. The front end to this is a web
based .NET (C#) app. Obviously when the CSV file is large, there is a
delay for the user receiving any feedback from the system. I therefore
want to do what I have seen other systems do and display a gif image to
show the user that something is happening (eg. spinning images etc).

It would be great if someone could help me with this!

Thanks very much

Dave
 
Back
Top