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

    FTP Connection Via Browser Using Non Standard Port

    I tried that but it does not work. Any other ideas?
  2. writedom

    FTP Connection Via Browser Using Non Standard Port

    An FTP connection can be made via Internet Explorer by typing the following: ftp.nameofsite.com. I am running an FTP server (Win 2K Adv. Server IIS). I have to run the FTP server on a non standard port ex: 1234. Assume: IP Address = 207.68.148.185 Port = 1234 How would I use my browser to...
  3. writedom

    VB.net Web User Control

    I have a user control that contains my navigation window for a web page. Is it possible to make the user control (Menu) remain at the top of the page as the page is scrolled? Thanks in advance.
  4. writedom

    Deploying a web application in visual studio standard edition

    I have visual studio.net standard edition with vb. I am trying to deploy a web application. From the file menu I click: File > Add Project > New Project > Setup & Deployment Projects > but then I do not have a template for Web Setup Project, Only "Setup Project". Is this an option that is...
  5. writedom

    Global Declaration

    AP81, I added the module and declared the variable. But the variable is not recognized on my web form. Is there something else I should be doing?
  6. writedom

    Global Declaration

    AP81, How would you add a module to a web form?
  7. writedom

    Global Declaration

    I am declaring a global variable that I do not want re-declared each time the page is post back. What should I do?
  8. writedom

    Databind to a Dataset

    I want to add the ability to display only those records entered into the temporary dataset (sdTemp) with a datagrid. Does anyone have any ideas? So far no one has been able to answer this for me. Any Help greatly appreciated. Dim objConnection As SqlConnection Dim daNorthwind As...

Part and Inventory Search

Back
Top