Setting Menu options Dynamically based on Role in ASP.NET using LINQ

Setting Menu options Dynamically based on Role in ASP.NET using LINQ Step 1. Add Menu control to aspx or master page. <asp:Menu ID=”menuRoleBased” runat=”server” Font-Names=”Verdana” […]