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 gkittelson 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. jecairns

    Update AD Users

    Sorry for the run-around. Our network admin also informed me that we only allow users to change their passwords once in a 24 hour period - and since this "test" user had it's password reset since then - for me to test - it was causing that issue. Thanks for your time!!!
  2. jecairns

    Update AD Users

    Another side note that I double checked with our Network Admin, and the passwords I am supplying are passing all policy requirements.
  3. jecairns

    Update AD Users

    The new password is being supplied from a password textbox. I have just double-checked, and the exact password is being sent.
  4. 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...
  5. jecairns

    Change user access to file directory

    Never mind. It turns out that the application will run as a Computer Name, whatever the site is hosted from.
  6. 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...
  7. 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...
  8. jecairns

    Form opacity

    No, this is an ASP.Net question. I know in VB.NET, this is quite easy, but in ASP.NET, it supposedly can be controlled by stylesheet elements, yet I seem to not be able to accomplish this using them. Thanks, JC
  9. 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...
  10. jecairns

    Select statement data formatting

    Thanks for the help, this has definitely got me off in the right direction, vongrunt!! JC
  11. jecairns

    Select statement data formatting

    Sorry, I should clarify - not to be saved in the db as such, just displayed ie.(from a temp table). Just if there's such a way that select statement(s) can output the data as above, without much data manipulation. Thanks, JC
  12. jecairns

    Select statement data formatting

    Yes, I know what you mean. I'd like to do that anyways, yes. Just less things to build into the app.
  13. 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...
  14. 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...
  15. jecairns

    Listbox maximum items

    Thank you very much-what a simple way to test it-my brain must not be working today. JC
  16. 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
  17. jecairns

    How to Determine Open Document Name/Path

    This might not help, but how about using a filesystemwatcher that searches for only *.mdb files in the locations' directories ? The onChanged method handles access times. if you need help using this metod, check out...
  18. 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...
  19. jecairns

    Datagrid with a "filter" row

    Thanks for the help, everyone.
  20. jecairns

    Datagrid with a "filter" row

    I was thinking that the first row would have a different background color. Why the interface is like this is b/c it is based on (to look like)an ERP interface that the company uses. So, just to be sure, there is no way to do this dynamically, (other than build my own datagrid class?)

Part and Inventory Search

Back
Top