网格视图中的日期时间选择器

编程入门 行业动态 更新时间:2024-10-11 01:12:04
本文介绍了网格视图中的日期时间选择器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正面临着需要在Gridview中使用日期时间选择器的情况. 我的日期时间在网格外部.但是当涉及到网格内部时,它不会填充Date时间. 问候,

I am a facing a situation in which i need to use a Date time picker inside a Gridview. My Date time is working in Outside the grid. But when it comes to inside the Grid its not populating the Date time . Regards,

推荐答案

我认为您正在遵循文章 DateTimePicker [ ^ ]. 我下载了代码并进行了测试.一切正常. 我可以看到您的代码有一个区别. 该代码应如下所示... I think you are following the codes given in article DateTimePicker in ASP.Net GridView using jQuery DateTimePicker Plugin[^]. I downloaded the code and tested. It is working fine. I can see one difference in your code. The code should be like below... <asp:TemplateField HeaderText="Date Of Birth"> <ItemTemplate> <asp:TextBox ID="txtDOB" runat="server" ReadOnly="true" class = "Calender" /> <img src="calender.png" /> </ItemTemplate> </asp:TemplateField>

而您在asp:TemplateField标记内没有ItemTemplate标记. 将用于日历和日历图像的文本框放在ItemTemplate内. 还有一件事.确保已将所有css和js文件添加到项目中. 如果您没有正确的路径,这将无法正常工作. 您可以在Mozilla浏览器的Firebug的控制台面板中看到这些错误. 谢谢... 快乐的编码...:)

whereas you don''t have the ItemTemplate tags inside asp:TemplateField tags. Place your textbox for calendar and calendar image inside the ItemTemplate. And one more thing. Make sure you have all css and js files added to the project. In case you don''t have them at correct path, this will not work. You can see these errors in the console panel of the firebug of Mozilla browser. Thanks... Happy coding...:)

在Gridview中添加DateTimePicker [ ^ ] ASP.NET网格-在网格内部使用DatePicker [ ^ ] 如何将datePicker添加到ASP.NET Gridview [ ^ ] gridview中的日期时间选择器. [ ^ ] Add DateTimePicker in Gridview[^] ASP.NET Grid - Using the DatePicker inside the Grid[^] How to add a datePicker to a ASP.NET Gridview[^] datetime picker inside gridview..[^]

更多推荐

网格视图中的日期时间选择器

本文发布于:2023-11-23 04:15:10,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1620050.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:网格   视图   日期   时间   选择器

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!