Forum: VB.NET Nov 4th, 2009 |
| Replies: 4 Views: 811 Hello,
Try this
For Each _control As Control In Me.Controls
If TypeOf (_control) Is TextBox Then
_control.Text = String.Empty
End If
Next |
Forum: VB.NET Feb 13th, 2009 |
| Replies: 3 Views: 708 Hello.
Can you show which do you use connection string with your database? Please ensure your connection string is correct.
Cheers |