API/CodeSamples/ShowJoinAliasTextboxes.md
... ...
@@ -70,9 +70,16 @@ By default, when the same table is used multiple times as joined table, Izenda d
70 70
71 71
Using Join Alias Textbox, user can distinguish the joined tables more clearly
72 72
73
-![screenshot](/Guides/MVC-Integration/SiteLayout.pngd)
73
+**a.** Enable Join Alias Textbox. Refer to [Global.asax]()
74
+
75
+**b.** In Join Alias Textbox, enter aliases and click 'Update datasources aliases'.
76
+
77
+**c.**In FIELDS tab, the oined tables should appear as aliased as below
78
+
79
+![JoinAlias](/Guides/MVC-Integration/JoinAlias2.png)
80
+
81
+
82
+
74 83
75
-**a.** After enabling Join Alias Textbox as below, type alias in the textbox. Click 'Update datasources aliases'.
76 84
77
-**b.** In FIELDS tab, the aliased joined tables appear as below
78 85