Hi, i dunno how to use calendar control . i need to bring data to the calendar on the respective date , whether calendar control will work both server side and client side. coz if i disable the javascript in mozilla , i couldnt able to scroll through the month , why so . ?
Want to display , data's from the table on the respective date in that control.. .
i need to display the shows on the calender , .
Plz suggest...how to use the calender....?
Want to display , data's from the table on the respective date in that control.. .
Code:
CREATE TABLE [dbo].[table1](
[fid] [int] IDENTITY(1,1) NOT NULL,
[Shows] [varchar](100) NULL,
[frmdate] [datetime] NULL,
}
Plz suggest...how to use the calender....?
Comment