当前位置:编程学习 > C#/ASP.NET >>

日程管理控件

有没有和google日程一样的控件,做OA办公用的,要ASP.Net2.0第三方的,不胜感激... --------------------编程问答-------------------- DevExpress --------------------编程问答--------------------
引用 1 楼 alifriend 的回复:
DevExpress

这个是要钱的。不过可以自己画一个出来。 --------------------编程问答-------------------- 有没有免费的,好像就是一个第三方控件,在ASP.Net工具箱里拖上去就能用,不过,不知道是什么名字?不要写代码的,就是一个动态链接库... --------------------编程问答-------------------- <asp:calendar id=calSchedule runat="server" BackColor="Transparent" BorderColor="#999999" 
        ShowGridLines="True" PrevMonthText="&nbsp;&nbsp;&nbsp;&nbsp;<img src=../img/left_arrow.gif alt=上一月 border=0 />上一月" 
        NextMonthText="下一月<img src=../img/right_arrow.gif alt=下一月 border=0 />&nbsp;&nbsp;&nbsp;&nbsp;" BorderStyle="None" 
        DayNameFormat="Full" OnDayRender="calSchedule_DayRender" Font-Size="X-Small" onselectionchanged="calSchedule_SelectionChanged" Height="462px" Width="809px">
        <TodayDayStyle BorderWidth="2px" BorderStyle="Solid" BorderColor="#FF3300" 
                                                    BackColor="Silver" Font-Bold="True"></TodayDayStyle>
        <DayStyle Font-Bold="True" HorizontalAlign="Left" VerticalAlign="Top"></DayStyle>
        <NextPrevStyle ForeColor="#223399" CssClass="td"></NextPrevStyle>
        <DayHeaderStyle Font-Size="14px" Height="10px" BackColor="#FF3300"></DayHeaderStyle>
        <TitleStyle CssClass="headcenter" Height="10px" BackColor="Yellow" 
                                                    Font-Bold="True" Font-Size="14px"></TitleStyle>
        <WeekendDayStyle ForeColor="#FF3300" BackColor="#CCFFFF"></WeekendDayStyle>
        </asp:calendar> --------------------编程问答--------------------
引用 4 楼 jiezigege 的回复:
<asp:calendar id=calSchedule runat="server" BackColor="Transparent" BorderColor="#999999"
        ShowGridLines="True" PrevMonthText="&nbsp;&nbsp;&nbsp;&nbsp; <img src=../img/left_arrow.gif alt=上一月 border=0 />上一月"
        NextMonthText="下一月 <img src=../img/right_arrow.gif alt=下一月 border=0 />&nbsp;&nbsp;&nbsp;&nbsp;" BorderStyle="None"
        DayNameFormat="Full" OnDayRender="calSchedule_DayRender" Font-Size="X-Small" onselectionchanged="calSchedule_SelectionChanged" Height="462px" Width="809px">
        <TodayDayStyle BorderWidth="2px" BorderStyle="Solid" BorderColor="#FF3300"
                                                    BackColor="Silver" Font-Bold="True"> </TodayDayStyle>
        <DayStyle Font-Bold="True" HorizontalAlign="Left" VerticalAlign="Top"> </DayStyle>
        <NextPrevStyle ForeColor="#223399" CssClass="td"> </NextPrevStyle>
        <DayHeaderStyle Font-Size="14px" Height="10px" BackColor="#FF3300"> </DayHeaderStyle>
        <TitleStyle CssClass="headcenter" Height="10px" BackColor="Yellow"
                                                    Font-Bold="True" Font-Size="14px"> </TitleStyle>
        <WeekendDayStyle ForeColor="#FF3300" BackColor="#CCFFFF"> </WeekendDayStyle>
        </asp:calendar>

這是日曆控件吧。 --------------------编程问答-------------------- 不要代码,就是一个第三方的ASP.NET控件 --------------------编程问答-------------------- 有控件的 --------------------编程问答-------------------- 我和LZ问题一样~ --------------------编程问答-------------------- DayPilotPro


网站


my blog
http://ufo-crackerx.blog.163.com/ --------------------编程问答-------------------- DayPilotPro,感觉咋那么繁琐呢 --------------------编程问答--------------------
引用 10 楼 wwfgu00ing 的回复:
DayPilotPro,感觉咋那么繁琐呢


在国外,这个控件还是卖的不错的


my blog
http://ufo-crackerx.blog.163.com/
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,