55f78c63f9702131c909a3898539ba9fd6e103a7
API/CodeSamples/ShowBetweenDateCalendar.md
| ... | ... | @@ -7,16 +7,9 @@ When enabled, the Between(Calendar) option appears in the Operator dropdown at t |
| 7 | 7 | |
| 8 | 8 | Default value: true |
| 9 | 9 | |
| 10 | -Below is a sample global.asax using the ShowBetweenDateCalendar setting. The code block will appear within ``<script> </script>`` tags within global.asax. |
|
| 10 | +Below is a sample global.asax using the ShowBetweenDateCalendar setting. The code block will appear within ``<script runat="server"> </script>`` tags within global.asax. |
|
| 11 | 11 | |
| 12 | 12 | ##C♯ |
| 13 | - |
|
| 14 | -```csharp |
|
| 15 | -<%@ Application Language="C#" %> |
|
| 16 | -<%@ Import Namespace="Izenda.AdHoc" %> |
|
| 17 | - |
|
| 18 | -<script runat="server"> |
|
| 19 | - |
|
| 20 | 13 | //main class: inherits DatabaseAdHocConfig or FileSystemAdHocConfig |
| 21 | 14 | public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig |
| 22 | 15 | { |