Format:
Recent snippets matching tags of provider
<roleManager enabled="true" defaultProvider="MySQLRole"> <providers> <clear/> <add name="MySQLRole" connectionStringName="MySQLConStr" applicationName="/" type="MySql.Web.Security.MySQLRoleProvider, MySql.Web, Version=6.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"/> </providers> </roleManager>
61 Views
no comments
<membership defaultProvider="MySQLMembership"> <providers> <clear/> <add name="MySQLMembership" connectionStringName="MySQLConStr" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false"
73 Views
no comments
ValueProvider for ASP.NET MVC aka choose the source to bind from (Form RouteData QueryString) ver. 3
[Flags] public enum ValueSource { Form = 1 << 0, RouteData = 1 << 1, QueryString = 1 << 2 } public class GetValuesAttribute : ActionFilterAttribute {
645 Views
no comments
[Flags] public enum ValueSource { Form = 1 << 0, RouteData = 1 << 1, QueryString = 1 << 2 } public class SmartValueProviderAttribute : ActionFilterAttribute {
172 Views
no comments
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web.Mvc; using System.Globalization; using System.Collections.Specialized; namespace Mipi.Web {
324 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
