Go Back   CodingForums.com > :: Server side development > ASP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-10-2005, 04:20 PM   PM User | #1
urko
New Coder

 
Join Date: Aug 2005
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
urko is an unknown quantity at this point
working with check boxes

How can I make that once I select certain review to make it active by using check boxes??

I have made a cell in my DB (text field) for that, but don't know really how to make it work in my webpage and admin page.

Thanks,
urko is offline   Reply With Quote
Old 09-12-2005, 01:56 PM   PM User | #2
Brandoe85
teh Moderatorinator


 
Join Date: Sep 2004
Location: USA
Posts: 2,472
Thanks: 4
Thanked 40 Times in 40 Posts
Brandoe85 will become famous soon enough
Quote:
Originally Posted by urko
How can I make that once I select certain review to make it active by using check boxes??

I have made a cell in my DB (text field) for that, but don't know really how to make it work in my webpage and admin page.

Thanks,
Could you explain a little further? I don't really understand what you mean?
__________________
-Brando
Why using tables for eating is stupid!
Brandoe85 is offline   Reply With Quote
Old 09-12-2005, 02:32 PM   PM User | #3
nikkiH
Senior Coder

 
nikkiH's Avatar
 
Join Date: Jun 2005
Location: Near Chicago, IL, USA
Posts: 1,973
Thanks: 1
Thanked 32 Times in 31 Posts
nikkiH is on a distinguished road
You mean you have yes/no Access fields?
Those are called Boolean or Bit datatypes in other DBMS. And they don't magically appear in a webapp. You have to create the html and make a form with checkboxes and set them accordingly.
__________________

If this post contains any code, I may or may not have tested it. It's probably just example code, so no getting knickers in a bunch over a typo, OK? If it doesn't have basic error checking in it, such as object detection or checking if objects are null before using them, put that in there. I'm giving examples, not typing up your whole app for you. You run code at your own risk.
Bored? Visit
http://www.kaelisspace.com/
nikkiH is offline   Reply With Quote
Old 09-12-2005, 06:46 PM   PM User | #4
urko
New Coder

 
Join Date: Aug 2005
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
urko is an unknown quantity at this point
I would like that before a review is seen on frontpage Iwould confirm it in admin pages.
I was thinking of using check boxes but I don't know much about that.
urko is offline   Reply With Quote
Old 09-14-2005, 03:47 AM   PM User | #5
Bullschmidt
Regular Coder

 
Join Date: Aug 2002
Location: USA
Posts: 478
Thanks: 0
Thanked 2 Times in 2 Posts
Bullschmidt is an unknown quantity at this point
Here's how I like to deal with checkboxes:

Classic ASP Design Tips - Checkboxes
http://www.bullschmidt.com/devtip-checkboxes.asp
__________________
J. Paul Schmidt
www.Bullschmidt.com - Freelance Web and Database Developer
www.Bullschmidt.com/DevTip.asp - Classic ASP Design Tips
Bullschmidt is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:58 AM.


Advertisement
Log in to turn off these ads.