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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MattDenver

  1. MattDenver

    dynamically generating a pdf file

    If you are using Visual Studio.Net, one of the installation features is Crystal Reports.Net...this has classes that allows to create a report and output the document as a .pdf file.
  2. MattDenver

    DropDownListBox size /tool tip

    1. create a Hashtable object to store the name/value pairs of the "ratings" and "descriptions". 2. the DataSource of your web controls can be the "name" portion of the hashtable for both the Text and the Value. 3. Create an OnChange() event for the controls... 4...
  3. MattDenver

    Question on browser sessions

    Is your question...more in general...or do you have a specific problem you are trying to solve. Most web applications handle sessions within the scope of the application, howeve, I believe IIS creates a session identifer for you as well. I fairly sure that if siteA created a session for you...
  4. MattDenver

    Auto Uploading of File HELP

    Can you provide a more information as to the purpose or problem domain you are trying to solve? Perhaps there is a different way to accomplish what you are trying to achieve. Let us know...there may be a way to solve your problem without creating a file on the client and having it uploaded to...
  5. MattDenver

    Login Question

    Yes, it is secure. However there are some additional ways of securing an application. The way you have chosen is nice, because you can update/mangae your XML file list. And users must be on the list to enter the site. You need to remember that unless your site is using SSL, the username and pw...
  6. MattDenver

    Security Scheme Opinions

    Jack, If the users are going to log into the site, you can capture their login credentials in a database. You can setup a permissions table in the database and assign access priveleges to users. For example, an "Admin" or "Restricted" page will require that the user has...

Part and Inventory Search

Back
Top