Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Membership Class
GetUser Method
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Membership..::.GetUser Method

Updated: November 2007

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

  NameDescription
GetUser()()() Gets the information from the data source and updates the last-activity date/time stamp for the current logged-on membership user.
GetUser(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.
GetUser(Object) Gets the information from the data source for the membership user associated with the specified unique identifier.
GetUser(String) Gets the information from the data source for the specified membership user.
GetUser(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.
GetUser(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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Bug in .NET Framework 2.0 makes updates of last-activity timestamp fail with SqlProvider      Thomas Olsson   |   Edit   |  

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 What's this?: bug (x) Add a tag
Flag as ContentBug
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker