DatePicker(日期选择自定义服务器控件)的实现[10]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 carlhui 的 blog

                   dropmonth.items.findbyvalue(month.tostring()).selected = true;

                   dropday.items.findbyvalue(day.tostring()).selected = true;

                   dropyear.items.findbyvalue(year.tostring()).selected = true;

              }   

       

         }

 

         /// <summary>

         /// 将服务器控件内容发送到提供的 htmltextwriter 对象,此对象编写将在客户端呈现的内容。

         /// 在开发自定义服务器控件时,可以重写此方法以生成 asp.net 页的内容。

本文关键:DatePicker(日期选择自定义服务器控件)的实现
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top