API/CodeSamples/HelpText.md
... ...
@@ -7,7 +7,7 @@
7 7
Gets or sets the collection of key-value pairs where the key is the tab name and the value is a hint that will be shown when mouse is over the appropriate tab.
8 8
Can be seen in the ReportDesigner if ShowSideHelp is enabled.
9 9
10
-Note: You can also enable/disable side help by clicking Help button (AdHocSettings.ShowHelpButton should be enabled).
10
+Note: You can also enable/disable side help by clicking the Help button ([[AdHocSettings.ShowHelpButton|http://wiki.izenda.us/API/CodeSamples/ShowHelpButton]] should be enabled).
11 11
12 12
##Global.asax (C♯)
13 13
... ...
@@ -38,7 +38,7 @@ Note: You can also enable/disable side help by clicking Help button (AdHocSettin
38 38
}
39 39
```
40 40
41
-##VisualBasic
41
+##Global.asax (VB.net)
42 42
43 43
```visualbasic
44 44
Public Class CustomAdHocConfig