Dear Friends,
I want to know,which code has to be used for the string comparison in ASP.
I have a variable where i am storing the value from a data base
ie var1=Rs1("uname")
I have form value in second varaible
var2=Request.form("name")
now I want to check text box value with this var1
So when I am using following code ,its gives error
If var1=var2 then
statement
end if.
How I can do this checking
ThanX
graceson