|
-
Mar 30th, 2004, 11:49 AM
#1
Thread Starter
Member
Prevent user from adding and deleting in datagrid
Hi,
I have a vb.net application. I use data adapter to generate a dataset and bind the dataset to a datagrid. The user can edit the records that are shown in the datagrid. But Adding new and deleting are not allowed.
How to prevent the user from adding and deleting record in a vb.net datagrid?
Thanks,
James
-
Mar 31st, 2004, 10:37 AM
#2
Fanatic Member
set the AllowAdd and AllowDelete property to false.
Maybe, the property name is not correct. Checkout something like that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|