两个日历扩展器?
我有一个弹出 ajax calendarextender,它用所选日期(MM/dd/yyyy)填充文本框。这有效。我想在另一个文本框中以不同的格式(yyyyMMdd)捕获相同的日期。第一个用于显示,第二个日期是 gridview 查询的参数。这是用两个日历扩展器完成的吗? (顺便说一句,我正在使用 C#)
I have a popup ajax calendarextender that populates a text box with the selected date, (MM/dd/yyyy). This works. I want to capture the same date in an additional text box with a different format (yyyyMMdd). The first is for display and the second date is a parameter for gridview query. Is this done with two calandarextenders? (btw I'm using C#)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您要向查询提供一个参数值,则只需在将其提供给 查询。
If you are supplying one to a query, you could just change the parameter value in code before supplying it to the query.