Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
99
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: Textarea disabled on first load
Hi Oleg,
please tyr this way:
I tested in firefox2.0 and firefox1.5 it works fine <script runat=''server''>
Public loaderName As String
Protected Overloads Overrides Sub OnInit(ByVal e As EventArgs)
...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
March 30, 2009
Re: Insert Hyperlink - another button
Hi
rajmohanp,
1. Please refer to http://www.cutesoft.net/example/howto/AddDialogs/cs/create_a_custom_dialog.aspx
, it shows you how to create your custom dialog.
You can find the source code of this demo page in the editor download package ''How to/AddDialogs/cs/create_a_custom_dialog.aspx'' .
2.
How to get the ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
April 27, 2012
Re: Control error Asp.Net 2.0
I am getting the same error on a details view in edit mode.
I am using MS Visual Studio Professional.
Has a solution been found for this problem?The relevant source code looks something like this:<%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' ...
Posted to
Cute Editor for .NET
(Forum)
by
brianp
on
February 7, 2007
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: VB.NET how can i change color to a quoted text that goes in the cuteeditor??
Dear vagelis28,
please refer to code: <%@ Page Language=''vb''%> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''leftmenu'' Src=''leftmenu.ascx'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
February 28, 2010
Re: How to put errors in the Validation Summary
Hi microcontroleur,
The example below shows you how to catch the error message of uploader and use your own method to show you own ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
October 10, 2010
Re: Auto login
ReneK
:
For the Global.asax error , I think you configure the IIS virtual
directory to asp.net1.1 , try to check
it and set it to asp.net2 .
-----------
How about this code :
AutoLogin.Aspx?username=hello&password=world
<%@ Page Language=''C#'' %><%@ Import ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
cutechat
on
May 10, 2006
Re: populating the editor via listbox c#/javascript, how to refernce the textareas ID
Dear AWilderbeast,
Please refer to the following code:
Default5.aspx: <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''Default5.aspx.cs'' Inherits=''Default5'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
January 13, 2011
Re: Default folder and file type
Hi SLTDon,
you can try this way
void Uploader_FileUploaded(object sender, UploaderEventArgs args)
{
string ext=System.IO.Path.GetExtension(args.FileName.ToLower());
string folder = ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
September 29, 2008
Re: Rendering a rich Text control in Javascript
Hi jgreenjr,
Try the example below
<%@
Page
Language=''C#''
AutoEventWireup=''True''
%>
<%@
Register
Namespace=''CuteEditor''
Assembly=''CuteEditor''
TagPrefix=''CE''
%> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 29, 2009
More Search Options
« First
...
< Previous
97
98
99
100
101
Next >
...
Last »