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: zubair.net
C#
 
by zubair.net   March 01, 2011 @ 10:58pm
Tags:
70 Views
no comments
 
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Telerik.Web;
using Telerik.Web.UI;
namespace TelerikRadGrid
{
by zubair.net   May 15, 2010 @ 2:18am
Tags:
1844 Views
no comments
 
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="RadGridEditing.ascx.cs" Inherits="TelerikRadGrid.RadGridEditing" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<telerik:RadGrid runat="server" ID="RadGrid1" AllowAutomaticDeletes="true" AllowAutomaticUpdates="true"
    AllowAutomaticInserts="true" OnItemDeleted="RadGrid1_ItemDeleted" AllowPaging="true"
    AllowSorting="true" OnItemCommand="RadGrid1_ItemCommand" AllowMultiRowSelection="true"
    AllowFilteringByColumn="true" DataSourceID="dsDuShops" AutoGenerateColumns="false"
    OnNeedDataSource="RadGrid1_NeedDataSource" OnEditCommand="RadGrid1_EditCommand"
    OnItemDataBound="RadGrid1_ItemDataBound" OnItemCreated="RadGrid1_ItemCreated">
    <PagerStyle Mode="NextPrevNumericAndAdvanced" AlwaysVisible="true" />
    <MasterTableView DataKeyNames="id" IsFilterItemExpanded="true" CommandItemDisplay="Top"
by zubair.net   May 15, 2010 @ 2:15am
Tags:
592 Views
no comments
 
C#
protected static void SearchProperty()
        {
            PropertyDataContext pdc = new PropertyDataContext();
 
            string Availability = "17";
            string For = "6";
            string Type = "Villa";
            string Development = "1";
            string Building = "Shaiba Towers";
            string Floor = "G";
by zubair.net   May 01, 2010 @ 7:09pm
Tags:
86 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