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 Chriss Miller 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 krispradez

  1. krispradez

    Format for date

    lehuong: #1) the database stores dates as long. but you can modify it's diplay at the table editor :-) so each time you pop them out, the same format will be displayed
  2. krispradez

    Global Variables (Global.asax)

    ASP.NET do not support the PUBLIC variable decalarion in a module just like what we're used to in VB. intead use the Application State. Sub Application_Start application("var1") = "value1" application("var2") = 2 application("var3") = false...

Part and Inventory Search

Back
Top