M
Michael Richter
hi, all,
this is my first attempt in this newsgroup so please be forbearing if I am
posting to the wrong newsgroup or the question might be some kind of rtfm ;-).
I actually have a little problem in understanding the contenteditable
property. MSDN2 declares this as a good thing to use if wanting a form to be
not editable by the user. But there seem to be some restrictions.
I'm using VS.NET 2005 for my actual project and created a masterpage and
several content pages. Navigation and data access works fine but for
different users I want to have forms that are not editable but only showing
actual data. I could build a second form or page for this but I think to have
understood that the contenteditable property is my solution for the problem.
The content pages are all build with several controls like textbox,
dropdownlist, calendars and buttons embedded in a simple table to format the
page. I tried div and form with property contenteditable=false but the form
stayed editable. So I started to search MSDN2 and the www with Google but no
article solved my problem (or I overread it ;-) ). It seems that there must
be some kind of restrictions in the usage of contenteditable or some
prerequisites I did not care for yet.
Ok, now, has anybody a hint or a solution for my problem?
kind regards
Michael
this is my first attempt in this newsgroup so please be forbearing if I am
posting to the wrong newsgroup or the question might be some kind of rtfm ;-).
I actually have a little problem in understanding the contenteditable
property. MSDN2 declares this as a good thing to use if wanting a form to be
not editable by the user. But there seem to be some restrictions.
I'm using VS.NET 2005 for my actual project and created a masterpage and
several content pages. Navigation and data access works fine but for
different users I want to have forms that are not editable but only showing
actual data. I could build a second form or page for this but I think to have
understood that the contenteditable property is my solution for the problem.
The content pages are all build with several controls like textbox,
dropdownlist, calendars and buttons embedded in a simple table to format the
page. I tried div and form with property contenteditable=false but the form
stayed editable. So I started to search MSDN2 and the www with Google but no
article solved my problem (or I overread it ;-) ). It seems that there must
be some kind of restrictions in the usage of contenteditable or some
prerequisites I did not care for yet.
Ok, now, has anybody a hint or a solution for my problem?
kind regards
Michael