[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | PopulateMonth(DropDownList) |
Populate the short months in the month drop down list. An example of
short months are Jan, Feb etc.
|
![]() | PopulateMonth(DropDownList, Boolean) |
Populates the month(short or long) months in the drop down list.
|
![]() | PopulateMonth(DropDownList, String) |
Populates the month drop down list by providing the first row. The first row
is usually used to provide instructions (i.e. to select other rows etc.).
This method populates the short form of the month in rest of the rows.
The value of the first row is always -1 in the drop down list.
|
![]() | PopulateMonth(DropDownList, String, Boolean) |
Populates the month drop down list by providing the first row. The first row
is usually used to provide instructions (i.e. to select other rows etc.).
The value of the first row is always -1 in the drop down list.
|