Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Live Support
»
Re: Problem in integrating with a simple application of mine
Re: Problem in integrating with a simple application of mine
01-27-2009, 3:43 PM
Qandil
Joined on 01-16-2006
Posts 8
Re: Problem in integrating with a simple application of mine
Reply
Quote
BTW i used this to make it run
public override bool ValidateUser(string username, string password)
{
if (username == "admin" && password == "admin")
return true;
return false;
}
View Complete Thread