Changing the cursor in ASP.NET while loading doesn't work without a JS alert
How about this:
btnImport.Attributes.Add("onclick", "hourglass();");
Is it an Ajax-Webapp? Then you could use an UpdateProgress Control to show while the user is waiting till import finished.