How to use an asp.net WebUserControl on ASP 3.0 web page?

Jan 8 2008 12:31 AM

Hi all

I have a Web User Control that is performing some search operations developed in asp.net 3.0. I have multiple web sites developed in ASP 3.0. I want to use this control on these web sites. This control uses logged on user information which i can get from cookies.

   Now My problem is that how i use this control on ASP 3.0 web page?