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

  • Users: jecairns
  • Content: Threads
  • Order by date
  1. jecairns

    Update AD Users

    I am currently trying to allow users to update their AD password online. They authenticate against AD, which works fine, but I am hung up on an error.(below) It seems pretty simple, however the new passwords I am supplying/testing with reach all the requirements. Code: Dim user As New...
  2. jecairns

    Change user access to file directory

    I have been creating a pared-down content management system within a ASP.NET application that allows users to upload/download data from a network share. I can make it work with providing access to everyone on the folder; however I am trying to lock it down so that the only way these documents...
  3. jecairns

    ASP.NET Rendering issues

    I was wondering if anyone has encountered a similar issue. This seems to only occur for one user. I have created a website (pages in grid layout) with multiple labels, textboxes, etc., all controls that you would find on any normal asp.net (in 1.1) webpage, and no third party controls. I have...
  4. jecairns

    Form opacity

    I was wondering if anyone knows how to create a form that is partially opaque (ie. much like the popup windows found here at Tek-Tips). There is not much documentation that I have found on this issue. Either suggestions or pointing me in the direction of a good article on the subject would be...
  5. jecairns

    Select statement data formatting

    Hi, I am looking for some suggestions to change my data, in the format that it is in (below): p0 p1 p2 ------------ ------------ ------------ 100 1000 1 100 1000 3 200 2000 2021 200...
  6. jecairns

    Textbox Multiline Issues

    I was wondering if anyone knows if this is a known glitch, or there is a way around this, but: -When developing an aspx page with the textmode set to MultiLine, the font changes as well (from Times New Roman to Courier New, I believe.) I have tried rectifying this by using the built in...
  7. jecairns

    Listbox maximum items

    This sounds like a theoretical question, but does anyone know the maximum items allowed in a listbox? (similar to a textbox's maxlength of 32767 characters) Thanks in advance, JC
  8. jecairns

    Active Directory lockout in VB.NET

    I currently have an vb.net app that validates a user based on their Active Directory username and password (using System.DirectoryServices). I know that AD has a script that locks out users after n attempts of login. I was wondering if: a) That script can be called by the app to verify if...
  9. jecairns

    Datagrid with a "filter" row

    I am currently attempting to create a datagrid (or dataview) that, when the datatable is loaded into it, sets the first row as editable, and the remaining rows as readonly. The first row is to be used as a "filterbar"- enter values and filter the results in the datagrid based on it. I know this...

Part and Inventory Search

Back
Top