Format:
Recent snippets for: andreabalducci
// controller public ActionResult Index([DefaultValue(1)] int page) { if (Request.IsAjaxRequest()) return PartialView("PagedDataControl", model.Data); return View(model); } // .aspx
377 Views
no comments
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NHibernate; namespace Lucilla.Framework.Core.Data { public static class QueryExtensions {
370 Views
no comments
// Controller Action public JsonResult SearchItem(string nature, string term) { IEnumerable<Item> list = null; Transactional(() => { switch (nature.ToLowerInvariant()) { case "ricambi":
502 Views
no comments
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Lucilla.Framework.Web.Mvc; using DemoApp.Services.Model; namespace DemoApp.WebSite.Controllers {
526 Views
no comments
<div id="toolbar-pane"> <% Toolbar .Create() .SetCorners(Corners.CornersType.top) .AddSet() .AddIconButton("btnOpen", "Open", "folder-open") .AddIconButton("btnSave", "Save", "disk") .AddIconButton("btnDelete", "Delete", "trash") .EndSet()
278 Views
no comments
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <link runat="server" href="~/style/my.css" rel="stylesheet" type="text/css" /> </head> <body>
266 Views
no comments
using System; using Castle.Components.Scheduler; using Dexter.Core.UI.Framework.Extensibility; using Dexter.Shared.Framework; namespace Dexter.Core.NHibernate.Extensibility { public class SchedulerExtension : IExtensionPoint { public void OnApplicationStartup()
229 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
