I am starting to learn some ASP.NET programming and I am making a small community website for my friends < / P>
I was thinking of having a user control and it is that the 'login box' clicks on the appropriate text box and login button, but when it is log in Show its username
Do you think I should manage it as a user control or am I missing something as ASP.Net newbie?
This is a good idea for me - User control can be easily placed anywhere on the site. Wanted to prompt the user for their credentials. This is actually a scenario that was designed for user control.