使用C#在asp.net中登录页面 [英] login page in asp.net using c#

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

问题描述

asp.net中的登录页面还可以处理用户在其注册或注册时上传的图像,并在下一页上显示该用户的图像

login page in asp.net that also handle image that user upload when he/she sigup or register and display image of that user on next page

推荐答案

Well首先,首先您需要学习如何在asp.net中进行登录页面,这并不难.对于初学者,请参阅此MSDN指南. 如何:创建ASP.NET登录页 [
Well, first thing first you need to learn how to do login page in asp.net, which is not that hard. For starters see this MSDN guide. How to: Create an ASP.NET Login Page[^]

Once you have you login page up and running, it is not that hard to add an image to it. In your user database (table) add a column to hold either the image itself or a path to where is the image is located. From there you can load that image in any page you like.


这篇关于使用C#在asp.net中登录页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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