Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
et #1
What to do about checkboxes?
I have a grid with odds and ends of data, some of the fields are true/false
checkboxes. The users don't like the fact that the checkboxes are
modifiable even when not in edit mode.
What does everyone else do about this? Disable it? change it to display
Yes/No, True/False, or something else? Their own image perhaps?
et Guest
-
checkboxes
"cbool" might help if cbool(request.form("mychk")) = true then "Paul" <paul@themedialounge.com> wrote in message... -
PHP checkboxes
How do I send CHECKBOXES via email through the mail() function in PHP? Example: You have 67 checkboxes, all with unique names, but only want to... -
[PHP] Checkboxes
You could try this: <input type="hidden" name="box1" value="0"> <input type="checkbox" name="box1" value="1"> So basically when it get... -
ASP.NET Checkboxes
Thanx M, and I mean that, but I really need this to work without a postback and frankly it should behave like the other controls are behaving... -
CGI and checkboxes
How do I get the value from a checkbox made with cgi.checkbox ? I need to make a decision based on whether or not the checkbox is checked - will... -
S.M. Altaf [MVP] #2
Re: What to do about checkboxes?
I usually disable the textboxes so that their 'values' are visible, but not
modifiable.
-Altaf [MVP]
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
[url]www.mendhak.com[/url]
"et" <eagletender2001@yahoo.com> wrote in message
news:OgTRQU$0FHA.1556@TK2MSFTNGP10.phx.gbl...>I have a grid with odds and ends of data, some of the fields are true/false
>checkboxes. The users don't like the fact that the checkboxes are
>modifiable even when not in edit mode.
>
> What does everyone else do about this? Disable it? change it to display
> Yes/No, True/False, or something else? Their own image perhaps?
>
>
>
S.M. Altaf [MVP] Guest



Reply With Quote

