检索 asp.net 会员用户帐户的配置文件信息
我想将 asp.net 会员用户名传递给子例程并检索该用户名为 FullName 的配置文件属性,我如何在 vb.net 中实现此目的?
提前致谢。
I want to pass an asp.net membership user name to a subroutine and retrieve the profile property named FullName for that user, how can i achive this in vb.net?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这超出了我的想象,而且我的 vb.net 已经生锈了,所以请将其视为可以按原样运行的伪代码
this is off the top of my head and my vb.net is rusty so treat it like psuedo code that may run as-is
为此,您需要扩展 ASP.NET Membership API。
请按照本文查看操作方法:http://www.code-magazine.com/ Article.aspx?quickid=0703071
you need to extend the ASP.NET Membership API for this.
follow this article to see how: http://www.code-magazine.com/article.aspx?quickid=0703071