Guru Sarkar's Blog
Sign in
|
Join
Home
RSS
Atom
Comments RSS
Search
Tags
ASP.NET
ASP.NET Authorization
ASP.NET Membership
ASP.NET roles
Authentication
checkBox
Code Snippets
CreateUser
CreateUserWizard
CSS
DataList
Forms Authentication
GridView
JavaScript
jQuery
LoginName
MembershipProvider
Menu Control
Roles
Roles Authorization
Roles Provider
SiteMapProvider
TreeView
Visual Studio 2010
Web.config
WebConfigurationManager
Sponsors
advertise here
Navigation
Home
Blogs
Archives
March 2010 (1)
January 2010 (3)
November 2009 (1)
October 2009 (2)
June 2009 (2)
May 2009 (1)
January 2009 (2)
December 2008 (1)
November 2008 (2)
September 2008 (1)
Browse by Tags
All Tags
»
Forms Authentication
»
ASP.NET
(
RSS
)
Authentication
LoginName
Web.config
WebConfigurationManager
LoginName Control to Display Full Name instead of username
by
guru_sarkar
Question: How do I modify the text in LoginName Control. I want to display "Full Name" of the currently logged-in User but the LoginName control displays the username (User Id) that user uses to login. I want to display Full Name along with username in...
Filed under:
Forms Authentication
,
ASP.NET
,
LoginName
,
Authentication
Changing user password in Web.config
by
guru_sarkar
Say you have your user credientials placed in your web.config . How do you change the passord for a user programatically. Less talk, more code. Sample web.config in root folder: < system.web > < compilation debug = " true " /> < authentication...
Filed under:
Forms Authentication
,
Web.config
,
ASP.NET
,
WebConfigurationManager
More Posts