Click here to Skip to main content
15,895,606 members
Home / Discussions / C#
   

C#

 
Questionabout login form Pin
sanddepnamburi13-Nov-08 0:45
sanddepnamburi13-Nov-08 0:45 
AnswerRe: about login form Pin
Brij13-Nov-08 1:15
mentorBrij13-Nov-08 1:15 
AnswerRe: about login form Pin
Simon P Stevens13-Nov-08 1:18
Simon P Stevens13-Nov-08 1:18 
JokeRe: about login form Pin
Mbah Dhaim13-Nov-08 2:01
Mbah Dhaim13-Nov-08 2:01 
RantRe: about login form Pin
Paul Conrad13-Nov-08 5:05
professionalPaul Conrad13-Nov-08 5:05 
AnswerRe: about login form Pin
Russell Jones13-Nov-08 6:03
Russell Jones13-Nov-08 6:03 
AnswerRe: about login form Pin
nelsonpaixao17-Nov-08 14:02
nelsonpaixao17-Nov-08 14:02 
QuestionHow to retrive client machine name in c# Class Pin
surigu13-Nov-08 0:43
surigu13-Nov-08 0:43 
Hi,

Iam writting a c# DLL for users login. Here i need to get the machine name of the client who is accessing my class. In case if we are designing a website we can write the following code to get the machine name

string[] aStrComputerName = System.Net.Dns.GetHostEntry(Request.ServerVariables["remote_addr"]).HostName.Split(new Char[] { '.' });
string strMachineName = computer_name[0].ToString();

But I cant use this code in C# class because Request.ServerVariables is not supported in c# class.

Can any body help me to solve this problem.

Its Very urgent. Thanks in Advance.

Regards,
Suresh Kumar G
AnswerRe: How to retrive client machine name in c# Class Pin
Giorgi Dalakishvili13-Nov-08 0:51
mentorGiorgi Dalakishvili13-Nov-08 0:51 
AnswerRe: How to retrive client machine name in c# Class Pin
Guffa13-Nov-08 1:44
Guffa13-Nov-08 1:44 
Questionconversion from double to float Pin
madeline_veda13-Nov-08 0:31
madeline_veda13-Nov-08 0:31 
AnswerRe: conversion from double to float Pin
DaveyM6913-Nov-08 1:01
professionalDaveyM6913-Nov-08 1:01 
AnswerRe: conversion from double to float Pin
PIEBALDconsult13-Nov-08 3:23
mvePIEBALDconsult13-Nov-08 3:23 
AnswerRe: conversion from double to float Pin
Ennis Ray Lynch, Jr.13-Nov-08 3:27
Ennis Ray Lynch, Jr.13-Nov-08 3:27 
GeneralRe: conversion from double to float Pin
CPallini13-Nov-08 3:46
mveCPallini13-Nov-08 3:46 
GeneralRe: conversion from double to float Pin
madeline_veda13-Nov-08 19:51
madeline_veda13-Nov-08 19:51 
QuestionActive Directory Reset password - able to login with both old password and new password [modified] Pin
Sudhir Mangla13-Nov-08 0:27
professionalSudhir Mangla13-Nov-08 0:27 
AnswerRe: Active Directory Reset password - able to login with both old password and new password Pin
Dave Kreskowiak13-Nov-08 4:59
mveDave Kreskowiak13-Nov-08 4:59 
GeneralRe: Active Directory Reset password - able to login with both old password and new password Pin
Sudhir Mangla14-Nov-08 1:06
professionalSudhir Mangla14-Nov-08 1:06 
AnswerRe: Active Directory Reset password - able to login with both old password and new password Pin
kakarato31-Mar-11 21:33
kakarato31-Mar-11 21:33 
Questionpinting text file using c#.net for web application Pin
anithagaraga12-Nov-08 23:59
anithagaraga12-Nov-08 23:59 
AnswerRe: pinting text file using c#.net for web application Pin
DaveyM6913-Nov-08 1:04
professionalDaveyM6913-Nov-08 1:04 
Questionno duplicates in array Pin
duta12-Nov-08 22:57
duta12-Nov-08 22:57 
AnswerRe: no duplicates in array Pin
Giorgi Dalakishvili12-Nov-08 23:15
mentorGiorgi Dalakishvili12-Nov-08 23:15 
AnswerRe: no duplicates in array Pin
#realJSOP12-Nov-08 23:55
mve#realJSOP12-Nov-08 23:55 

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.