User Profile

Collapse

Profile Sidebar

Collapse
blackburnj55
blackburnj55
Last Activity: May 1 '07, 06:24 PM
Joined: Apr 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • blackburnj55
    started a topic CSS style switcher asp.net

    CSS style switcher asp.net

    I am constructing a website for a bike shop. I want users with impaired vision or disabilities to be able to change the font size on the page.

    I have created two ".css" files called "default.cs s" and "huge.css" which are on my server in the "templates" folder.

    On my homepage (log.asp) i have the following code to execute the change:

    <p><a href="style_swi tcher.asp?style =default">Norma l...
    See more | Go to post

  • ASP.NET VB script insert record. error '80004005'

    Hi

    I am inserting some records into my access database using asp.net vb script.

    The problem is that "Username" is set to "Not Null" in my database and so i get the following message returned.

    Microsoft JET Database Engine error '80004005'

    The field 'CustomerOrder. Username' cannot contain a Null value because the Required property for this field is set to True. Enter a...
    See more | Go to post

  • blackburnj55
    started a topic Insert record - error '80004005'

    Insert record - error '80004005'

    Hi

    I am inserting some records into my access database using asp.net vb script.

    The problem is that "Username" is set to "Not Null" in my database and so i get the following message returned.

    Microsoft JET Database Engine error '80004005'

    The field 'CustomerOrder. Username' cannot contain a Null value because the Required property for this field is set to True. Enter
    ...
    See more | Go to post

  • thank you so much i cracked it! so simple in the end!

    many thanks once more.

    James
    See more | Go to post

    Leave a comment:


  • Please help! Data type mismatch in criteria expression.

    Hi,

    I am constructing a website for a bike shop. I am using dreamweaver and an access database to create it.

    I have made a query where two criteria are entered to get results. These are : Category and price(RRP).

    Here is the SQL:

    "SELECT Category, Description, Image, ProductRef, RRP, SalePrice FROM BOM WHERE Category = '" + Replace(Records et1__MMColParam , "'", "''")...
    See more | Go to post
No activity results to display
Show More
Working...