I am new to the world of ASP.NET Web Forms and I was a Java developer for 3 years and I have a good knowledge of C# but I just used it for developing simple console applications.
I am working to implement a custom Membership Provider for my .net application.I have set up the configuration for a minimum number of characters and non-alphanumeric characters, but it seems to let p
Here is a piece of code from one of the controller inside my ASP.NET MVC 3 App : _destinationdetailRepository.Add(new DestinationDetail {
i have array for role selected. and now i want to add that array role to specified user. i have a controller like this :
I have a checkbox tree using jQuery. Here\'s the code for tree_data.json : [{ \"id\":1, \"text\":\"Administrator\",
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editi开发者
I have a web application which stores customer details like username, firstname and email address ... etc...etc..
I have a list of username\'s in a string array . l wanna give the all selected users a new role .I can easily give that using membership
I manually migrate data from ASP.NET membership database to new membership structure in ASP.NET MVC4. (table name has changed from aspnet_users to Users, aspnet_membership to Memberships, and so forth
I\'ve been using ASP.NET MVC with membership-based login for several years and everything is working fine (it\'s now MVC3, but开发者_JAVA百科 membership didn\'t change since the first version which wa