Checkboxes Suck

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kent

    #1

    Checkboxes Suck

    Take a look at the source at:


    What it does:
    The page posted above is also known as "pdocumentuploa d.aspx", it is used
    for Users to upload documents pertinent to the loans they are working, and
    only Users can access that page. There is a corresponding page where Non
    Users can go to download the documents.

    The problem:
    Sometimes the documents uploaded are private and should not be viewed by Non
    Users. There needs to be the ability to check to make the document private
    on pdocumentupload .aspx.

    What I have achieved:

    By taking this link you will see another page that i have created. The only
    difference between this one and the first one I posted are on lines 314
    (removed the onCheckChange object) and lines 240-244 have been removed. This
    page correctly displays the checkboxes, its just that there is no way to
    communicate to the database a change in values. I have tried everything I
    know, but always wind up with an error messsage about missing a directive or
    assembly reference.

    Please advise.

Working...