请求申请表...日历控制 [英] Leave Request form...Calender control

查看:84
本文介绍了请求申请表...日历控制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想要创建请假表格。其中大日历必须显示并且用户点击日历必须显示的日期,必须在哪个日期和休假原因中输入并存储在数据库中。



我需要大日历控制....任何有链接或教程....

解决方案

尝试这些..



http://arshaw.com/fullcalendar/ [ ^ ]



完整日历 - 完整的网络日记jQuery和C#MVC的系统 [ ^ ]



http://www.c-sharpcorner.com/UploadFile/amit12345/full-calender-integrated-with-Asp-Net/ [ ^ ]


这很简单



使用 CSS 用于大日历。增加宽度&日历控件的高度。



使用 TextBox.TextChanged事件 [ ^ ]。当选择日期时,它将提高 TextChanged 事件并使弹出窗口可见


从工具箱中添加Caleder Control设置宽度,高度......

然后在下面的事件中编写代码。点击日期>重定向到另一个页面,这里留下我们也可以传递查询字符串......



然后在哪个日期和休假原因必须输入它将存储在数据库中



protected void calenderEvents_DayRender(object sender,DayRenderEventArgs e)

{



e.Cell.Text =< a href ='leave.aspx?edocid =+ id +;



}

I want to create leave request form.in which big calender have to display and user click on the calender date one pop have to display in which period of date and reason for leave have to enter and it will store on the database.

I need big calender control ....any had link or tutorial for that....

解决方案

try these..

http://arshaw.com/fullcalendar/[^]

Full calendar – A complete web diary system for jQuery and C# MVC[^]

http://www.c-sharpcorner.com/UploadFile/amit12345/full-calender-integrated-with-Asp-Net/[^]


It's pretty simple

Use CSS for big calendar.Increase the width & height of the calendar control.

Use TextBox.TextChanged Event[^].When date is selected it will raise the TextChanged event and make the popup visible


Add Caleder Control from tool box set Width,Height......
then write your code in below event. when click to a date > redirect to another page ,here leave we can pass query string also ......

then in which period of date and reason for leave have to enter and it will store on the database

protected void calenderEvents_DayRender(object sender, DayRenderEventArgs e)
{

e.Cell.Text = "<a href='leave.aspx?edocid=" + id+ "";

}


这篇关于请求申请表...日历控制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆