|
Browse by Tags
All Tags » javascript » AJAX
-
I have an C# ASP.net page that adds the editor programmatically:
protected void Page_Load(object sender, EventArgs e)
{
RTE.Editor ed = new RTE.Editor();
ed.ID = "myEditor";
Page.Controls.Add(ed);
}
This works fine in IE7 ...
-
Hi,
I customized CuteWebUI_AjaxUploader_OnQueueUI. Everything was working fine until i tested with 2 multiple files in a row. If I upload a few files, my list count in CuteWebUI_AjaxUploader_OnQueueUI reflects how many files im uploading. If I do a second one, without refreshing, my total list count is the sum of both uploads. Is ...
-
i am trying to upload file when the upload reach to 100% and its about to hide the progress bar it gave me this error
Microsoft JScript runtime error: ASP.NET Ajax client-side framework failed to load.
and it used to throw three different javascript exception,
im using asp.net 3.5 with C#
any help will be appreciated
thasnks in advance
|
|
|