ASP.NET: Get MAC Address of Adapter, and Control.Invoke

Posted by: Peter Brombergs UnBlog, on 13 Jun 2007 | View original | Bookmarked: 0 time(s)

using System;using System.Net.NetworkInformation;using System.Web;namespace MACAddress{ public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { IPGlobalProperties computerProperties = IPGlobalProperties.GetIPGlobalProperties(); NetworkInterface[] nics = NetworkInterface.GetAllNetworkInterfaces(); Response.Write("Interface information for "+ computerProperties.HostName + ": "+ computerProperties.DomainName...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: .NET | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1658 | Hits: 200

Similar Posts

  • The Telerik CAB Enabling Kit and SCSF – Tutorial 2: UIExtensionSites more
  • Silverlight 3 Multi-touch: The Basics more
  • Silverlight 3 Released more
  • CodeDigest.Com Article,Codes,FAQs - April,2009 more
  • Streaming large content from a WCF RESTFul service more
  • Script for Bulk Import of Active Directory Subnets more
  • How to use Ninject with ASP.NET MVC more
  • ASP.NET MVC RC Refresh more
  • DomainDataSource Server Control: LINQ + Code Generation more
  • Handling Formats Based On Url Extension more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD