在ASP.NET中实现用户首选项 [英] Implement user preferences in ASP.NET

查看:71
本文介绍了在ASP.NET中实现用户首选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在处理一个项目,其中用户必须自定义自己的零件.谁能给我关于在ASP.NET中实现用户首选项的简要说明.在此先谢谢您

Hi,

I am dealing with a project in which user has to customize his own part. Can any one give me a brief idea about implementing user preferences in ASP.NET. Thanks in advance

推荐答案

您有两种选择,一种是在客户端使用Cookie或在服务器上的数据库中保存用户首选项,其中用户配置选项可以保留.
You have two choices, one is to save the preferences using cookies on the client side, or in a database on the server side where user configuration options can be persisted.


您可以使用ASP.NET配置文件个性化-在这里,请参考以下内容:使用应用程序设置"的用户首选项 [ ^ ]
You can use ASP.NET profile personalization - here, refer this: MSDN Magazine: Personalization and User Profiles in ASP.NET 2.0[^]

Another way to handle it: User Preference using Application Settings[^]


这篇关于在ASP.NET中实现用户首选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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