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
22
of
149
(
1,483
total posts)
< 1
second(s)
Re: paste command issue.
Hi gurpreet, Can you explain your issue on detail? Can you show me the steps to reproduce this issue? Please try the example below <%@ Page Language=''C#'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 23, 2010
Re: the type or namespace 'DotNetGallery' could not be found in the global namespace
Dear , Please double check deployment steps: http://cutesoft.net/ASP.NET+Image+Gallery/Deployment.aspx The following is one runnable example, can you check whether this example works on your end? <%@ Page language=''c#'' AutoEventWireup=''false'' %> <%@ Register TagPrefix=''DotNetGallery'' ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Eric
on
September 3, 2010
Re: Function like onchange in TextArea
Hi surrounding, Please try the example below <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor''
Assembly
=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 1, 2010
Re: Clear Uploader Files On Error
You can use OnError event to hide the default error message alert box. function CuteWebUI_AjaxUploader_OnError(msg) { return false; } The following is one runnable example: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
August 23, 2010
Re: How can I change the tooltip (for i18n) for the red remove icon and the green uploaded successfully icon ?
You can create one customization queue table, the following is one runnable example, you can cusotmize based on this example: <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI''
Assembly
=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
August 18, 2010
Re: Multiple Upload Controls
snagpoonage, Ajax uploader allows you run multiple upload controls on the same page. Please try the following code: <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI''
Assembly
=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body> ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
August 17, 2010
Re: How to show text on editor from variable
You can try the following code: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %> <html> <head> </head> <body> <form id=''Form1'' runat=''server''> <CE:Editor ID=''Editor1'' ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
August 11, 2010
Re: Problem with editor.text
Please try the following ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 3, 2010
Re: can't change the href of a link programatically, it reverts automatically....
Hi ztp, Please try the example below <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor''
Assembly
=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 29, 2010
Re: How can i return what the BreakElement is in JS (Javascript)
Hi mreric, Try <%@ Page Language=''C#'' %> <%@ Register
Assembly
=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 21, 2010
More Search Options
« First
...
< Previous
20
21
22
23
24
Next >
...
Last »