Ask a Question related to Dreamweaver AppDev, Design and Development.
-
-- #1
Show Field based on Checkbox
ASP/ACCESS
I have a table that contains user data (e.g. username, password, email,
etc.) along with some checkboxes that signify whether or not a user can see
a variety of links upon login. For instance, if the Level 1 checkbox is
checked the user will be provided with the links, etc. that are attributed
to Level 1. I know how to do this, without checkboxes, using
MM_UserAuthorization but this does not server my purposes anymore. How
would I (can it be done) write something like this?
Any help would be tremendously appreciated.
-- Guest
-
Howto bind CheckBox to the datagrid/ Then update the database field when the checkbox is clicked.
I am trying to update the database field when the checkbox is clicked. I am trying to modified the following solution but.. got stuck on the... -
Delete mulitple records from list based on checkbox?
Hi - using ASP/ACCESS/VBscript Need an good and not expesive extension for making a page where I can delete multiple records from a list based on... -
Checking a checkbox based upon a table field
I have a template column in my grid that displays a checkbox. I would like to have the box checked if a field in the table that the grid is based... -
Capturing checked event for Template based checkbox.
Getting to grips with the datagrid better than I thought, however I've hit another problem which hopefully someone will be able to help (again.) ... -
Setting a checkbox based on a value in a DB
Hi, Based on a flag in my database table I want to make a server side checkbox checked. How can I dynamically do this through code? Thanks,... -
-- #2
Re: Show Field based on Checkbox
Nevermind...I figured it out.
"--<^>--" <nope@nospam.com> wrote in message
news:d4b1si$d91$1@forums.macromedia.com...see> ASP/ACCESS
>
> I have a table that contains user data (e.g. username, password, email,
> etc.) along with some checkboxes that signify whether or not a user can> a variety of links upon login. For instance, if the Level 1 checkbox is
> checked the user will be provided with the links, etc. that are attributed
> to Level 1. I know how to do this, without checkboxes, using
> MM_UserAuthorization but this does not server my purposes anymore. How
> would I (can it be done) write something like this?
>
> Any help would be tremendously appreciated.
>
>
-- Guest



Reply With Quote

