.NET Framework Class Library
Membership..::.GetUser Method

Gets the information for a membership user from the data source.

Overload List

  NameDescription
Public methodStatic memberGetUser()()()Gets the information from the data source and updates the last-activity date/time stamp for the current logged-on membership user.
Public methodStatic memberGetUser(Boolean)Gets the information from the data source for the current logged-on membership user. Updates the last-activity date/time stamp for the current logged-on membership user, if specified.
Public methodStatic memberGetUser(Object)Gets the information from the data source for the membership user associated with the specified unique identifier.
Public methodStatic memberGetUser(String)Gets the information from the data source for the specified membership user.
Public methodStatic memberGetUser(Object, Boolean)Gets the information from the data source for the membership user associated with the specified unique identifier. Updates the last-activity date/time stamp for the user, if specified.
Public methodStatic memberGetUser(String, Boolean)Gets the information from the data source for the specified membership user. Updates the last-activity date/time stamp for the user, if specified.
Top
See Also

Reference

Tags :


Community Content

Thomas Olsson
Bug in .NET Framework 2.0 makes updates of last-activity timestamp fail with SqlProvider

The last-activity timestamp is not updated in .NET Framework 2.0 (also SP1) due to a bug in the stored procedure created on the SQL server. See the following Connect report for more details:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=306297

Tags : bug

Page view tracker