-
12 Dec 2010 11:25 PM #1
calender Control is not working.
calender Control is not working.
Hi to all,
I used the calender but it not shows the code is as
Code:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Clander.aspx.cs" Inherits="Clander" %> <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %> <!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> </head> <body> <form id="form1" runat="server"> <ext:ResourceManager ID="ResourceManager1" runat="server"> </ext:ResourceManager> <div> <ext:CalendarPanel ID="CalendarPanel1" runat="server" Region="Center" ActiveIndex="2" Border="false" Height="100"> <Content> asdfasdfas </Content> </ext:CalendarPanel> </div> </form> </body> </html>
-
13 Dec 2010 12:38 AM #2Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,454
- Vote Rating
- 48
Similar Threads
-
Calender from Monday
By Mycoding in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 14 Jun 2010, 6:51 PM -
Calender extension
By aswanth_muralidharan in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 29 Jul 2009, 1:17 AM -
Calender Implementation
By vijayakumari in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 23 Jun 2008, 1:08 AM -
2 month Calender View
By r.selvaganapathi in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 25 May 2007, 7:53 AM -
Calender in IE7
By patspats in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 13 Mar 2007, 4:02 AM


Reply With Quote