i have the following files: 1) Title.ascx <script runat="server"> public property TitleText as String Get TitleText = lblTitle.Text end Get Set lblTitle.Text = TitleText end Set end property </script> 2) tst.aspx <form runat="server"> </form> can someone tell
me why the TitleText property is not working. when the page loads i see only an ampty page. why is that ? what is the way to do it?
doron_bl
Member
140 Points
28 Posts
user control problam
Sep 13, 2003 12:40 PM|LINK