Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How to disable the creation of queue table and the default progress bar?
Re: How to disable the creation of queue table and the default progress bar?
10-21-2010, 9:44 PM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: How to disable the creation of queue table and the default progress bar?
Reply
Quote
Hi
deepakkumarjoshi
,
Try this way
protected override void OnLoad(EventArgs e)
{
//UploadAttachments1 is the id of uploader
UploadAttachments1.GetItemsTable().Visible = false;
base.OnLoad(e);
}
Regards,
ken
View Complete Thread