Posted 01 Aug 2011 Link to this post
<
asp:ScriptManager
ID
=
"ScriptManager1"
runat
"server"
/>
Posted 02 Aug 2011 Link to this post
asp:ContentPlaceHolder
"ContentPlaceHolder1"
>
telerik:RadScriptManager
"RadScriptManager1"
</
asp:Content
"Content1"
ContentPlaceHolderID
"head"
Runat
"Server"
telerik:RadGrid
"RadGrid1"
. . . .
Posted 03 Aug 2011 Link to this post
Posted 04 Aug 2011 Link to this post
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<!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
title
></
id
body
form
"form1"
div
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Demo.aspx.cs" Inherits="Demo" MasterPageFile="~/MasterPage.master" %>
"Content2"
Posted 23 Oct 2012 Link to this post