Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:860813
More Search Options
RSS Available
Matching Posts
Re: AD query
Hi, Thank you very much and i really really appreciated for you help here. Thanks.
Posted to
Active Directory and LDAP
(Forum)
by
Munna1980
on 7/4/2009
Re: Stored procedure help.
Hi, Thanks for your response. actually i wondering how to use the SELECT statement in the stored procedure and how to write IF condition. Any code or blog please help. thank you.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Munna1980
on 6/30/2009
Re: AD query
Actually it seems i am unable to authenticate AD properly. I am not sure how to confirm on that. My code looks good but it is showing blank page without any results. I am googling to find disabled users from AD and thier managers. let me see if i can get some luck. thank you so much any help is appreciated.
Posted to
Active Directory and LDAP
(Forum)
by
Munna1980
on 6/29/2009
Stored procedure help.
Hi All, I have following command running on the userprofile database table which is working perfectly fine. userprofile data is importing from Active directory. select NTName , PreferredName , LastImported , Manager from dbo . UserProfile_Full where PreferredName LIKE 'DISABLED%' AND LastImported <= GETDATE () My problem here is, i want to use this select statement in stored procedure and i want to send email to the "manager". Can anyone please help me here. thanks in advance
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Munna1980
on 6/29/2009
Re: AD query
Hi, Thank for your response. actually i am trying to find whether the specific user is present or not. i have tried replacing the code provided by you no change. But my problem is i need to show the results on label or in textbox. i am not sure how to show the results. Below code is i think trying to find the user present or not. if present where i have display. please help. private String FindName(String userAccount) { DirectoryEntry entry = GetDirectoryEntry(); String account = userAccount.Replace
Posted to
Active Directory and LDAP
(Forum)
by
Munna1980
on 6/26/2009
Re: AD query
Hi, I have .aspx file and i have included all the above code. when i accessed the page it showing me blank page. i am dont know how to show results on the page. can you please provide the working code you had. thanks
Posted to
Active Directory and LDAP
(Forum)
by
Munna1980
on 6/26/2009
Re: AD query
Hi, can you help me to display the user names once i find in AD. thanks.
Posted to
Active Directory and LDAP
(Forum)
by
Munna1980
on 6/26/2009
AD query
Hi All, I am trying to find whether a user is present in AD or not. I have following code. public static DirectoryEntry GetDirectoryEntry() { DirectoryEntry de = new DirectoryEntry(); de.Path = " LDAP://OU=net.org,DC=net,DC=org "; de.AuthenticationType = AuthenticationTypes.Secure; return de; } public bool UserExists(string username) { DirectoryEntry de = GetDirectoryEntry(); DirectorySearcher deSearch = new DirectorySearcher(); deSearch.SearchRoot = de; deSearch.Filter = "(&(objectClass
Posted to
Active Directory and LDAP
(Forum)
by
Munna1980
on 6/25/2009
Page hide scroll bar
hi, i have a aspx page with three sections. Each section is in div and a table in it.Main div having image and second div having a iframe with comments section and below div having some links. when i click on links in the third div then i am able to enable comments section in the second div. but when comments more than 10(for example) then in that iframe i see right scroll bar . i tried overflow:hidden, auto options didn't worked. i need to dynamically resize the third frame div to move up/down
Posted to
Client Side Web Development
(Forum)
by
Munna1980
on 6/8/2009
Re: Email notification from SQL server 2005 Maintenance job
Thank you.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Munna1980
on 5/30/2009
Page 1 of 4 (32 items) 1
2
3
4
Next >
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online