





Dynamic Templates for the Repeater, DataList and DataGrid Controls
ost of the time, when you add a Repeater, DataList or DataGrid control on the page, you hardcode their templates: you know the data you want to show, and to
ost of the time, when you add a Repeater, DataList or DataGrid control on the page, you hardcode their templates: you know the data you want to show, and to
The Parse static method of the Date type does a good job in parsing an input string and returning a Date instance. It recognizes and accepts the commonly used separators
Most document-based applications typically allow to open a document file in two ways: with the Open File menu command / toolbar button, or by dragging and dropping the file from
When you add a new record to a SQL Server table that has an identity column, you usually want to read back the auto-generated ID, for example to use it
The String type has an instance method, Split, that splits the instance string into an array of substrings. The problem with this method is that it can only use single