G
Guest
Hi everyone,
I have WebUserControl on a Webform.
How can I call get data from a Function/Property on the Webform and send it,
dynamically, to the WebUserControl ?
<uc:myuc id="myid1" CurrentPage=<%#GetText()%> data="2" runat="server"/>
.....
GetText()-> function/property on the Webform, returns string and send it to
the
WebUserControl -> <%#GetText()%>
It's not working. any idea why ?
thanx,
Oren
I have WebUserControl on a Webform.
How can I call get data from a Function/Property on the Webform and send it,
dynamically, to the WebUserControl ?
<uc:myuc id="myid1" CurrentPage=<%#GetText()%> data="2" runat="server"/>
.....
GetText()-> function/property on the Webform, returns string and send it to
the
WebUserControl -> <%#GetText()%>
It's not working. any idea why ?
thanx,
Oren