如何使用asp.net禁用CalendarExtender中的过去日期 [英] How to disable the Past Dates in CalendarExtender using asp.net

查看:66
本文介绍了如何使用asp.net禁用CalendarExtender中的过去日期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友们,我在asp.net中有一个要求我想在我的calendarExtender中禁用过去的日期,如 IRCTC 。请任何人帮助我。

Hi Friends, I have a requirement in asp.net I want to disable the past dates in my calendarExtender Like IRCTC. Please any one help me.

推荐答案

你能发布你正在使用的代码吗?
Can you post the code you are using?


你可以通过指定值来实现对于页面Load中的Calendar Extender的StartDate属性。



CalendarExtender1.StartDate = DateTime.Now;
You can do it by specifying value for StartDate property for Calendar Extender in page Load.

CalendarExtender1.StartDate = DateTime.Now;


这篇关于如何使用asp.net禁用CalendarExtender中的过去日期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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