Forum: VB.NET Aug 10th, 2009 |
| Replies: 9 Views: 77,938 try this code..
Private Sub datagridview1_KeyUp(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles tblBarang.KeyUp
Label1.Text =... |
Forum: PHP May 3rd, 2009 |
| Replies: 2 Views: 427 hi, here I has data on my localhost it's update from user and hosting data with thensame structure of data.
how do I to make sync my update data in my localhost to hosting data with schedule... |