API/CodeSamples/Equals-Popup-Custom-Page.md
... ...
@@ -17,7 +17,7 @@ To implement custom filters page you need to perform following steps:
17 17
18 18
`AdHocSettings.EqualsPopupDestinations["MyCustomFilter"] = new string[] { "Col1", "Col2", "ProductName", "CategoryName" };`
19 19
20
-3. Get the CustomFiltersTemplate page (.aspx and .aspx.cs files), which we can provide for you, and rename it to MyCustomFilter. Then you can paste it into the CustomFilters folder. Below is a screenshot demonstrating this with the default template name.
20
+3. Get the CustomFiltersTemplate page (.aspx and .aspx.cs files), [[which you can download here|http://wiki.izenda.us/API/CodeSamples/Equals-Popup-Custom-Page/CustomFiltersTemplate.zip]], and rename it to MyCustomFilter. Then you can paste it into the CustomFilters folder. Below is a screenshot demonstrating this with the default template name.
21 21
![](http://wiki.izenda.us/API/CodeSamples/Equals-Popup-Custom-Page/customfilters-1.png)
22 22
4. In the MyCustomFilter.aspx page, add necessary controls between following lines:
23 23
```html