Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Bhavesh Ghul
1.3k
898
43.3k
ASP.Net Membership Provider Class In Custom Method Creating
Jan 30 2019 5:52 AM
There is a method in ASP.Net Membership Provider class which is
public
static
bool
ValidateUser(
string
username,
string
Password);
So now I want to create a custom method of ValidateUser with username and email parameter like mensioned below.
public
static
bool
ValidateUser(
string
username,
string
email);
So , please anyone can tell me how do i create this?
Reply
Answers (
1
)
how to search datatable value by using tetbox by loops
Stuck when creating Word doc using interop dll c#