|
hi guys.
for any one thats intersted i mananged to bind to a text box.
what i did was set up a SQLDATASOURSE then put a FORMVIEW on the page.
if u select the primary key as part of your SQLDATASOURSE then you can tick the "allow update, edit, delete" check box in the data source wizard.
once this is set up, and you have bound the label (in itemtemplate) and textbox(in edit template) to the text field in your database you can edit the text on the page.
i have a script on the page that triggers all textboxs to start up my TINYMCE wissywig. this allows me to add formating, hyperlinks, emoticons, fonts, whatever....
basically i now have a pretty cool CMS for my site. meaing i dont have to do any more content work!!!!! hurray, the users can change the content now. it so simple!!!!
if any one wants further tips on setting this up ill be happy to help VS2005 users.
__________________
regards,
Pauly.
The true sign of intelligence is not knowledge but imagination. (Albert Einstein)
Be who you are and say what you feel,
because those who mind don't matter and those who matter don't mind. (Dr. Seuss)
Last edited by paulwebmaster : 07-25-2006 at 11:48 AM.
|