Board index » Web Programming » Binding Problem when one of the dataset table is empty
|
CWolfe
|
|
CWolfe
|
Binding Problem when one of the dataset table is empty
Web Programming404
Hello, My problem is the following: If one of the tables in the Dataset is empty, the command "Page.Databind" is giving me this error : "INDEX 0 IS NOT NON-NEGATIVE AND BELOW TOTAL ROWS COUNT" for example: if i have a textbox bounded to "bnd_field" in the table "tbl_child" if in the dataset the table_child is empty, i will get the error is there any way to solve this problem Regards Myrna ---------------------------------------------------------------------------- ---- - |
| Eliyahu
Registered User |
Wed Apr 20 05:13:02 CDT 2005
Re:Binding Problem when one of the dataset table is empty
Myrna,
After populating the table you can check if it is empty and databind to it only if it is not. Eliyahu "Mirna" <MIRNA@AIMS_NET>wrote in message QuoteHello, - |
