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 derfloh 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: BazR
  • Order by date
  1. BazR

    How to create popup selection screens in ASP.

    Only so that I know how it is done, as am un-familiar with JScript.
  2. BazR

    How to create popup selection screens in ASP.

    Are you able to show me an example of how this would work in VBScript?
  3. BazR

    How to create popup selection screens in ASP.

    That works really well. Is it possible (out of interest) to do the same using VBScript??
  4. BazR

    How to create popup selection screens in ASP.

    Excellent thanks. Didn't think to use a List (kept thinking along the lines of embedding a Grid Control somehow) Thanks again.
  5. BazR

    How to create popup selection screens in ASP.

    I need to be able to create a selection popup (i.e. Customer Selecttion screen), so the new window being opened would have to have a datagrid on there so that I could drop a recordset in there for user to select account to be retrieved.
  6. BazR

    How to create popup selection screens in ASP.

    Do you happen to have an example of how this can be done? Possibley in VBScript too, if you have one. Thanks in advance, Barry.
  7. BazR

    How to create popup selection screens in ASP.

    What is the prefferred method of creating popup selection screens within ASP? Have created an ActiveX DLL that displays information retrieved from database for selection, and VBscript to invoke this COM object, upon OnClick events and OnBlur Events, but this then means (as using VBSCript) that...
  8. BazR

    ADO Connections and ASP...

    Ok thanks, had been storing the ADO Connection object in the Application object, upon application_onStart, but have read that this is not best.
  9. BazR

    ADO Connections and ASP...

    What is the preferred method of ADO connection creation? Should the ADO connection be created within Global.asa file, and stored in application object, for everyone to use, or should connection be created and close, each instance it is required?

Part and Inventory Search

Back
Top