Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): assembly
More Search Options
Showing page
16
of
149
(
1,483
total posts)
< 1
second(s)
Re: Display alret when user tries upload file/s with a same name that already exist in DB
Hi, Please try the example below, you can achieve it in "function myqueueuihandler(list)". <%@ Page Language="C#" Title="Customize the queue UI" %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 28, 2013
Re: Get File Stream similar to HTTP Posted File.
Hi, Please try the example ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 8, 2013
Re: Multiple upload buttons in one page
Hi QuiTran, Yes, you can add multiple instances in the same page, like the example below. <%@ Page Language="C#" %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 4, 2013
Re: CSS style and Cancel All Uploads button
Hi, If you just need to hide the cancel all button, please add the style code below into your page. <style> .AjaxUploaderCancelAllButton { display: none !important; } </style> If you need to custom the whole queue table style, then you ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 4, 2013
Re: Ajax Uploader - progress width after upload
Hi lanikfs, You can control the progress text style like the example ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 3, 2013
Re: CuteWebUI:UploadAttachments - Require At Least One File Selected When ManualStartUpload="true"
Hi carlpr, Please try the example below, it require the user at least select a file for upload. <%@ Page Language="C#" %> <%@ Register Namespace="CuteWebUI"
Assembly
="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
December 20, 2012
Re: Change width of AjaxUploaderProgressInfoText
Hi Kerstin, Please try the way below to set the width. <%@ Page Language="c#" %> <%@ Register Namespace="CuteWebUI"
Assembly
="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %> <html> <head> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
December 7, 2012
Re: Can I add a label to the toolbar?
Hi jagilbert27, Please try the example below, it shows you how add a label at the left of the toolbar. <%@ Page Language="C#" %> <%@ Register TagPrefix="CE" Namespace="CuteEditor"
Assembly
="CuteEditor" %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 30, 2012
Re: CuteEditor and Autosave
Hi Kai2, Please try the example below, it will save the editor content every 5 seconds. Change 5000 to 60000 is 1 minute. <%@ Page Language="C#" %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 27, 2012
Re: remove border / right to left writing / slow updating on IE
Hi kresa3333, 1. How to hide the editor border Please set property BorderStyle to none <CE:Editor ID="Editor1" runat="server" BorderStyle="none"> </CE:Editor> 2. Set property EditorBodyStyle to direction:rtl <CE:Editor ID="Editor1" ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 11, 2012
More Search Options
« First
...
< Previous
14
15
16
17
18
Next >
...
Last »