Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): postback
More Search Options
Showing page
43
of
85
(
848
total posts)
< 1
second(s)
Re: global functions not firing
Dear deepakkumarjoshi, Please save the following snippet to ''test.aspx'', and then run it, it works fine. <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''> void ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
October 21, 2010
Re: Add two more fields while upload the file using php file uploader
Dear svsenthilmca, Please refer to the following code: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <html> <head> <title>Example</title> </head> <body> <form name=''theForm'' action=''5.php?
postback
=true'' ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
September 6, 2010
Re: FileValidated vs. FileUploaded events
Rob Nagel , the order of the events are : client side select multiple files client show file1 uploading server fire FileValidating event client show file1 finish client show file2 uploading server fire FileValidating event client show file2 finish ... client side fire
Postback
event server side fire FileUploaded event ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
November 8, 2009
Re: OnFileUploaded Not Firing Until All Files Uploaded
Hi, when you upload multiple files , the order is : uploading file1 server FileValidating for file1 uploading file2 server FileValidating for file2 ... uploading filen server FileValidating for filen client On
Postback
event server FileUploaded event server UploadCompleted event This is by design , because ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
October 22, 2009
Re: Issues with Ajax Update Panel, Gridview, Ajax Popup Extender
I've done some more research by reading past threads and debugged this and i'm having an issue with the Iframe not being found for my CE control in the edittemplate. this control is in an update panel inside a gridview (i have a popupextender hooked up to the update panel which my CE control is in) and the whole thing is in an ...
Posted to
Cute Editor for .NET
(Forum)
by
valya
on
October 8, 2009
Re: (File dialog has been blocked) while trying to Upload files
Terry, Thanks for spending the time trying to fix this. The control is now working inside the modalpopup/tabcontainer(thank you for that), BUT now stopped working on a regular page with a scrollbar(i.e. without the modalpopup or a tabcontainer). This was working fine before the fix. To test this issue, just go back to the same code above and ...
Posted to
Ajax Uploader
(Forum)
by
luci
on
September 3, 2009
Re: Need Javascript DeleteAllAttachments...
Hi, the attachments list is server side state. There's 2 solution for it : A. call a button.click() and let it
postback
, call the DeleteAllAttachments() at server side. -- B. you can just hide the table ( Attachments1.GetItemsTable().ClientID ) , set a flag to a hidden field , and call the ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
May 12, 2009
Re: AppSettings not sticking
Hi acer152, please try this example: -------------------------------------------> <%@ Page Language=''VB'' %> <%@ Import Namespace=''System.Data'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
April 10, 2009
Re: What's new in CuteEditor 6.3?
Cute Editor is updated on 03-15-2009. -Fixed: Editor renders as textarea using FireFox 2.0 on Mac. -Fixed: HTML view bugs in FF 3.0 http://cutesoft.net/forums/thread/49917.aspx -Fixed: Layout issue with Jquery tab http://cutesoft.net/forums/49949/ShowThread.aspx#49949 -Fixed: Receiving JavaScript Error on ASP.net AJAX ...
Posted to
News and Announcements
(Forum)
by
Adam
on
March 16, 2009
Re: CuteEditor onchange event fired only after a few seconds after change.
hi tonyjepson, OnTextChange only fire when the page is
PostBack
, please try this code: <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <body> <form runat=''server'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 27, 2008
More Search Options
« First
...
< Previous
41
42
43
44
45
Next >
...
Last »