Monday, July 27, 2009

Help needed in asp c#...Can anyone give the source code for password checking?

I need to compare the answer provided in a text field to the correct answer and depending on whether its right or wrong i have to redirect to a particular page

Help needed in asp c#...Can anyone give the source code for password checking?
Let's assume your password field is called txt_Pass and the string you're checking it against is in a variable called passwordString, here's what you'd do:





if(txt_Pass.Text.CompareTo(passwordStr...


{


Response.Redirect("newurl.aspx"); //replace newurl.aspx with any html or asp page.


}
Reply:Not going to be easy. May be you can search at project assignment help website like http://askexpert.info/ .
Reply:Write your own code..its easy





Just give it some thinking


No comments:

Post a Comment