Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在,我正在使用 asp.net、C# 并制作了自定义控件。在我的自定义控件中,尤其是在日期控件中,我只想在 OnFocus 事件中选择月份和日期部分。现在,我写了
control.select();
然后,像往常一样,将选择控件的文本(2012/08/04)。
但现在我只想在月份和日期(08/04)的部分进行选择。我正在寻找很多方法来做到这一点。但是直到现在我还没有任何办法。所以我想知道我可以只选择日期控件的月份和日期部分(08/24)吗?
带着敬意