Click here to Skip to main content
15,915,763 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: SQlserver to excel Pin
Not Active26-Apr-10 17:26
mentorNot Active26-Apr-10 17:26 
QuestionHow to use namespace defined in dynamic compilation code in an aspx.cs code-behind file Pin
Adam Brown 326-Apr-10 10:55
Adam Brown 326-Apr-10 10:55 
AnswerRe: How to use namespace defined in dynamic compilation code in an aspx.cs code-behind file Pin
Not Active26-Apr-10 11:25
mentorNot Active26-Apr-10 11:25 
QuestionSome of Gridview horizontal line missing Pin
Andraw11126-Apr-10 10:21
Andraw11126-Apr-10 10:21 
AnswerRe: Some of Gridview horizontal line missing Pin
Andraw11126-Apr-10 10:24
Andraw11126-Apr-10 10:24 
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 

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.