Here is a sample of how to write to a spreadsheet
| Home | Archive | Categories | Tags | About |
|
Encoding is a term used to convert text to something else, usually when your moving data from one form to another.
Readonly and Enabled are two properties avalable on many ASP.Net controls. This page describes the differences between the two.
Initializing a Drop Down List control from a set of hardcoded values
The dropdown list control is that. It looks like a text box but has an arrow which allows to you pick from a set of values.
Sometimes you want to press return to indicate you are done entering data in a form. Maybe you should be pressing a submit button, but maybe on that last field you want to press Enter and have it do the Submit function.
Sometimes when writing programs, you come upon some data and you need to check the type of data being received.
The DataPager control is used to add a paging control to a listview object.