Forum: VB.NET 33 Days Ago |
| Replies: 4 Views: 639 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: 672 Hello.
Can you show which do you use connection string with your database? Please ensure your connection string is correct.
Cheers |