Hi all,
My program work as below. While uploading the files, my program show a progress bar to user by percentage.
However i find out that the progress bar is too big for me.
I try to reset the width and height but it only cut the progress bar into half instead of showing it in a smaller size.
Can anyone help?
My code is as per below:
My program work as below. While uploading the files, my program show a progress bar to user by percentage.
However i find out that the progress bar is too big for me.
I try to reset the width and height but it only cut the progress bar into half instead of showing it in a smaller size.
Can anyone help?
My code is as per below:
<
ajax:RadProgressArea
runat
=
"server"
ID
=
"RadProgressArea"
Width
=
"20%"
Height
=
"20%"
ProgressIndicators
=
"TotalProgressBar, TotalProgressPercent"
Skin
=
"Outlook"
>
</
ajax:RadProgressArea
>