Is there a function which I can login with it in ASP.Net 2.0?
If so , only two arguments (uersname and password) is needed.
I use Membership provider's ValidateUser method (ASPNETDB.MDB), I'm a beginner, could you give me a sample? Thanks!
And more, where can I find source code of Login control? maybe I may analyse it.

