"Nothing is impossible, the word itself says "I'm possible"!"
Pages
Home
About Me
VB.NET
SQL
Contact Us
Friday, October 25, 2013
clear ALL textboxes and label
For Each ctrl In Controls
If TypeOf ctrl Is TextBox Or TypeOf ctrl Is Label Then
ctrl.Text = String.Empty
End If
Next
How to exploit the SQL Injection Attack
Try
' OR ''='
for user name and password.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)