初学者的asp.net登录(使用c#) [英] asp.net login for beginners(using c#)

查看:51
本文介绍了初学者的asp.net登录(使用c#)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新的asp.net ..有人可以提供一些帮助进行登录的帮助,其中包括专业登录的所有功能...

i am new asp.net..can some one plz provide some help hoe to make login which include all functionalities of professional login...

推荐答案

您在ASP.NET 2.0及更高版本中已经具有登录控件和所有必需的功能.
在这里查看:登录控件概述 [构建自定义登录控件 [ ^ ]


您所需要做的就是提供一个UI来接受输入,然后在内部存储它,以便您可以在下次登录时对其进行验证.
You already have Login Control with all needed features in ASP.NET 2.0 onwards.
Have a look here: Login Control overview[^]

In case you want a custom one, look here: Building custom login control[^]


All you need is to provide a UI to take input and then internally you need to store it such that you can verify it on next logon.


这篇关于初学者的asp.net登录(使用c#)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆