Hey all,
I am creating a Login Page with Change Password functionality (ASP.NET w/ VB.NET code).
The users that I'm trying to change are located in a subdomain. (ex: subdomain.domain.com)
I can not seem to authenticate any user in a Subdomain.
When I use an application like Softerra's LDAP...
Hey all,
I'm building a web form that allows users to log in. The underlying authentication will be to check if the user is in the AD.
Everything works for people in the root DC, but I also have users in a child DC. How do I search users in both the root as well as the child DC? I tried...
Hey all,
I was wondering. Is there a way to retrieve policy error messages using LDAP for user authentication?
I want to be able to return a meaningful error message. For example: any password policy related messages (pw does not meet required length/complexity).
Thanks in advance!
Hey all,
I tried creating Array List with all the values and in Design Time when I click the property I get a blank screen displayed. The Object collection Editor is blank.
I want to make it so during design when I click the proprty in the Propertygrid it will display the values of my list...
I forgot to mention this is for a Web Project. I can't use the System.Windows.Forms class library.
I was browsing around and people made mention to using the UITypeEditor and I'm wondering within that, how would I allow the property to set it's values to that of the record set?
The code I...
Hey all,
I have a control and for this control I want to create a property (eg. 'ItemName'). During design time I want the property to have a list of options that are populated from a Dataset. Is this possible?
I know I could use an Enumeration for the property list, but the values in the...
I went ahead and changed the code to the following:
Public Function InsertCustData(ByVal InvAmt As Decimal)
Try
'Set up our database and dbcommand
Dim dbInsert As Database = DatabaseFactory.CreateDatabase()
Dim dbcInsert As OracleClient.OracleCommand =...
Oh one thing to note:
This is the code for my Stored Procedure on the Oracle side:
CREATE OR RELPACE PROCEDURE sendCustData (invamt in number)
IS
BEGIN
INSERT INTO customerData
(invamt)
VALUES (invamt);
END;
Hello Tek-Tippers!
I am having a bit of a problem. I have a table on our server that handles some customer data. The data field invamt will store the dollar amount for our customer data.
The field is defined as NUMBER(15,2).
This is the code I am using to pass in the value to the stored...
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.