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!!!
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...
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...
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...
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
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...
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
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...
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...
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
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...
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...
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?)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.