I tried it but I am getting this error:
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30201: Expression expected.
Source Error:
Line 26: password.Text = parseQuery("pass")
Line 27: End If
Line 28: If password.Text <> "" And username.Text <> "" Then btnLogin_Click(Dim sender as Object, Dim e as System.EventArgs)
Line 29: End If
Line 30:
Source File: C:\Inetpub\wwwroot\devv\login.aspx.vb Line: 28