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. angst11

    Forms Authentication multiple websites

    I use forms authentication to login and then redirect users to another site. When they return the first time they are directed to the login page. After this it works fine but they shouldn't have to login twice! Any ideas?
  2. angst11

    Validate users

    So once someone is redirected to another site, I just need to check the cookie?
  3. angst11

    Validate users

    What if the individual bookmarked the link and tried to return? I assume it would also be an issue if another site was asp.
  4. angst11

    Validate users

    Any suggestions on a good way to validate users as they move from page to page? I initially use forms authentication but they can actually move to other sites. Thanks in advance!
  5. angst11

    login with forms authentication

    Is your web.config file setup correctly?
  6. angst11

    creating graphs in web pages

    Check out the following sites! http://www.codeproject.com/aspnet/Creating_Charts.asp http://www.15seconds.com/issue/020924.htm
  7. angst11

    Secure Registration Procedure

    What does everyone recommend for Secure Registration Procedures, also what is the best way for users to retrieve forgotten passwords? Thanks in advance!
  8. angst11

    Can't get aspx files to display on server

    Thanks for the help! I corrected it by the info in the link below! http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q316721
  9. angst11

    Can't get aspx files to display on server

    I can display pages on my local machine but once moved to our server the pages won't display. I ran aspnet_regiis -i and continue to have problems. I was wondering if anyone had a step by step or any suggestions for configuration of servers. (IIS 5.0, Windows 2000 and framework installed)
  10. angst11

    Multiple updates in one stored procedure!

    Is there a way to have multiple updates in one stored procedure! I have ten update statements that need to be executed based on the parameters that are passed! Can this be done in one stored procedure?
  11. angst11

    Problem passing values to virtual directory

    No error! When I try to capture the values using request.form or request.querystring I receive nothing!
  12. angst11

    Problem passing values to virtual directory

    I am trying to pass values from one web site to a virtual web site and I can't get the values. I tried querystrings and passing via forms. I try to capture the values and no information is displayed. With in the site I can successfully pass values between pages! Thanks, angst11
  13. angst11

    I have a shell script that runs an

    I have a shell script that runs an uninstall but need it to select all defaults! When the program runs it asks to select auto or custom and click next! Is there a way to select next through the shell script so no one is prompted. Any ideas! Thanks, Angst 11
  14. angst11

    Replacing apostrophes in text box

    Here is an example of a function! Function ChkStr(string) ChkStr = Replace(string, "'", "''") End Function Function being called before adding to database! ChkStr(Request.Form("Specifications")) angst11
  15. angst11

    Counting checkboxes

    http://javascript.internet.com/ Go to the site above and search for checked boxes. They have some great examples there! angst11
  16. angst11

    Can you print on the front and back of a page?

    Actually, I would like to know if it is possible to print on the front and back of a single page!
  17. angst11

    Can you print on the front and back of a page?

    Can you control the printing on the front and back of one page with HTML/CSS etc..? Thanks, angst11
  18. angst11

    Is there a way to access e-mail addresses!

    Is there a way to access the system e-mail address listing? Thanks, angst11
  19. angst11

    Database access and queries?

    What is the best method in VB6 to access a database and why? Should a data environment be used, stored procedures or just SQL? Any information or resources would be appreciated!! Thanks in advance, angst11

Part and Inventory Search

Back
Top