Dim menuItem As New MenuItem() With {
.ImageUrl = "images/orange_square.gif", <-------------------------- this show an image but how to make it clickable ?
.Value = row("MenuId").ToString(),
.Text = " " & row("Title").ToString(),
.NavigateUrl = row("Url").ToString(),
.Selected = row("Url").ToString().EndsWith(currentPage, StringComparison.CurrentCultureIgnoreCase)