Hi,
I am very new to asp.net. I have bought a host and uploaded the website for my father's business and I have set up the database with my host and I have FCKEditor safely stored in a secure login page.
Basically I want the user who logs in to be able to select one of the web pages to edit from a drop down list and the content will go into FCKEditor then when they click save it will put the content into the DB I set up and the webpage will retrieve that information.
I am extremely new so I don't really understand much asp.net jargon either.
I have been searching for a few hours to find a tutorial to help me with this but I can't seem to find one so if anyone could point me in the right direction that would be great!
I created a new table in the DB called MHM_Pages and within that a column name called homeContent which the datatype of ntext so I thought this was the way to go to store and receive the content on the homepage in this column?
I also have the DB connectionstring in the web.config I don't know if it will help?
As I said I am very new to this and if anyone could help me it would be greatly appreciated.