-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the request to build a custom control for ASP.NET membership. The control is somewhat special. So I can’t inherit from a built-in control. Is there an elegant way to access the string resources of ASP.NET membership provider to use them in custom controls? Creating for example CreateUserWizard…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I created a database with aspnet_regsql, the database was created in sql sever 2008 and not in data folder in my project (do I need to move it to the folder manually?).
Next, in Web Site Administration Tool I went to provider section and clicked don Test button.
I got an error:
Could not establish…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am learning the ASP.net membership feature.
I am wondering how I can implement so that later login session logout former login session to avoid concurrent login. I know how to check whether the user is online (by Membership.IsOnline()) and logout the current user (by FormsAuthentication.SignOut())…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm using two membership providers. When I declared a following statement
Dim allUsers As MembershipUserCollection = Membership.Providers("CustomSqlRoleManager").GetAllUsers
Then, it gave me this error message.
Argument not specified for paramenter 'totalRecords' of 'Public MustOverride…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Originally the site was set up using a Website project which ended up not working for various reasons. I'm trying to make it work as a web application project and have started from the ground up with a new project. I have looked online and not found a good resource that explains some of the "simple"…
>>> More