FAQ/ProcessEqualsSelectList.md
... ...
@@ -2,10 +2,6 @@
2 2
3 3
[[_TOC_]]
4 4
5
-##About
6
-
7
-#The ProcessEqualsSelectList() Method
8
-
9 5
This code sample overrides the equals select drop-down used in the "Filter" tab and in the Report Viewer.
10 6
11 7
Here is sample code that you can add to your global.asax file:
... ...
@@ -27,4 +23,6 @@ public override string[] ProcessEqualsSelectList(Izenda.AdHoc.Database.Column co
27 23
// return base if custom array is not created
28 24
return base.ProcessEqualsSelectList(column);
29 25
}
30
-```
... ...
\ No newline at end of file
0
+```
1
+
2
+* [[Using Stored Procedures|/FAQ/Questions/Using-Stored-Procedures-In-Izenda-6]]
... ...
\ No newline at end of file