|
Search
You searched for the word(s): postback
Showing page 14 of 85 (848 total posts)
< 1 second(s)
-
rcm,
Please create a custom button frist.
Demo:
http://cutesoft.net/example/customization.aspx
Third button shows you how to call a Built-in button.
This example also helps:
http://cutesoft.net/example/JavaScript-API.aspx
>>2. how can i increase the size of the images in ...
-
I am now trying to use the custom button to open an aspx page to mimic the behaviour of insert file dialog. However, whenever there is a postback happening on the aspx page, it is opening a new window and try to do the postback in the new window, which fails.
I am using the javascript function to open the dialog:
function ...
-
Remove CuteEditor from the page and add the following code instead:
<asp:Button id=''btnUpdate'' Runat=''server'' Text=''Submit''></asp:Button><br/><asp:textbox id=''textbox1'' runat=''server'' TextMode=''MultiLine'' Height=''250px'' Width=''730px'' Font-Name=''Arial''></asp:TextBox>
Then test ...
-
mmurrell,
Please check your DLL description. The latest is built in 04-12-2007. If you are not using this version, please download the control again and update the DLL and client files.
-
I was hopeful that would work, Adam, but it seems that it just wouldn't let me change anything during a postback. What I ended up doing was very hackish, but it works. When the dropdown list changed and triggered a postback in the InsertImage.aspx, I have it testing for the value in the dropdownlist. Depending on the value, I ...
-
I am trying to determine if the user clicked the Save or Send button from the toolbar.
HEre's what I have:
Dim C As System.Web.UI.WebControls.CommandEventArgs
If String.Compare(C.CommandName, ''Save'', True) = 0 Then
End If
If String.Compare(C.CommandName, ''Send'', True) = 0 Then
END IF
WHAT I GET BACK ...
-
Ive got an interesting problem. I have 3 repeaters on a page each with editors in them. Below each repeater i have linkbutton that posts back to the page so I can dynamically add more rows to each repeater. The problem is, when I click any of these linkbuttons, i immediately get popup from IE that says ''stack overflow at line: 358''. It works ...
-
Greg ,
1 - when the file be uploaded , it will do the postback , and fire the FileUploaded event.
if your page use MSAJAX, it will be a AJAX postback , otherwise it will be a FORM postback.
you can use javascript to catch the PostBack event http://ajaxuploader.com/document/scr/JavaScript-API.htm
2 - Uploader ...
-
Hi there,
Yes it works fine now thanks. For some reason, the editor ''expand'' image icon at the bottom right has disappeared and lots of text items now are wrapped in [[ ... ]]. In any case it's better than it was.
Thanks again for your help.
Kev
-
Adam:
It's strange.
Is your site online so you can provide a URL?
Do you have the same problem here?
http://cutesoft.net/example/general.aspx
if i have:
_myInstanceVar = Editor1.Text
on server side after a button click event, shouldn't this give me the most current content?
... 14 ...
|
|
|