Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by forti

  1. forti

    Trying to Format a Number in ASP, even if NULL value

    Hello. Why not test the recordset/field value prior to calling the function? If isNull() Then <input ....> Else <input ....FormatNumber(...)> End If Forti
  2. forti

    Detect and extract SSL Cert Information

    I'm posting to a provider's web server and obtaining a URL for the SSL cert for this provider. I can manually expose the properties for the page and view the cert info, but I wish to programmatically validate the cert by checking the expiration date, the CA authority that issued the cert, and...

Part and Inventory Search

Back
Top