when you go to http://4shared.com and click on log in button it shows a small window under the button and you can fill that boxes.
I am new to asp.net and I do not know how I should do this for my website ? is it an AJAX technique ? if yes how should I add this effect to my sites ?
can I do it by Ajax Control Toolkit ?
when you go to http://4shared.com and click on log in button it shows a
Share
You can use jQuery. Go through this awesome tutorial for beginners. http://www.w3schools.com/jquery/default.asp
The trick is to show a
divon click which is set todisplay: noneas default.