This question is locked. New answers and comments are not allowed.
Hi,
I have on page RadDatePicker
| <tel:RadDatePicker ID="dpStartDate" runat="server" DateInput-ID="diStartDate"> |
| <Calendar ID="c1" runat="server" FocusedDate="2006-10-30" /> |
| <DateInput CatalogIconImageUrl="" Description="" DisplayPromptChar="_" PromptChar=" " |
| Title="" TitleIconImageUrl="" TitleUrl="" /> |
| </tel:RadDatePicker> |
I'm trying to set a date in this RadDatePickter using WebAii Free testing framework.
When I get an instance of this picker there is no method or property to set a date. All of the are only "get" properties.
How I can achieve this functionality?
Seba