Posted on: 4/2/2015 2:36:38 PM | Views : 631

How to dynamically generate data with .ascx?for example I connect a control on the page
<%@ Register TagPrefix="custom" Namespace="VirusBlokAda.CC.CustomControls" Assembly="CustomControls" %> add control to page

<custom:Tree runat="server"/> now I add mu attribute to control.
<custom:Tree runat="server" name="vova"/> and data vova appear somewhere on the page(marking in control)
It is possible?
 

Go to the complete details ...