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

  1. TheViper

    Problem with sessions and hidden fields

    Here is the code for the hidden field <asp:HiddenField ID="myString" runat="server" value='<% =Session.Item("name") %>' />
  2. TheViper

    Problem with sessions and hidden fields

    This is probably simple enough but it has stumped me. I have a session which holds the username however when I try to put it in a hidden field all I get is the code not the username what am I doing wrong?
  3. TheViper

    How to use loginName control in SQL statement

    I have set up a simple website with VWD2008 and everything works correclty - I can display and edit data from the database, login correclty and administer the website remotely. The only issue I am facing is I want to use the output of the LoginName control in a SQL select statement so I can...
  4. TheViper

    Changing Outlook setup choice

    I have installed outlook and chose the wrong connection type how can i change this.
  5. TheViper

    help with table disply

    I have a tabel where the field is not all ways full |Model | Air | Powerlocks |Caveler | Air | |Porche | Air | Powerlocks |Skylark | | Powerlocks I want to know how to get the results to display like this. I keep getting a blank space where the empty field is. Model...
  6. TheViper

    Deleting using date

    I would like to hide the add. That sounds like a better idea.
  7. TheViper

    Deleting using date

    I am building a classifieds page and want to use a radio button for people to select how many days their ad will be displayed. If their ad is to be displayed for 7 days I want it to be deleted after 7 days. How can this be done?
  8. TheViper

    multiple varibles in a search page

    I have made a search page. I can do a search with one variable, but can't figure out how to add a second variable to my search. Please help.
  9. TheViper

    Inserting databases

    how can i insert a database into a web page?
  10. TheViper

    Does XP have IIS or PWS?

    Are there any programs that will let me run asp on xp home?
  11. TheViper

    ASP on WinXP Home Edition

    Are there any programs that will let me do ASP on WinXP Home Edition?
  12. TheViper

    Does XP have IIS or PWS?

    Does anybody know if XP Home Edition has IIS or PWS?
  13. TheViper

    Testing CGI script

    Am I able to test CGI script with out uploading? Can i just test it on my computer?
  14. TheViper

    Making a submit button send info via email

    Can you make a submit button send information via email with out opening the users email program?

Part and Inventory Search

Back
Top