![]() |
Sergey Kornilov admin 5/14/2012 |
You can use a regular text field for this purpose and masked edit control (part of ASPRunnerPro 7.1). You can specify all possible values in the mask. |
M
|
McGowan author 5/15/2012 |
You can use a regular text field for this purpose and masked edit control (part of ASPRunnerPro 7.1). You can specify all possible values in the mask.
|
![]() |
Sergey Kornilov admin 5/15/2012 |
Javascript works the same in any application. There is not such thing as "PHP" or "ASP" Javascript. |
M
|
McGowan author 5/19/2012 |
This still doesn't address what I am looking for. I'm dealing with dropdowns, not text fields. Would you please be so kind as to help me translate this for use with ASP. $("select[id^='dayvalue_yourdatefieldname']").val("1").trigger("change").hide(); |
![]() |
Sergey Kornilov admin 5/19/2012 |
You won't be able to make it work using dropdowns. The fact that day dropdown box is hidden won't help you save value in MM\YYYY format.
|