Friday, July 31, 2009

How can i delete a row in datagird using VB.Net Codings? Ple answer this...I really need this coding.?

First off.. you should always delete from your dataset.. not the grid.





If you still need to delete a row from a grid:





%26lt;your grid name%26gt;.Rows.RemoveAt(index you want removed)





clearly check to make sure that index is available in that grid before you delete it.

night garden

No comments:

Post a Comment