Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
anwar basha
|
Dec 9, 2006 - 12:33 AM
|
hello,
can you please tell me how can i add a row, and delete a row from the databound datagrid.
regards anwar
|
|
Technical Support
|
Dec 9, 2006 - 10:19 AM
|
You can add/remove a row from the data bound grid by adding/removing the corresponding data object from your data source list. This mechanism works only if you are using an ADO.NET container as the data source or if your custom data source collection implements the standard IBindingList interface.
|
|