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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ericgeil

    Client Side VBSCRIPT - Strange behavior in VS2008

    Basically I'm using VB Script because that's what the other 1000+ pages of our (ASP) site use. It's an intranet site, where all the users use IE exclusively, so that's not an issue. I will probably move to javascript in the end, but I'm trying to learn one language at a time (just now starting...
  2. ericgeil

    Client Side VBSCRIPT - Strange behavior in VS2008

    When I add a client side script block to my aspx page in VS.net 2008, I get some peculiar results... 1 - If I use VBSCRIPT as the language, it will not debug it or give any context-specific help...For example, if i type in my form name then ".", i would expect to see a popup list of properties...
  3. ericgeil

    newbie question about classes

    That worked...thanks! why is the HttpContext.Current. necessary? can I avoid this by using Imports or Inherits?
  4. ericgeil

    newbie question about classes

    I'm moving some of my code from ASP to ASP.net. I'm using VS.net 2003. I would like to use something like an include file to make some common functions available to all of my pages. I'm trying to do this using a class (.vb file) and adding a reference to this class in my .aspx file's code behind...

Part and Inventory Search

Back
Top