Hi yogeshc,
You need to use Master Page for displaying the SiteMap throughout the site and if you don’t wish to use Master Page then you need to handle the SiteMap in each every page of the site which you are going to display to User or Admin.
If you simply don’t want to use Login Control then just replace Login Control with Two TextBoxes One for UserName and other for Password and One Button with OnClick Event which will call the ValidateUser method for verifying whether the user is authenticated one or not.
I would recommend you to make use of Master Page for displaying the Menus to the User as it is best way to approach because redundancy of code is removed while making use of Master Page.