|
Search
You searched for the word(s): postback
Showing page 47 of 85 (848 total posts)
< 1 second(s)
-
Hi Terry,
Could you please tell me where I can find some documentation on the custom AJAX tasks? I've installed V3.0, and I can't seem to find any new documentation.
Most importantly with regards to functionality, I still can't find the file I uploaded on the server once I call ...
-
Hi, Another question about this FileUploaded event. It is fired once for each file uploaded. However, all events are fired after ALL files are uploaded (the postback occurs at the end only).
Is there an event that is fired immediately after an upload (without waiting for the other files to be uploaded)? So that file processing can begin ...
-
hi,
Thanks for your help,
my problem has been solved.
Your support for the uploader is excellent.
but i still want to know how i can disable certain controls on the form (eg:- cascading drop down lists) while file uploading process is going on.
eg:- while the file uploading process is going on, ...
-
Setting the UploadType to ''IFrame'' solves the problem, but when I tried with a large file, I got Maximum Request Length Exceeded, which is the error we used to get when using the standard asp.net FileUpload control with large files.
What are the limitations of using the IFrame upload type? Does the entire file get loaded into ...
-
I am editing HTML stored in a database.
I am verifying that the editor is not processing my changes via the following process:
1. page loads, editor loads, content in the editor is the latest from the DB.
2. I make changes to the content, editor shows the changes in Normal, HTML, and preview modes.
3. I click to save the changes
4. I do a ...
-
Thanks for the reply Adam. That gets me there partially. It shows me how to limit the size and remove return key functionality.
Am I also to assume then that to solve some of my other questions...
- I can use the attachevent and detachevent javascript to attach an event for onblur?
- I can write a ...
-
Hi,
bit of an update. Got it to take content - by putting the Editor directly in the aspx page, not dynamically from the code behind.
However it now gets more complex. We're trying to use Atlas in this site (Microsoft's take on Ajax - so basically it doesn't post the whole page back and refresh the page, but makes the call behind ...
-
I got the same lost postback event problem but I was using Editor1.AutoConfigure = CuteEditor.AutoConfigure.Full_noform In my page_load event The fix worked ok but you need to use InsertForm instead of Form to get rid of the Form icon from the toolbar
-
<?xml version=''1.0'' encoding=''utf-8'' ?> <configuration> <codeviewToolbars> <item type=''g_start'' /> <item type=''image'' name=''Save'' postback=''True'' /> <item  ...
-
Test here: http://cutesoft.net/example/general.aspx
In the URL field, if the path is relative path (../uploads/somepath), after postback, you will get a relative path.
In the URL field, if the path is absolute path, after postback, you will get an absolute path. I guess you are looking for a method which can automatically convert the ...
... 47 ...
|
|
|