Search

You searched for the word(s):
Showing page 28 of 28 (273 total posts) < 1 second(s)
  • Change EditorWysiwygModeCss then looses event postback

    Hi &nbsp; I am allowing the user to select the CSS file. This bit is fine, i can select the file and the css class combo changes. No Probs. &nbsp; However what I am finding is that if I try and save after changing the css file then it doesnt work. But when i click it a second time then it does work fine! It seems for some reason the event ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 20, 2006
  • Re: RichDropDown PostBack

    Hi &nbsp; You could use the onchange attribute of the richdropdown to set a&nbsp;hidden field&nbsp;on the form and then do a submit. You would then have to check the hidden field in the load event and then do whatever you wanted to do. &nbsp; e.g. create rddl Dim rddl As New ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 20, 2006
  • Re: How to get RichDropDownList SelectedItem value

    Hi &nbsp; I can help on the client side, but havnt done this on the serverside. &nbsp; I guess you must be creating the rddl on the fly, if so then add an attribute for the onchange like so. Note that on IE you use one method and firefox another as it renders differently on firefox. &nbsp; Dim rddl As New ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 20, 2006