C
|
cgphp 10/21/2013 |
In the "Javascript onload" event of your add/edit/view master pages, enter the following code: $("img[id^='dpMinus']").click(); |
C
|
copper21 author 10/21/2013 |
In the "Javascript onload" event of your add/edit/view master pages, enter the following code: $("img[id^='dpMinus']").click();
|