【发布时间】:2014-06-13 03:11:17
【问题描述】:
我创建了一个在 Sharepoint 2010 中加载的 Web 应用程序。我在 Visual Studio 2010 中使用 aspx 和 aspx.cs 创建了 Web 部件。这些表单用于获取加载到 Microsoft 服务器数据库中的数据。
我想检索登录到 Sharepoint 的用户以作为创建记录的人加载到数据库中。谁能指导我如何做到这一点?
【问题讨论】:
-
平时
HttpContext.Current.User.Identity.Name怎么样?
标签: c# asp.net sharepoint sharepoint-2010