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
28
of
149
(
1,483
total posts)
< 1
second(s)
Re: DataGrid paging not working on the DataBase-Example
Milton, Here is the modified version of DataGrid example. This example allows paging. Please copy/paste to the existing file and test it first. Then compare with your modified version and find out the problems. <%@ Page Language=''vb''%><%@ Import Namespace=''System.Data'' %><%@ Import ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 13, 2006
Re: Save button in the cuteeditor toolbar, and page validation.
Mike, Try the following example: <%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' %><html> <body> <form runat=''server'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 26, 2006
Re: Administration Role!!!
It looks like you need to import the DotNetGallery namespace. Add the red line below to your page: <%@ Page Language=''VB'' %><%@ Register TagPrefix=''CE'' Namespace=''DotNetGallery''
Assembly
=''DotNetGallery'' %> Private Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)Dim album As ...
Posted to
ASP.Net Image Gallery
(Forum)
by
AndrewH
on
April 18, 2006
Re: How can i add CuteEditor to a DataGrid BoundColumn. Not to the editItemTemplateColumn
It should not have any problems with a regular BoundColumn. Please change the source code of this example (http://cutesoft.net/example/datagrid-example.aspx) to: <%@ Page Language=''C#''%><%@ Import Namespace=''System.Data'' %><%@ Import Namespace=''System.Data.OleDb'' %><%@ Register ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 23, 2006
Re: EditorWysiwygModeCss
Jan, With the above style sheet, you should get the ''verdana'' when your mouse cursor is in the editor area. I am use the following code to test. If you still have problems, please try it: <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor''
Assembly
=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 9, 2006
Re: Installing CE in the GAC?
I went one step forward by adding the lines below to the web.config file when I added cuteeditor.dll to the GAC. CE shows in the web page but the buttons do not show up properly and they do not work. <assemblies> <add
assembly
="CuteEditor, Version=5.0.0.0, Culture=neutral, ...
Posted to
Cute Editor for .NET
(Forum)
by
salama
on
October 5, 2005
Re: Using my own Submit button with Cute Editor and ASP.NET
gilliganjoy, There is no default submit button that comes with the CuteEditor. You add your own submit button as you want. This is an demo: http://cutesoft.net/example/general.aspx The source code of the demo is here: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 15, 2005
Re: Using my own Submit button with Cute Editor and ASP.NET
gilliganjoy, There is no default submit button that comes with the CuteEditor. You add your own submit button as you want. This is an demo: http://cutesoft.net/example/general.aspx The source code of the demo is here: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 15, 2005
Re: Transelate the tooltip
Hi pnr, We use powerful .NET satellite
assembly
localization mechanism in ASP.NET. In the runtime CuteEditor control load localized resources dynamically at runtimes from satellite assemblies based on the culture specified by developers. This language-specific resource files are created and maintained by us. Many developers ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 1, 2004
Re: Adding CuteEditor to the Global Assembly Cache
I added the files according to the Help file. I followed the section ''DotNetNuke 4.x Integration '' When I edit a page with the Text/HTML module I receive the following error: I did not use the GAC. I placed the license file I received in the bin directory, did I do something wrong?
Posted to
Cute Editor for .NET
(Forum)
by
perchman
on
February 16, 2006
More Search Options
« First
...
< Previous
26
27
28
29
30
Next >
...
Last »