To include ASP.NET controls and allow manipulation of the controls in a class
ASP, you need merely create an .aspx page with the controls that you want, then
include that page in an iframe within your .asp page. For example:
<iframe scrolling="no" frameborder="0" width="100%" height="1000" src="training.aspx"></iframe>
|