Clearing more than hundreds of textboxes by just 3 lines of code
Clearing more than hundreds of textboxes by just 3 lines of code
Rate Clearing more than hundreds of textboxes by just 3 lines of code
(2(2 Vote))
If TypeOf cntl Is TextBox Then cntl.Text = ""
Next
Clearing more than hundreds of textboxes by just 3 lines of code Comments
No comments yet — be the first to post one!
Post a Comment