Internet is growing Every Seconds :: Industry is growing Every Year

Monday, May 16, 2005

ISO Standards for HCI

The International Standards Organisation publishes standards related to Human Computer Interaction (HCI) and Usability.

These standards are categorised as primarily concerned with:

1. The use of the product (effectiveness, efficiency and satisfaction in a context of use)

2. The user interface and interaction

3. The process used to develop the product

4. The capability of an organisation to apply user centred design

Monday, May 09, 2005

Public Function tbl_Not_Available

Public Function tbl_Not_Available :

This function is used to fill the combobox with “No Data Available” Item.
This function creates one datatable programmatically with two columns namely ID and Name.
This also creates one row with id as “0” and Name as “No Data Available”.
It returns datatable object