|
Search
You searched for the word(s): aspx
Showing page 43 of 918 (9,180 total posts)
< 1 second(s)
-
Hi Surya, I tested the following code in IE9, it works fine. One ''''' is missing in your code, you can have a comparison. <%@ Page Language=''C#''%>
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<html>
<head>
<title>JavaScript ...
-
Hi RaymondC,
Please refer to http://ajaxuploader.com/Demo/Ajax-based-user-profile.aspx, the following is its source code:
<%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script runat=''server''>
...
-
Hi dankrause, Can you reproduce this issue on http://aspuploader.com/demo/form-multiplefiles.asp? If the online demo works for you, please download the latest version and try again. Latest version downloads http://www.cutesoft.net/downloads/folders/57265/download.aspx If you still get the same issue of the latest version. ...
-
Dear ursdigvijay,
I tested it in FF and chrome, and cannot reproduce it on my end. The steps are as follows:
1. open http://cutesoft.net/example/general.aspx
2. switch to ''HTML''
3. remove all html code
4. input ''This is a test''
5. switch between ''Normal'' and ''HTML''
Data is not duplicated. What's your ...
-
Dear mhmoud,
You can open http://cutesoft.net/example/general.aspx and click ''Insert Media'', if you insert one mp3 file, you can find the following html code will be generated:
<p></embed>
<object codebase=''http://activex.microsoft.com/activex/ controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902'' ...
-
Dear sebinmathew333,
Please follow steps:
1. Open http://cutesoft.net/example/general.aspx
2. Click button
3. You will can set the background color.
If this button is disabled on your end, you can refer to http://cutesoft.net/developer+guide/scr/Howto_Change_layout_of_the_toolbars.htm to enable it.
Hope it ...
-
Dear davepearce,
Upgrade steps:
1. Backup your website
2. Remove folder ''CuteSoft_Client''
3. Download cuteeditor for .net, download link: http://cutesoft.net/downloads/folders/cute_editor_current_releases/entry21904.aspx
4. Unzip it
5. Upload files of folder ''\Framework 2.0\bin'' to your application bin folder, it will override ...
-
Dear DavidMag,
The following snippet demonstrates how to load departments and opertors from database, you can find this snippet in file ''ManageDepartments.aspx'' which can be found in download package.
private void DataGrid3_DataBinding(object sender, EventArgs e)
{
string ...
-
Hi nunndaddy, Does your client get the same issue on our demo below? http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx?UploaderDebug=1 QueryString ''UploaderDebug=1'' will open the debug mode, and you can see the debug info at top-right. Please show me the info if your client get the same issue on that ...
-
hi lonnie,
I think you are using the asp.net version of editor. So please try the example below.
By the way, the asp.net version forum is http://cutesoft.net/forums/23/ShowForum.aspx
<%@ Page Language=''C#'' %>
...
... 43 ...
|
|
|