CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: Jozef Izso
C#
using System;
using System.Collections.Generic;
using System.Dynamic;
 
namespace DynamicKeyword
{
    // dynamicky objekt, ktory si uklada hodnoty do Dictionary.
    public class Bag : DynamicObject
    {
        private Dictionary<string, object> values = new Dictionary<string, object>();
by Jozef Izso   March 15, 2010 @ 5:30am
Tags:
164 Views
no comments
 
{
   "Fields":[
      {
         "FieldName":"Name",
         "ReplaceValidationMessageContents":true,
         "ValidationMessageId":"Name_validationMessage",
         "ValidationRules":[
            {
               "ErrorMessage":"Meno musí mať 5 až 40 znakov.",
               "ValidationParameters":{
by Jozef Izso   March 09, 2010 @ 7:37am
Tags: asp.net, mvc
623 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate