|
Search
You searched for the word(s):
Showing page 1320 of 4,987 (49,864 total posts)
< 1 second(s)
-
Since we´re all programmers I believe most of us are not really concerned about developing for Web Standards, but this is something we all should be aware and this is the right time to learn how to create XHTML pages ... the guys from Microsoft .NET team are working hard to have VS 2005 ws compliant. Right now asp.net web server controls are ...
-
Hi,
Do you have the same problem with other pop-ups?
The followings are the first line of insert.aspx:
<%@ Page CodeBehind=''insert_link.aspx.cs'' Language=''c#'' AutoEventWireup=''false'' Inherits=''CuteEditor.Include.insert_link'' %>
Please check your insert.aspx file (you can find it at ...
-
Hi,
I use AutoEventWireup=''true'' in my Page.
Also I add the following code in Page_Load():
System.Web.UI.WebControls.Image Image1 = new System.Web.UI.WebControls.Image ();
Image1.ToolTip = ''Exit Editor'';
Image1.ImageUrl = HttpContext.Current.Request.ApplicationPath +''/images/save.gif'';
Image1.CssClass ...
-
Hi,
First off thanks to everyone for their excellent help the last couple of days!
Hey i was wondering, is there a way to change the path to the upload directory, this is probably in the help file, but somehow I didn't see it. And didn't find it in any forum searches. I'd like to put the directory in a more ...
-
All of the demo applications return this error message:
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error ...
-
Hi Vasy,
you can try this way:
Create another 'EmbedChannel.ascx'(you only need to copy the code)
when you need cutechat alone,please use the 'EmbedChannel.ascx' which not comment this code
when you nedd cutechat and messenger use in one page,please use the 'EmbedChannel.ascx' which comment this ...
-
Hi,
The current version is 100% compatible with Microsoft's UrlRewriter samples.
http://msdn.microsoft.com/en-us/library/ms972974.aspx
If the uploader do not fit for your case , there are some reason:
1. The url rewriter is not 100% compatible , because it use Request.RawUrl (like the http://urlrewriter.net/) .
That means, as ...
-
Luckyhuss,
To improve the loading speed, Cute Editor use HttpHandler process the image files on the server side to improve the loading speed. You can turn this feature off by setting this property to false.
We will continue investigating this issue and find a better solution in the next version.
-
Hi,
You can put this after editor :
function CuteEditor_OnCommand(editor,command,ui,value)
{
//handle the command by yourself
if(command==''hyperlink'')
{
InsertHyperlink();
return true;
}
return false;
}
Regards,
Terry
-
We store customer numbers in a cookie value on our website. I am wondering if there is a way to display this customer number in the operator panel for the visitors? Or for the request queue? If so, how can I accomplish this? Thanks.
... 1320 ...
|
|
|