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