|
Search
You searched for the word(s): .net 4.0
Showing page 181 of 1,307 (13,069 total posts)
< 1 second(s)
-
Dear tajamal,
Please open ''/CuteSoft_Client/CuteChat/ChatAdmin/Log.aspx''
You can find the following line:
<%@ Page language=''c#'' Inherits=''CuteChat.ChatAdminPage'' %>
You can change it to
<%@ Page language=''c#'' %>
After done, your following requirement should can be implemented, the user don't need sign as ...
-
Hi SKH,
If you mean that, achieve the same function as the toolbar buttons by javascript.Please try the code below
<%@ Page Language=''C#'' AutoEventWireup=''true'' %>
...
-
Hi kjell.ek, How to add ''InsertLink'' menu into the context menu. 1. Open file ''CuteSoft_Client\CuteEditor\Configuration\ContextMenuMode\Simple.config '' 2. Add the sectioin below into to <contextmenus> <ref name=''InsertLink'' /> 3. Open file ...
-
Hi Larsik,
I am sorry to hear the trouble on your side. Please let me assure you that official license files never expire. If you do have ''expiration'' message, chances are the official file has been overwritten by temp ones. First of all, let's get your license file re-generated. In order to do that, I will need your buyer's email@ or ...
-
Hi Calsy,
Please try the example below. It shows you how to add CuteMessenger in the page as embed mode.
<%@ Page Language=''C#'' %> ...
-
Dear SergeGusev ,
Please refer to the following snippet:
if (!Directory.Exists(@''D:\\MyUserFileStorage\\Serge\\Images\\Test''))
{
...
-
Dear ruperty,
I tested your two examples:
http://www.voteinusa.com/demo1.php
http://www.voteinusa.com/demo2.php
the first one works fine, the second throw error,
You can set another temporary directory and try it again:
<?php
$uploader=new ...
-
Hi rlovelace,
Please let you client test on our demo http://cutesoft.net/example/general.aspx.
If the demo works for him, please donwload the latest version and try again.
Also, you can let him test on different borwser on your site, it maybe a security settings problem of the browser(try re-set all security settings to ...
-
You can click button ''Downloadable Files'', and then upload file. If you want to use the uploaded files later, you only need click it and then insert it to editor area, othere users will can right click the file and save to their local computer.
If you want to click one button and then select some files and then send it, you ...
-
I tested this issue both Chrome 5.0.375 and IE8.0, it works on my end, the steps are as follows,
1. Open link http://cutesoft.net/asp/EnableAll.asp , and switch to ''HTML''
2. Input <a href=''xyz''><span>Text</span></a> in html code editor ...
... 181 ...
|
|
|