|
Search
You searched for the word(s):
Showing page 165 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
We have found that is a bug , and will be fixed soon.
Regards,
Terry
-
Hi,
It's great that you have found a solution to fix it.
AjaxUploader adds the Flash/Silverlight support to let upload be more powerful.
In your case , I think because there must be a server error , and the the client can't catch the error in Flash mode.
So you can specify UploadType=''IFrame'' and try ...
-
David,
I can't reproduce your problem by using HorizontalAlign=Center ,
I think if you using ASP.NET 2.0 THEME,
Not only the .skin file, but also the css files in the THEME folder, can affect the editor dialogs.
So I think you can try this way , specify another theme in the ...
-
Hi,
Both the Flash/Silverlight use windows API GetOpenFileName ( http://msdn.microsoft.com/en-us/library/ms646927(VS.85).aspx ) to show the dialog.
And this dialog has 32K size limited of the selected filenames.
I think currently we can't do anythink on this issue.
We just suggest the users do this ...
-
Hi,
I can reproduce this issue.
I think that problem relative to the file browsing dialog.
For example, if I use CTRL+A to select all 1000 files, but the client side only get 315 items. and the last item is wrong too.
We are investigating this issue and find the real reason and fix it ASAP.
Regards,
Terry
-
Hi,
We will provide a solution with 24 hours.
Regards,
Terry
-
Hi all,
The CuteChat supports Oracle. But the SamplePortal dosn't.
So you need change the code of the SamplePortal , or write your own ChatProvider code for it.
I think the best way to start is write a custom ChatProvider implementation , understand it , and then change to Oracle.
Regards,
Terry
-
Örjan,
Can you tell me what CuteChat version are you currently using?
Regards,
Terry
-
Phil,
Please check this sample code :
<%@ Page Language=''C#'' %>
<%@ Import Namespace=''CuteWebUI'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script runat=''server''>
protected int ...
-
Moe,
We support multiple uploads in the v2.0 , and changed server code to support this future.
That changes cause your issue.
Now I think the best solution for your code is that :
this._isbinded=false; //decalre this member at the class ...
... 165 ...
|
|
|