Search

You searched for the word(s):
< 1 second(s)
  • Re: CuteEditor webpage integration

    I just wanted to update this page for anyone else whom might be having problems. I was able to get this working by switching the code back to my .aspx page from the code behind page.&nbsp;All I did here was paste the code from the&nbsp;XmlDataTypeSave.aspx howto tutorial, then edit a few various pieces that you can inspect below. This is a very ...
    Posted to Cute Editor for .NET (Forum) by Sternzy on January 24, 2010
  • Re: CuteEditor webpage integration

    Kenneth: Hi Sternzy , &nbsp; In ms sql database, row have a property name&nbsp;identity. when you set it to true, the Columns(in your case name 'ID') will automatic growth. &nbsp; Regards, &nbsp; Ken &nbsp; Thank you Kenneth for that bit of information, very helpful. &nbsp; As you can see I am quite new to programming, and am ...
    Posted to Cute Editor for .NET (Forum) by Sternzy on January 18, 2010
  • Re: CuteEditor webpage integration

    Thank you for the response.&nbsp;Rite now I have a data base setup with a table called ''News''.&nbsp; In this table I have 10 or so columns that I will eventually tie into each post. &nbsp;Currentely I am only concerned with the Columns ''ID'' and ''Post''. I have the ''ID'' Column set in SQL Server managment studio to ''int'' and ''primary ...
    Posted to Cute Editor for .NET (Forum) by Sternzy on January 18, 2010
  • CuteEditor webpage integration

    Hi, I recently did the how to page in saving xml to a database. After successfully completing it, I migrated the code over to my own page. I'm trying to make the connection pull the xml from CuteEditor and save it to the database. I would like the ID to be an auto incremental number, as opposed to having to enter it manually.&nbsp;basically I'm ...
    Posted to Cute Editor for .NET (Forum) by Sternzy on January 10, 2010