|
Search
You searched for the word(s): postback
Showing page 30 of 85 (848 total posts)
< 1 second(s)
-
Rafael,
For document , please check http://ajaxuploader.com/document/ , That document do not contains some new API
1 - UploadAttachments control extends the server side uploaded items management, in client side, all uploader use same behavior.
2 - you can do this to get the uploader object ,
var ...
-
Hello,
I have some troubles with the ajaxuploader.
I am adding the ajaxuploader control in a custom Panel-Control.
This custom control is added to the controls collection in the default.aspx page.
If I upload a file, it is written in the Temp Folder, but at the postback-event that is called at the end ...
-
I have a link in a gridview to open up a CuteEditor dialog inside a div in an ajaxpopupextender modal. Everything works fine and it appears as if the update text persists when I close the dialog (i'm just setting my OKcontrolID to a button in the popup div - no post back is occuring at thsi point). When I actually update the ...
-
Hi, After a file is successfully uploaded, there is a HTML table shown on screen with the name of the file and a green mark to show it was uploaded.
I would like to : update this table BEFORE the OnFileUploaded event is fired, so I guess I should use ...
-
Adam, Divs are not templated controls and this example does not use ajax what so ever. This is completely different then my example. I made my example simple so it could be easily tested. In actuality the inner UpdatePanel is a stand in for a custom fake popup control that I wrote that produces the same result. ...
-
Hi,
Please check this sample code :
protected override void OnLoad(EventArgs e) { base.OnLoad(e); //need check is postback or not too! ...
-
Hi,
Im getting ''Command 'OnCommand' is not supported or not implemented'' with the following code. Any ideas ...
-
Hi everybody,
In my aspx page, i have two cuteedior placed on updatepanel ..when a postback event, it generate a JS error :
''htmlfile: Could not complete the operation due to error 800a025e'' ==> if(editdoc.queryCommandValue(OxO36e1[0x1c0])==Ox8f5[i][0x0]
then ''Runtime Error Microsoft BLOCKED SCRIPT Object does not ...
-
Hi,
When the page do the postback , the table will be reseted.
If you want to keep the queue , there's two solution :
1. in the OnPostBack event , cancel it. but you will not get the FileUploaded event
2. process the OnQueueUI event , and draw the table by your self.
If you are not use AJAX , I think ...
-
Dear Support: I found upload a new image is slow when the existing image folder got lot of image.
I see the ''upload'' function request a server postback to refresh the whole image folder when it finish upload, so it cost lot of time.
Is it possible for me to solve the slow problem ? Alternative, can I customize a upload ...
... 30 ...
|
|
|