<%@ 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) %> […]
Home » 2012 (Page 9)
Archive for 2012
Template field databinder date format
Date 07/02/2012 DataBinder.Eval(Container.DataItem, “u_date_last_login”, “{0:d}”)
How to Obtain the Dell Service Tag Remotely
Connect remotely to the Dell computer. Navigate to the “Start” menu and select “Run.” In the Run dialog, type “cmd” (without quotes) and click “OK.” Type “wmic bios get serialnumber” (without quotes). Press “Enter.” C:\Documents and Settings\User>wmic bios get serialnumber SerialNumber 5LMY1D1 The computer responds with information from the Dell remote computer. The information below […]