|
Search
You searched for the word(s): .net 4.0
Showing page 258 of 1,307 (13,069 total posts)
< 1 second(s)
-
Hi, Eric:$cd = ''phpuploader''; Please change $cd to the actual path value of your host, if you need help, please send your ftp access to eric@cutesoft.net , we can check it for u. Thanks for your response, just realised there'd been a reply. Do you mean the host url and ''phpuploader'' as in, ...
-
Dear ThomaxVision,
Please refer to the following code:
<%@ Page language=''c#'' AutoEventWireup=''false'' %>
<%@ Register TagPrefix=''DotNetGallery'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' %>
<%@ Register TagPrefix=''uc1'' TagName=''TopBanner'' Src=''Banner.ascx'' %>
<script ...
-
Dear mike.chambers,
By default Cute Editor maps most special characters to the equivalent HTML entity automatically. You can turn it off by setting property ''UseHTMLEntities'' to ''false''.
You can do the following test:
1. Update CuteEditor to:
<CE:Editor id=''Editor1'' UseHTMLEntities=''false'' ...
-
Hi Tarus,
Please test the example below. AjaxUploader work with a UpdatePanel and the method UploadCompleted works fine.
If you still get this issue, please create a simple page which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will check it and get back to you as soon as ...
-
Dear tien1504,
<script runat=''server''>
void Uploader_FileUploaded(object sender, UploaderEventArgs args)
{
string path = ''c:\\temp\\'' + args.FileName;
//check whether same name file is existing
if ...
-
hello all,
I would like to try this sample uploader on my server before I decide if I will pursue a purchase and further integration and customization. the problem is that I do not understand the installation process.
My first problem is that I don't know which version to install, there are many in the download. all I can ...
-
Hi,
When using ''br'' as line break in Chrome it throws a browser error when pressing enter followed by a character.
Steps to reproduce:
1. go to http://cutesoft.net/asp/oncarriagereturn.asp?BreakElement=br
2. place cursor after the br and press Enter/Return -> cursor disappears
3. press another key/character -> ...
-
I have downloaded CuteEditor version 6.6 for the evaluation version and am using it with Visual Studio 2010 and .NET 3.5.
I am trying to change the Menu using ContextMenuMode, and it doesn't seem to change from the default ContextMenu. I have tried several different options, including None, but the menu never seems to change. I have ...
-
Hi, we have a situation where we need to use two different upload controls on the same page. This is because each of the files uploaded have very specific purposes and are handled completely differently by the ASP.Net application.
I have so far been able to meld the javascript to upload both files at once, one after the other on several ...
-
We have AjaxUploader in a large web application under development. The license is part of the .NET project.Each developer on the team retrieves the project code from TFS. Each developer runs the application (under development) on their own development environment and IS server. When each developer accesses the application and uses the AjaxUploader ...
... 258 ...
|
|
|