Set it programmatically in the codebehind for your page.
Me.myid1.CurrentPage = GetText()
If this isn't the solution you need, you'll need to elaborate a bit on what
you mean by "it's not working."
-Altaf[MVP]
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com
> Hi everyone,
>
[quoted text clipped - 12 lines]
> thanx,
> Oren
Oren - 19 Oct 2005 12:00 GMT
Hello Altaf,
I didn't understand your sample...
the WebUserControl isn't exists on the Webform. I can't do:
this.myuc.CurrentPage=...
my idea is:
how to call programmatically to GetText() ? GetText() retrives data from the
Webform.
<uc:myuc id="myid1" CurrentPage=<%#GetText()%> data="2" runat="server"/>
thanx,
Oren
> Set it programmatically in the codebehind for your page.
>
[quoted text clipped - 24 lines]
> > thanx,
> > Oren