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
59
of
85
(
848
total posts)
< 1
second(s)
Re: Stack overflow error during postback in IE
JRodman, I have no clue now. Can you create a sample.aspx file which can demonstrate the problems and send it to me?
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 6, 2006
Re: Process text after "Insert Templates"
Paul, >>I have tried changing the template button so that it does a
postback
, but the
postback
happens before the template gets loaded Call the following JavaScript method to update the iframe content. <script> do_preview(html); </script>
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 14, 2007
Re: CE fails to restore cursor
If Editor.Focus set true, focus goes to top of page, not where it was when method called that caused
postback
! Focus should go to exactly where it was before the
postback
. How to fix this? Try it with your default config. page.
Posted to
Cute Editor for .NET
(Forum)
by
fredd
on
August 14, 2007
Re: Not catching the postback event ?
The save button causes a
postback
but the sub below is not catched ???? PrivateSub Editor1_
PostBack
Command(ByVal Sender AsObject, ByVal e As System.Web.UI.WebControls.CommandEventArgs) Handles Editor1.
PostBack
CommandIfString.Compare(e.CommandName, ''Save'', True) = 0 Thensavedata() 'dataBinder()EndIfEndSub
Posted to
Cute Editor for .NET
(Forum)
by
Larskohsel
on
March 9, 2005
Re: Upload Dialog box is not opening in IE7
Dennis Gilgallon, We have found that the validation would generate script for the button's javascript onclick function. And that function would cause the page
postback
. So please try to use this code : <script runat=''server''> protected override void OnInit(EventArgs ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
October 30, 2008
Re: Series of errors in uploader
Relaxander: Is there error message throwed? No errors. After pressing the button the panel disappears for a second and appears again. Usual
postback
is occured, file browser is not called. What happen is you set the browser language setting to english?
Posted to
Ajax Uploader
(Forum)
by
Adam
on
May 13, 2010
Re: Cute Editor seems to generate incorrect code
CuteEditor converts the above code to XHTML compliant in the server side instead of the client side. Please test it in the following example: http://cutesoft.net/example/xmloutput.aspx After the
postback
, the above code will be converted to correct XHTML.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 17, 2007
Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)
Lisandro, Can you create a simple aspx which can demonstrate the problem and send it to me? The sample code I post works fine here.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 31, 2006
FileUploaded event not firing
Hi, Kennth: I have a new issue with the Ajax Uploader that seems to have begun after not using it for a few months. For some reason, after the file is selected and uploaded, the file shows up in the temp directory as a persisted file object with extension ".resx", but the FileUploaded event (which will copy the file to a ...
Posted to
Ajax Uploader
(Forum)
by
swabygw
on
November 22, 2014
Server-Side equivalent of pasteHtml?
Is there any way to 'paste html' into the current location of an editor using standard c# code instead of javascript? For example, if I wanted to add the bold words ''hello word'' wherever the cursor was last positioned when I clicked an .Net button, there would be code like: editor1.PasteHtml(''<b>Hello ...
Posted to
Cute Editor for .NET
(Forum)
by
sincell
on
February 1, 2011
More Search Options
« First
...
< Previous
57
58
59
60
61
Next >
...
Last »