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 strongm 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: *

  • Users: EmmeS
  • Order by date
  1. EmmeS

    Multiple users with VS.Net and Sourcesafe

    We in the process of converting some of our classic .asp to asp.net. Currently, we are using visual interdev but will be moving to vs.net. I have a few questions: 1) You can edit/debug/test classic asp modules in vs.net. Has anyone ever had any problems with this? Or any helpful hints? 2)...
  2. EmmeS

    pass variable from class module to class module

    Oops, I forgot to say... I thought about using "Shared" variables, but this will not work as I am coding in asp.net. "Shared variables" are shared among all sessions and not just an individual user. In other words, if 50 people are logged in, then they get the same values...
  3. EmmeS

    pass variable from class module to class module

    Hello. Does anyone know an eays way to pass variables from a class module to another class module. For instance a logon id, or some other information. Even pass a connection object? Thanks! ;-) EmmeS.
  4. EmmeS

    pooling ado.net connections

    Here's a ado.net pooling question.... I have written a class that returns data using ado.net. Each time I read the database, the connection is re-opened and closed. Are these connections pooled together somehow so if I try to open it up again the connection is really "open"? I'm...
  5. EmmeS

    2 questions

    I am coverting a classic asp intranet site to asp.net. The site relies heavily on class modules, but they are not very well formed. Here are some questions: 1) There are a few variables that are defined at the top of the .asp page, but used in many many class modules. These variables are not...

Part and Inventory Search

Back
Top