Search

You searched for the word(s):
Showing page 3 of 3 (24 total posts) < 1 second(s)
  • Formatting image selector result textbox

    I built an image selector tool using the Image Gallery selector. After I select my image, and it places the path result into my textbox, the path reflected is the absolute path from my local machine:&nbsp;&nbsp;&nbsp; When I click Update Image, I'm writing that Image textbox result to my database and I don't want the Absolute Path recorded. I ...
    Posted to Cute Editor for .NET (Forum) by spencet on April 13, 2010
  • Re: Displaying saved database content

    Tried both:&nbsp;&nbsp;&lt;%= strPageContent %&gt;&nbsp;and&nbsp;&nbsp;&nbsp;&lt;%# strPageContent %&gt;&nbsp;&nbsp;to no avail. Still just getting 'cms_pages' output on my page, which is the name of the table, instead of the actual table field content which should be '&lt;div&gt;&lt;img alt='''' src=''http://cutesoft.net/uploads/CLC Logo 1.gif'' ...
    Posted to Cute Editor for .NET (Forum) by spencet on October 29, 2009
  • Re: Displaying saved database content

    Yes, and I have no problem accessing the Editor.Text property to store data into my database. But on my display page, I'm needing to show the stored data from my table back onto the page not from the Editor.text. Is there example code that shows how to display saved Editor text that is not bound to a DataGrid control but rather to a variable or ...
    Posted to Cute Editor for .NET (Forum) by spencet on October 29, 2009
  • Displaying saved database content

    I can save my Editor content to the database but having trouble displaying/rendering the content back out on a page when I pull it back out of my MSSQL database.&nbsp;Have a table called 'CMS_PAGES and I'm saving the editor output into a field called 'pages_body'. This is the HTML data contained in that field for example: &nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by spencet on October 29, 2009