Click here to Skip to main content
15,890,186 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTo make a list of categories with datalist or any other control Pin
brijmohansingh1019-Aug-09 22:08
brijmohansingh1019-Aug-09 22:08 
AnswerRe: To make a list of categories with datalist or any other control Pin
Christian Graus19-Aug-09 23:15
protectorChristian Graus19-Aug-09 23:15 
QuestionFetching MAC address of clients machine Pin
krishnaveer19-Aug-09 22:00
krishnaveer19-Aug-09 22:00 
AnswerRe: Fetching MAC address of clients machine Pin
Abhishek Sur19-Aug-09 22:05
professionalAbhishek Sur19-Aug-09 22:05 
AnswerRe: Fetching MAC address of clients machine Pin
Aman Bhullar19-Aug-09 22:10
Aman Bhullar19-Aug-09 22:10 
GeneralRe: Fetching MAC address of clients machine Pin
krishnaveer19-Aug-09 23:01
krishnaveer19-Aug-09 23:01 
GeneralRe: Fetching MAC address of clients machine Pin
krishnaveer19-Aug-09 23:15
krishnaveer19-Aug-09 23:15 
AnswerRe: Fetching MAC address of clients machine Pin
Jeremy Likness20-Aug-09 5:31
professionalJeremy Likness20-Aug-09 5:31 
Krisha,

If you are looking at the Internet, you're out of luck. TCP/IP is higher in the stack than the MAC (layer 2) and that gets lost in the router once packets are routed out to the internet.

If you are looking at an Intranet, i.e. inside your 4 walls, then you'll need something native on the server that is getting the client request that can bond to and query the network adapter for the machine. That's very low-level however as the public interfaces give you the MACS of your own adapters but you really need to integrate with the router to get the MAC of the routed packets. Somewhere in the system a router maps "MAC x with IP y" and that is where you can make the translations.

What's the background of what/why you need the MAC?

Jeremy


QuestionHow to create a regular expression validation for numbers from 1 to 4000 ? Pin
meeram39519-Aug-09 21:45
meeram39519-Aug-09 21:45 
AnswerRe: How to create a regular expression validation for numbers from 1 to 4000 ? Pin
Abhishek Sur19-Aug-09 21:57
professionalAbhishek Sur19-Aug-09 21:57 
AnswerRe: How to create a regular expression validation for numbers from 1 to 4000 ? Pin
Coding C#19-Aug-09 23:19
Coding C#19-Aug-09 23:19 
AnswerRe: How to create a regular expression validation for numbers from 1 to 4000 ? Pin
SmartAvi20-Aug-09 5:14
SmartAvi20-Aug-09 5:14 
AnswerRe: How to create a regular expression validation for numbers from 1 to 4000 ? Pin
vaibhav.csmiet8-Mar-10 21:58
vaibhav.csmiet8-Mar-10 21:58 
GeneralRe: How to create a regular expression validation for numbers from 1 to 4000 ? Pin
meeram3959-Mar-10 1:42
meeram3959-Mar-10 1:42 
Questionaccess database Pin
KhandelwalA19-Aug-09 21:39
KhandelwalA19-Aug-09 21:39 
AnswerRe: access database Pin
Vimalsoft(Pty) Ltd19-Aug-09 21:43
professionalVimalsoft(Pty) Ltd19-Aug-09 21:43 
AnswerRe: access database Pin
Abhishek Sur19-Aug-09 22:02
professionalAbhishek Sur19-Aug-09 22:02 
GeneralRe: access database Pin
Greg Chelstowski20-Aug-09 0:57
Greg Chelstowski20-Aug-09 0:57 
GeneralRe: access database Pin
Abhishek Sur20-Aug-09 21:28
professionalAbhishek Sur20-Aug-09 21:28 
AnswerRe: access database Pin
padmanabhan N19-Aug-09 22:17
padmanabhan N19-Aug-09 22:17 
QuestionThe remote server returned an error: (404) Not Found. at System.Net.HttpWebRequest.GetResponse() at WebRequest.Create Error in server environment Pin
thangavel.8119-Aug-09 21:22
thangavel.8119-Aug-09 21:22 
AnswerRe: The remote server returned an error: (404) Not Found. at System.Net.HttpWebRequest.GetResponse() at WebRequest.Create Error in server environment Pin
GOPALDOT30-Dec-10 6:28
GOPALDOT30-Dec-10 6:28 
QuestionAlert window for gridview commandfiled Pin
Anuradha 200919-Aug-09 21:02
Anuradha 200919-Aug-09 21:02 
AnswerRe: Alert window for gridview commandfiled Pin
Coding C#19-Aug-09 23:21
Coding C#19-Aug-09 23:21 
GeneralRe: Alert window for gridview commandfiled Pin
4anusha420-Aug-09 1:52
4anusha420-Aug-09 1:52 

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.