Click here to Skip to main content
15,921,884 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiontype of control Pin
248912820-Jun-07 19:02
248912820-Jun-07 19:02 
AnswerRe: type of control Pin
Viral Upadhyay20-Jun-07 20:26
Viral Upadhyay20-Jun-07 20:26 
Questionasp.net listbox Pin
ling_luv20-Jun-07 18:48
ling_luv20-Jun-07 18:48 
QuestionTo pop up a alert in asp for once.... Pin
codingrocks20-Jun-07 18:42
codingrocks20-Jun-07 18:42 
AnswerRe: To pop up a alert in asp for once.... Pin
PrakashBhaskar20-Jun-07 18:45
PrakashBhaskar20-Jun-07 18:45 
QuestionWeb Form Size Pin
wongeva20-Jun-07 18:40
wongeva20-Jun-07 18:40 
AnswerRe: Web Form Size Pin
PrakashBhaskar20-Jun-07 18:49
PrakashBhaskar20-Jun-07 18:49 
QuestionAD QUERYING USING LDAP NOT WORKING FROM REMOTE MACHINE Pin
Prajin20-Jun-07 18:37
Prajin20-Jun-07 18:37 
DirectoryEntry searchRoot = new DirectoryEntry
DirectorySearcher search = new DirectorySearcher();
ArrayList allUsers = new ArrayList();
DirectorySearcher search = new DirectorySearcher(searchRoot);
search.CacheResults = true;
search.Filter = "(&(objectClass=user)(objectClass=person))";
search.PropertiesToLoad.Add("samaccountname");
search.PropertiesToLoad.Add("displayname");
SearchResult result;
SearchResultCollection resultCol = search.FindAll();

I used the above code to retrive active directory usernames and loginIds .Its working fine from local machine but not working from remote machine.
It is giving the erroe"An operations error occurred "
If any one has a solution for this please help me

Prajin


QuestionWhich authentication method to be used? Pin
missrej20-Jun-07 18:35
missrej20-Jun-07 18:35 
AnswerRe: Which authentication method to be used? Pin
Urs Enzler20-Jun-07 23:35
Urs Enzler20-Jun-07 23:35 
GeneralRe: Which authentication method to be used? Pin
missrej22-Jun-07 1:18
missrej22-Jun-07 1:18 
AnswerRe: Which authentication method to be used? Pin
Urs Enzler22-Jun-07 1:21
Urs Enzler22-Jun-07 1:21 
GeneralRe: Which authentication method to be used? Pin
missrej22-Jun-07 2:12
missrej22-Jun-07 2:12 
GeneralRe: Which authentication method to be used? Pin
Urs Enzler22-Jun-07 3:11
Urs Enzler22-Jun-07 3:11 
Questionintranet based asp.net(2005) - vb.net - sql server 2000 Pin
Sonia Gupta20-Jun-07 18:26
Sonia Gupta20-Jun-07 18:26 
AnswerRe: intranet based asp.net(2005) - vb.net - sql server 2000 Pin
PrakashBhaskar20-Jun-07 18:42
PrakashBhaskar20-Jun-07 18:42 
Questiongrid columns in Javascript...... Pin
Member 387988120-Jun-07 18:23
Member 387988120-Jun-07 18:23 
QuestionExcel export using XML Templates from dataset or 2 dimesional array Pin
Mohamed Arif20-Jun-07 18:09
Mohamed Arif20-Jun-07 18:09 
AnswerRe: Excel export using XML Templates from dataset or 2 dimesional array Pin
Urs Enzler20-Jun-07 23:41
Urs Enzler20-Jun-07 23:41 
GeneralRe: Excel export using XML Templates from dataset or 2 dimesional array Pin
Mohamed Arif22-Jun-07 1:13
Mohamed Arif22-Jun-07 1:13 
GeneralRe: Excel export using XML Templates from dataset or 2 dimesional array Pin
Urs Enzler22-Jun-07 1:16
Urs Enzler22-Jun-07 1:16 
GeneralRe: Excel export using XML Templates from dataset or 2 dimesional array Pin
Hasan Ali22-Jun-07 4:18
Hasan Ali22-Jun-07 4:18 
QuestionTree View with edit? Pin
Biju Sam20-Jun-07 17:32
Biju Sam20-Jun-07 17:32 
QuestionCould not access 'CDO.Message' object Pin
Socheat.Net20-Jun-07 17:15
Socheat.Net20-Jun-07 17:15 
AnswerRe: Could not access 'CDO.Message' object Pin
Sathesh Sakthivel20-Jun-07 17:35
Sathesh Sakthivel20-Jun-07 17:35 

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.