adding C# user control in ASP.NET
i have a simple question .. i made a User control in C# / Windows Control Library and i want to insert in a C# Web Application in a ASPX page but after coming on Toolbox it gets Disable and doesnt come on Page. but if i paste same control in a Windows Application it gets insert like a user control. In Web application it gets added in solution but doesnt come on page . is there ne special setting in User control to add it in Web Application.
tell me how to do i want to add user controls in Web application.
regds