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!

Recent content by lindaj52

  1. lindaj52

    File Security and Aspx pages Httphandler

    Here is the code for my httphandler Imports System.Web Imports System.Web.Security.FormsAuthentication Namespace ASPXHandler Public Class MyASPXHandler Implements IHttpHandler ' Override the ProcessRequest method. Public Sub ProcessRequest(ByVal context As...
  2. lindaj52

    File Security and Aspx pages Httphandler

    I have this scenario :- userid 66 has folder/66 userid 75 has a folder/75 do not want 66 to be able to access 75's files by changeing url. After logging in, the user has an aspx page has a list of hyperlinks to different files Example(http://comm/66/test.doc) I do not want them to be able to...
  3. lindaj52

    GetFiles and binding to datagrid problem

    I am still very new to .net and have a great deal to learn so any help would be appreciated. I have a SalesID(44) and within the directory named commissions there is folder equal to the SalesId(44) and then I want to list the files within that folder(44). Everything is working correctly except...
  4. lindaj52

    Dropdownlist-Format Control-write value

    I have a control dropdown list that I have it moving value to a1 on sheet2 from sheet 1 but it is not writing value only the index number, how can I do this?
  5. lindaj52

    Error 6 Overflow Windows 2000 only

    We have been using a custom software for our company that is on certain users pc's and laptops for over three years now, it has gone through 95win and 98win , the problem now is we recieve this (error 6 overflow). After installing, We then try to open the program to finish setting up and we...

Part and Inventory Search

Back
Top