when i click on login image ,1 small window opens for username and password, when i login, i go to my profile how to make that small window?
as your URL is "http://www.c-sharpcorner.com/Forums/Thread/237446/how-to-make-menu-bar-with-in-the-asp-net.aspx"..And i attached that page.
Loading

Ankur JainPosted Aug 16, 2014, 5:05 AM
you can design your form like this...
http://www.htmldrive.net/items/show/810/Cool-JQuery-and-CSS3-Animated-Login-and-Signup-Form
and instead of using html controls you can use Asp.net server controls and place your code on button click event ,for lgoin form code you can consider following thread...
http://aspsnippets.com/Articles/Simple-User-Login-Form-example-in-ASPNet.aspx.
please mark it as answer if its helpful..