Hi, there.

I am new to ASP and ASP.NET, so my question may be way off base, but if you can help point me in the right direction, it would be greatly appreciated.

Basically, I have an ASP.NET page with a User Control that contains login fields and a submit button. In the click event subroutine for the submit button, if the login is incorrect, I want to make a text box on the ASP.NET page visible and populate its text property. How can I do this?

Thanks.