H
Harsha
Hi,
I am downloading few files from server. I am using Progress Indicator to
show the progress of download. But I also want to show the percentage of
completion and file which is getting download. I tried as given below.
Progress bar is working properly but still label text shows empty.
for (int j = 0; j < keys.Length; j++) {
DownloadFileBinary(htFileNames[keys[j]].ToString(),
"http://xx.xxx.xx.xx/abc.dll);
lblFileName.Text = htFileNames[keys[j]].ToString()
pBar1.Value = pBar1.Value + 1;
}
please tell me how to show the filename on the label filed. Even I tried
using get and set property with out success.
Thanks and Regards,
Harsha.
I am downloading few files from server. I am using Progress Indicator to
show the progress of download. But I also want to show the percentage of
completion and file which is getting download. I tried as given below.
Progress bar is working properly but still label text shows empty.
for (int j = 0; j < keys.Length; j++) {
DownloadFileBinary(htFileNames[keys[j]].ToString(),
"http://xx.xxx.xx.xx/abc.dll);
lblFileName.Text = htFileNames[keys[j]].ToString()
pBar1.Value = pBar1.Value + 1;
}
please tell me how to show the filename on the label filed. Even I tried
using get and set property with out success.
Thanks and Regards,
Harsha.