|
-
Oct 14th, 2008, 11:54 AM
#1
Thread Starter
Frenzied Member
clear datagrid
I need to clear datagrid Tab Page on leave method.
I have tried the following but nothing works. Any idea?
Private Sub TbView_leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TbViewStockbalance.Leave
DataGrid3.Refresh()
End Sub
Private Sub TbView_leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TbViewStockbalance.Leave
DataGrid3.bindings.clear
End Sub
------------------------------------------------------------------------
If an answer to your question has been helpful, then please, Rate it! 
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
|