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
44
of
85
(
848
total posts)
< 1
second(s)
Re: Client Side Events
Hi ryanstinson, Use custom UI button by setting the Uploader1.InsertButtonID=''AnotherButton'' then the uploader script would replace the AnotherButton.onclick=.. You can replace it by this way : <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
August 23, 2008
Re: What's new or change log???? and CuteEditor_OnCommand(editor,command,ui,value)
Mike, What's new in version CuteEditor for .NET 6.0? >>CuteEditor_OnCommand(editor,command,ui,value) Example: function CuteEditor_OnCommand(editor,command,ui,value) { //handle the command by ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 26, 2008
Re: Need help with toolbar customization
jas05220, Are you sure the ConfigurationPath=''CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/mytools.config'' is correct? Can you change to ConfigurationPath=''CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/default.config'' and try again? If it works, maybe the problem is caused by the following ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 14, 2006
Re: Not rendering unordered lists XHTML compliant
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: <ul> <li>List Item 1</li> ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 16, 2006
Re: two questions
JAF, 1). How do i stop the contenteditor from stripping the <html> and <body> tags out? This is Internet Explorer behaviour. We still can't find an elegant workaround. Right now you have to re-apply these tags on
postback
. 2). How do i stop the contenteditor from inserting the <tbody> tag into tables? You can't ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 25, 2005
Re: Editor1.Text is not current when postback is called!
>>if i have: _myInstanceVar = Editor1.Text on server side after a button click event, shouldn't this give me the most current content? Yes. It should give you the most current content.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
November 8, 2006
Re: Determining POstBack Button in code behind VB
Adam, I hate to look like an idiot but I have the download package and cannot find the example...little help please? Thanks Rudy
Posted to
Cute Editor for .NET
(Forum)
by
renman
on
June 6, 2008
Re: File Upload cause complete page post back... Basicly the ajax part of the uploader is not working?
Did anybody ever resolve this? From what I can see, it's actually a Mircrosoft/Ajax issue. When using ClientIDMode="Static" on a master page, Ajax is ignored and a full
postback
occurs, it happens for lots of different controls. My solution was just to use ClientIDMode="AutoID" on the control itself.
Posted to
Ajax Uploader
(Forum)
by
themoonraker
on
November 26, 2012
Get not current text
Hi, when i use CuteEditor, if i try to take the text and quickly i validate my page (asp:button,
postback
), i get old initial value. if i wait a few seconds or i change focus on a other element, i have not this problem. Any assistance would be appreciated Thanks Snopims...
Posted to
Cute Editor for .NET
(Forum)
by
snopims
on
July 9, 2009
Re: Page is reloaded after an ajax upload
Hi, The uploader will do the
postback
after the files be uploaded. And fire the FileUploaded event on server side. So the Page.Load event will fire again. You can use if(!Page.Is
PostBack
) for the first load event. Regards, Terry
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
September 11, 2009
More Search Options
« First
...
< Previous
42
43
44
45
46
Next >
...
Last »