Hi I want to know how to implement the below functionality as below
1) when you click on your user name in google account it will pop down a panel that
contains setting details of user.
or
2) if you click signin in dropbox.com or codeproject.com,a panel will pop down asking for user login.
Which controls are being used for this and how they are inplemented. can any one share me code or show how to do it?
Loading

Alok UniyalPosted Mar 9, 2013, 4:37 AM
The displayed popup is a div. All the controls like textbox, button etc are inside that div. Functionality of that login is working same as normal login.
You can toggle the visibility of that div with the help of Jquery.