Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Membership Class
GetUser Method

  Switch on low bandwidth view
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

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

  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
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   |   Show History

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
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker