API/CodeSamples/FieldFilterRegex.md
... ...
@@ -10,7 +10,7 @@ _**Note:** You still will be able to use any fields to join tables at the Data S
10 10
11 11
**Troubleshooting:** If you see the message "No fields available to select" your regular expression might be too general. Check your regular expressions and your data source fields and try again.
12 12
13
-##C♯
13
+##Global.asax (C♯)
14 14
15 15
```csharp
16 16
//main class: inherits DatabaseAdHocConfig or FileSystemAdHocConfig
... ...
@@ -33,7 +33,7 @@ public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig
33 33
34 34
```
35 35
36
-##VB.NET
36
+##Global.asax (VB.NET)
37 37
38 38
```visualbasic
39 39
'main class: inherits DatabaseAdHocConfig or FileSystemAdHocConfig