Add User-friendliness to an HTML CheckBox/RadioButton
The HTML CheckBox/RadioButton is selected only by clicking on the control and not the text associated with it. Using , you can bound the text with the CheckBox. For instance,
The HTML CheckBox/RadioButton is selected only by clicking on the control and not the text associated with it. Using , you can bound the text with the CheckBox. For instance,
This program opens connection with a specified URL and hex-dumps the contents received from an associated input stream. Use this to find out what’s going on with your browser. public
To begin, create a table with dummy records: Create table Table1 ( [Record Value] varchar(20), [Record Date] smalldatetime)goinsert into table1 values (‘Record 1′,’07/21/2003’)insert into table1 values (‘Record 2′,’07/22/2003’)insert into table1
When designing a portion of an application that must grab users’ attention quickly&3151;such as your companys splash screen?you might want to create a nonrectangular window. This code shows you how
VBScript does not support the StrConv() function, which is useful to format strings in proper case. Use this algorithm to help you: Public Function StrConv( _ ByVal psString, ByVal plFormat)
VS.NET has a nice feature that allows you to visually navigate through the content of hierarchical files, and quickly jump to a particular section. Hierarchical files are all those files
When you create a new ASP.NET Web Application, VS.NET by default creates a folder with the specified application name under the Visual Studio Projects folder (typically under :Documents and SettingsMy
When you build strings by concatenating hardcoded constant strings and variable strings, it’s easy to forget a closing double quote, and thus receive a compile time error when you launch
Visual Studio .NET has a number of useful features that are often underused by developers, because they are hidden under several menus and not easily accessible. Here is a list