any idea creating a log in page without drag and drop?

Recommended Answers

All 2 Replies

create a customized login form
and in code behind you can validate user on login button click
event if true then FormsAuthentication.RedirectFromLoginPage
else stick to login page..!

thx, it helps....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.