|
Search
You searched for the word(s): error'A=0
Showing page 43 of 969 (9,685 total posts)
< 1 second(s)
-
Hi simonhorridge,
I attached two web.config, please try it, one of them should work.
#1
<?xml version=''1.0''?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
...
-
Hi yuenli, Can you reproduce this issue by the example page below? Is some test pages online? So we can check it for you. <%@ Page Language=''C#'' AutoEventWireup=''true'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<%@ Register ...
-
Hi alay,
When you get the disconnect problem, you will get the number of the connection. As you descripted, the _104, _106 .. etc.
Please try connect the server again and again, you will get the number again and again.
If you get increased number list, for example _104,_106,_111,_115... that means network is not fast enough for the ...
-
Juan,
If you are using Personal web site, it only allows limited connections. When open one window of IE, it will uses two connections. Please close all connections then try again.
If you are using IIS, please change the connection limit settings for the Web site.
Open Internet Services Manager.Right-click the Web site and ...
-
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 : ...
-
stuartwachsberg,
Please rename the button ID to ''submit2'' instead of ''submit''.
We use form1.submit() funtion to submit the form. When the browser tries to execute “document.form1.submit()”, it sees the “submit” form field (which overwrote the submit() function) instead and complains that ...
-
joergbauer:
Adam,
thanks for the fix, but there is still a little bug which I can reproduce in your online demo:
1) Type some text
2) Delete all text, like CTRL-A und DEL
3) Type some text like ''abc''
3) Switch to HTML and you see <p>abc</p>
Can you please also fix this soon? ...
-
tadc@msn.com,
Please put your mouse cursor over CuteEditor.dll and read the control description. The latest build is published on July 25, 2007.
The change log is here:
http://cutesoft.net/forums/thread/30855.aspx
To upgrade to this build, please read the log. You may need to update the DLL and client files ...
-
>>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 ...
-
TLI,
upgrade_3.0_to_3.1.sql
CREATE TABLE [dbo].[CuteSupportNote] ( [NoteId] [int] IDENTITY (1, 1) NOT NULL , [OperatorId] [int] NOT NULL , [OperatorName] [nvarchar] (50) NOT NULL , [CreateTime] [datetime] NOT NULL , [UpdateTime] [datetime] NOT NULL , [Color] [nvarchar] (50) NOT NULL ...
... 43 ...
|
|
|