need your help............
-
hi, I'm using a VS 2008 web developer and I want to use the UpdateProgress control in while loading my data in the database. But my problem is that the .gif image and message in updateprogress control wont show up while loading the data. I've already put this code.
system.threading.thread.sleep(1000
) but it still wont display the images. Can anybody help me with this problem. thanks a lot
-
hi, I'm using a VS 2008 web developer and I want to use the UpdateProgress control in while loading my data in the database. But my problem is that the .gif image and message in updateprogress control wont show up while loading the data. I've already put this code.
system.threading.thread.sleep(1000
) but it still wont display the images. Can anybody help me with this problem. thanks a lot
-
-
yep... your right I'm just a beginner in ASP .net. but i really need to make that updateprogress to work. Is there a simple way to make the updateprogress control to work?
meki_2118 wrote:
Is there a simple way to make the updateprogress control to work?
Most simple way would be to read the control's documentation and work with the examples provided.
Navaneeth How to use google | Ask smart questions