|
Search
You searched for the word(s): aspx
Showing page 96 of 918 (9,180 total posts)
< 1 second(s)
-
leesam,
The upload component of Cute Editor is Ajax Uploader.
This component can auto dectec the client's browser and decides to load silverlight, flash or iframe solution.
Since flash 10 release, Adobe changed FileReference.browse() method. In Flash Player 10 you can no longer spawn this dialog window programmatically and it ...
-
Hi,
It's very strange that the guid values are same of each time.
Because not many customers require writing the custom provider, So we haven't prepaired the documents on this part yet.
When you want to write the customer provider , You can check our example code : ...
-
No, on that asp page:
http://cutesoft.net/example/general.aspx
all the buttons shows after 2-3 sec (and then 80-90 objects are being downloaded in the background)
But on this php page:
http://phphtmledit.com/EnableAll.php
the buttons shows after 10-15 sec, AFTER the 80-90 objects has been downloaded.
And there are the same ...
-
I have managed to do this now by changing a line in the script file chatclient.js (in the scripts folder). I then call my embedded chat page with a couple of parameters:
For example:
embed.aspx?room=1&UserName=Steve
Then in chatclient.js
I have altered the code in Function Connect(placename) so that the ...
-
Sergejack:
But I already use that in the aspx code :
EnableStripScriptTags=''false''
isn't it working the same way?
EnableStripIframeTags
Specifies whether to remove inject Iframe tags before writing the string into the db. When this property is set to true (the default) ...
-
Jake,
The RemoveServerNamesFromUrl is obsolete. Please use UTLType property.
Editor.URLType Property
Specify whether the URL should be converted to a site root relative path (/html/images/image1.gif) or an absolute path (http://www.mysite.com/images/image1.gif).
URLType Enumeration
Specify whether the ...
-
Jack,
>>looks i checked the ''remember login'' which persisted the auth info on the cookie, but that is supposed to remember login ID only right?
Cute Live Supports use asp.net authentication. Please check the following article for details:
Security Features in ASP.NET - Authentication
>>in a ...
-
Adam,
Unfortunatly, this didn't help.
Now i'm getting there following error pasted below.
Also, to give you an idea what have going on, my site is all programmed in vb (yeah, yeah, I know, lol).
2nd, We are trying to embed the chat app into a web page that is displaying a web cam for some live drawings we will be ...
-
For some reasons, your .net installation is not correct.
I think all pages of your site which contains the asp.net validator control will have problems.
You can get this control work right away if you remove all validator controls of the page.
>>I just installed the dotnetlivehelp chat software (demo) and that is working properly....! ...
-
Open CuteSoft_Client\CuteEditor\Dialogs\InsertFlash.aspx and modify the following code:
protected override void GetFiles(ArrayList files)
{
files.AddRange(fs.GetFileItems(CurrentDirectory, secset.FileNamePrefix + ''*.swf''));
...
... 96 ...
|
|
|