NoCoolHandle
Programmer
-- posted to asp also --
I have a web app that is showing a true/false in a checkbox. The form it is being displayed in is for all intents an purposes read only. I.E. I don't want the user to think they can change or edit anything on this page.
What I would like to do is in essence make the checkbox behave like a locked checkbox in a VB application... Any ideas.
Rob
PS I am thinking about just displaying an image of a check or X depending on enabled or not at the moment, but a check box would be easier to implement (maybe)
I have a web app that is showing a true/false in a checkbox. The form it is being displayed in is for all intents an purposes read only. I.E. I don't want the user to think they can change or edit anything on this page.
What I would like to do is in essence make the checkbox behave like a locked checkbox in a VB application... Any ideas.
Rob
PS I am thinking about just displaying an image of a check or X depending on enabled or not at the moment, but a check box would be easier to implement (maybe)