Click here to Skip to main content
15,886,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Some of Gridview horizontal line missing Pin
Not Active26-Apr-10 10:45
mentorNot Active26-Apr-10 10:45 
GeneralRe: Some of Gridview horizontal line missing Pin
daveyerwin26-Apr-10 11:57
daveyerwin26-Apr-10 11:57 
AnswerRe: Some of Gridview horizontal line missing Pin
T M Gray26-Apr-10 11:24
T M Gray26-Apr-10 11:24 
GeneralRe: Some of Gridview horizontal line missing Pin
daveyerwin26-Apr-10 11:43
daveyerwin26-Apr-10 11:43 
AnswerRe: Some of Gridview horizontal line missing Pin
daveyerwin26-Apr-10 11:26
daveyerwin26-Apr-10 11:26 
QuestionDelete group from Active Directory in C# Pin
blskv26-Apr-10 5:37
blskv26-Apr-10 5:37 
AnswerRe: Delete group from Active Directory in C# Pin
Michel Godfroid26-Apr-10 5:53
Michel Godfroid26-Apr-10 5:53 
GeneralRe: Delete group from Active Directory in C# Pin
blskv26-Apr-10 5:59
blskv26-Apr-10 5:59 
the groupName is a child group of the main group "entry". I want to remove a "CN=" group from the "LDAP" group. That, I believe, is why I have not been successful so far. I have my add group complete & it is:
DirectoryEntry entry = new DirectoryEntry("LDAP://" + path , domainAndUserName, password);
DirectoryEntry group = entry.Children.Add("CN=" + groupName, "group");
group.Properties["sAMAccountName"].Value = groupName;
group.CommitChanges();

All variables are the same, so I can't figure out why it isn't working. Thank you for looking!
Bonnie
QuestionHow to set default access modifier for subs in Visual Studio Pin
Hypermommy26-Apr-10 4:23
Hypermommy26-Apr-10 4:23 
QuestionAJAX Pin
Civic0626-Apr-10 4:13
Civic0626-Apr-10 4:13 
AnswerRe: AJAX Pin
Not Active26-Apr-10 4:35
mentorNot Active26-Apr-10 4:35 
AnswerRe: AJAX Pin
Sandesh M Patil26-Apr-10 5:11
Sandesh M Patil26-Apr-10 5:11 
GeneralRe: AJAX Pin
Michel Godfroid26-Apr-10 5:26
Michel Godfroid26-Apr-10 5:26 
GeneralRe: AJAX Pin
Sandesh M Patil26-Apr-10 5:42
Sandesh M Patil26-Apr-10 5:42 
GeneralRe: AJAX Pin
daveyerwin26-Apr-10 5:42
daveyerwin26-Apr-10 5:42 
AnswerRe: AJAX Pin
daveyerwin26-Apr-10 5:57
daveyerwin26-Apr-10 5:57 
AnswerRe: AJAX Pin
Brij26-Apr-10 6:00
mentorBrij26-Apr-10 6:00 
GeneralRe: AJAX Pin
daveyerwin26-Apr-10 6:14
daveyerwin26-Apr-10 6:14 
GeneralRe: AJAX Pin
Brij26-Apr-10 10:50
mentorBrij26-Apr-10 10:50 
GeneralRe: AJAX Pin
daveyerwin26-Apr-10 11:04
daveyerwin26-Apr-10 11:04 
AnswerRe: AJAX Pin
Abhijit Jana26-Apr-10 20:37
professionalAbhijit Jana26-Apr-10 20:37 
AnswerRe: AJAX Pin
Abhijit Jana26-Apr-10 20:41
professionalAbhijit Jana26-Apr-10 20:41 
Questionzoom the image size and display in the center of the page Pin
developerit26-Apr-10 3:31
developerit26-Apr-10 3:31 
AnswerRe: zoom the image size and display in the center of the page Pin
Tej Aj26-Apr-10 3:36
Tej Aj26-Apr-10 3:36 
GeneralRe: zoom the image size and display in the center of the page Pin
developerit26-Apr-10 3:56
developerit26-Apr-10 3:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.