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

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