Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 WCF 库(包含商业逻辑)、Asp.Net C# 网页(主页、欢迎页面)、SqlServer,当用户使用电子邮件 ID 和密码登录时如何获取用户名,并且该用户名可以在所有网络中显示asp.net 网站中的页面。怎么可能?请帮助我..
在所有网页中创建您想要的内容列表并将其保持在会话中。
编写一个存储过程来检索所有需要在应用程序中经常使用的用户相关数据,并将其存储在一个会话中。根据您的需要操纵会话。