Link to home
Start Free TrialLog in
Avatar of Meinhoonaa
Meinhoonaa

asked on

how to remove a row from a gridview without deleting it from database using vb.net

how to remove a row from a gridview without deleting it from database using vb.net.

Caution: row.visible doesn't remove it. It just makes it invisible.
ASKER CERTIFIED SOLUTION
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can remove it while binding the Gridview in the method Gridview_databind.

Check the condition and based on it you can remove the row from gridview.