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
52
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: Grabbing the Filename and re-naming
Hi Badgerator,
Please try the example below. you can get the upload file name by "mvcfile.FileName" in line ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
November 21, 2013
Re: Images not being displayed
Here is the runtime code that DotNetGallery is inserting into my web page.
I am setting GalleryClient to ''~/U_DotNetGallery_Files/''.
Again, DNG is not displaying any of the images and is not responding to mouse actions.
<script type='text/javascript' ...
Posted to
ASP.Net Image Gallery
(Forum)
by
GCB
on
October 28, 2010
Re: How to set the file names in FileTooLargeMsg property?
Hi mvjr,
The catch error function will check the file one by one, so it will not get all the large files at the same time. you can catch all upload file size when the user selec the files for upload, then check it by your own code, like below.
...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
February 5, 2013
Re: How to get spell checker to work?
Place the dictionary and the NetSpell.SpellChecker.dll in the bin folder in the root of your website.
It can help if you have a web.config file like the one below, to find out what's wrong.
The last line
(<globalization culture=''en-US''/>) forces the spellchecker to use the US dictionary, otherwise it will be using ...
Posted to
Cute Editor for ASP
(Forum)
by
darias
on
August 30, 2006
Re: AutoConfigure
Luis, OK. Check this configuration:
<add name=''CEHtmlEditorProvider''
type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider''
providerPath=''~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 9, 2006
Re: Evenhandler not called
Here is the ascx file used as the skin file which the cute editor is placed in: <%@ control language=''C#'' %> <%@ register tagprefix=''CE'' namespace=''CuteEditor'' assembly=''CuteEditor'' %> <%@ register tagprefix=''sc'' namespace=''MyProject.Controls'' assembly=''MyProject.Controls'' %> <table width=''100%'' ...
Posted to
Cute Editor for .NET
(Forum)
by
stephenwm
on
January 11, 2006
Display error.
When I have these configuration settings: <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration>
<contextmenu>
<item name=''Editing'' value=''False''/>
<item name=''Format'' ...
Posted to
Cute Editor for .NET
(Forum)
by
ckincincy
on
April 9, 2007
How can i reference a file being inserted (outside the editor) just like when doing Insert Image outside the editor?
Hello,
I have seen many code examples on Inserting an image outside the editor.
I have this working fine, but now i am trying to use the same concenpt when selecting a File using the Downloadable Files dialog.
Could someone PLEASE give me some insight on how to do this.
ie: This works when selecting an image outside ...
Posted to
Cute Editor for .NET
(Forum)
by
sendittokeith
on
September 24, 2007
Insert code snippet fails in Firefox
Hi,
I have added the following piece of code in the ''code snippet'' dropdownlist to be inserted:
<script
src='http://maps.google.com/maps?file=api&v=2.x&key=xxx'
type='text/javascript'></script><script
type='text/javascript'> ...
Posted to
Cute Editor for .NET
(Forum)
by
Dtest
on
November 4, 2009
Re: Windows authentication or user login needed
You can try this
Global.asax :
<%@ Application Language=''C#'' %> <%@ Import Namespace=''CuteChat'' %> <script runat=''server''>
void Application_Start(object sender, EventArgs e) {
ChatProvider.Instance = new ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
cutechat
on
November 13, 2007
More Search Options
« First
...
< Previous
50
51
52
53
54
Next >
...
Last »