TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Bhavesh Ghul
817
1k
54.4k
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#