我可以使用哪种控件在ASP.NET中创建事件调度

我可以使用哪种控件在ASP.NET中创建事件调度

问题描述:

我想根据用户提供的详细信息创建活动时间表,以下是他应提供的详细信息,开始日期,结束日期,开始时间,结束时间,时间间隔



i我在努力寻找我应该使用哪个asp.net控件来做这个以及怎么做



请帮助

i want to create a event schedule based on the details supplied by user, here are the details he should supply, start date, end date, start time, end time, intervals between times

i am struggling in finding which asp.net control should i use to do this and how to do it

please help

DataGridView?否则写下你自己的控件。



http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.datagrid(v = vs.110)的.aspx 一> [ ^ ]
DataGridView? Otherwise write your own control.

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.datagrid(v=vs.110).aspx[^]