TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sreenath G
NA
233
310.2k
How to Get Account name of Machine I am logged In
Feb 17 2011 4:44 AM
HI,
How can I get the account information I am logged in. Like if I am logged in with stalin_king into one machine, then how can I get that thorugh ASP.Net.
I am using
WindowsIdentity
.GetCurrent().Name.ToString().Trim();, but this is giving the server account name where as I want the user name of the machine where I open this site.
Any ideas.
Reply
Answers (
1
)
Working with datagridview in C# .Net
need to write a Generic methods for add,sub,mul & division operations from UI level does not matter with types like int, float or double in C#.net