|
Search
You searched for the word(s): aspx
Showing page 97 of 918 (9,180 total posts)
< 1 second(s)
-
Hi:
For the guest name , you can add this script code into the end of the CuteSoft_Client/CuteChat/Channel.aspx :
<script>
SetGuestName(''Chatter<%=Guid.NewGuid().ToString().Substring(0,4)%>'')
</script>
The SetGuestName limit some characters . So If you want to allow symbol, ...
-
stimpy77:
I've experienced being booted for being idle for too long when I was only idle for a few minutes (like, five). I double-checked the settings and it's set to a full 30 minutes, much longer than it seems like I waited.
This issue is now being reported by the users. They're not chatting anymore, and this auto-logoff thing ...
-
Hi,
I'm having big problems with the Gallery. For some reason the XML files are recreated at random, but with no images.
Every time this happens I have to batch build the gallery to get the images into the XML file again.
This is a pain in the a**, and I'm getting alot of angry customers each time this happens.
Can you please ...
-
SaferSephy:i have the same problem but it seems to duplicate everytime i save it, it really messes up my code...is there a way to kill it?
Can you try this example?
http://cutesoft.net/example/general.aspx
If you can reproduce the problems, show me the steps?
If not, please download the latest build.
-
It's not spaces. It's only for indentation. If you don't like this, please use the following code:
string myXHTML=EditorUtility.ConvertToXml(Editor1.Text,false,true,false);
Demo:
http://richtextbox.com/test/XHTML.aspx
XHTML (no indentation)::
<table cellspacing=''4'' cellpadding=''4'' bgcolor=''#ffffff'' ...
-
Paul,
In the integration guide, We just use some CS integration code as examples.
Cute Chat just need the infomation of site membership. For example, you can pass the current username to Cute Chat . You can get this user name from sessions, active directory, cookie .....
Here are the whole list of integration ...
-
Milton,
>>Is this a common problem?
What do you mean?
>>Can you speak about the general problem of a page not finishing?
I think you have to debug your own code. You must have some code which caused the problem.
You can use the following example as a ...
-
>>P.S. I tried using the table tags in the control for this forum (obviously cuteeditor) and I don't have any trouble in firefox. Is there a config file or CSS class that I am missing?
Can you download the latest build and try ...
-
marker,
Please check this example:http://cutesoft.net/example/JavaScript-API.aspx
// get the cute editor instance var editor1 = document.getElementById('<%=Editor1.ClientID%>'); // Get the editor HTML var ...
-
Hi Adam,
Well i've just reproduced the same error again.
It seems when i have a <table></table> above the table which holds the editor it produces the same result mentioned before.
When u remove the html markup of the first table it works perfect, but with the first html table markup it produces the strange ...
... 97 ...
|
|
|