To find all about your wi-fi card do the following 1. Open command prompt 2. Type the following comand: netsh wlan show driver 3. Hit enter
Home » Articles posted by MikeJD (Page 13)
Author Archive
Single ASP.NET page
<%@ Page Language=”VB” %> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <script runat=”server”> </script> <html xmlns=”http://www.w3.org/1999/xhtml”> <head runat=”server”> <title>My VB.NET Page </title> <link href=”../css/Styles/Site.css” rel=”stylesheet” type=”text/css” /> </head> <body> <div class=”page”> <div class=”header”> <div class=”nav_pos” > <div class=”nav_format”> <% Response.Write(MonthName(DateTime.Now.Month) & ” + ” ” & DateTime.Now.Day & “, ” & DateTime.Now.Year) %> […]
Template field databinder date format
Date 07/02/2012 DataBinder.Eval(Container.DataItem, “u_date_last_login”, “{0:d}”)