Srivastava
Srivastava

Reputation: 3578

Calender as drop down list

Can anybody tell me the meaning of

ew:CalendarPopup ID="ucCalendar" runat="server" Width="80px" ImageUrl="~/images/calendar.gif"
                                    ControlDisplay="LabelImage" ShowGoToToday="True" CalendarLocation="Bottom" UseExternalResource="True"
                                    ExternalResourcePath="~/Include/JS/Calendar/eWorld_UI_CalendarPopup.js" Nullable="True"
                                    ToolTip="Select meeting date">
                                    <WeekdayStyle Font-Size="XX-Small" Font-Names="Verdana,Helvetica,Tahoma,Arial" ForeColor="Black"
                                        BackColor="White"></WeekdayStyle>

Pls its urgent

Upvotes: 0

Views: 193

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1039110

It uses a server control called CalendarPopup declared by the ew TagPrefix in the @Register directive or in web.config. It also initializes some of its properties.

Upvotes: 3

Related Questions