aspx thread: UserControls
Hi, Is there a way to use UserControls (*.ascx) the same way a webControls is used (i.e I can add properties in code, and manipulate the object in my page using these properties in code)? note: I HAVE read the .NET samples regarding the writing of scripts inside the HTML, but this code when inserted to the .cs file would not compile, and I am looking for something I can compile inside C# code.
|





