From: "Andrew Powell (appendTo)" <apow...@appendto.com>
Date: Mon, 30 Apr 2012 06:12:39 -0700 (PDT)
Local: Mon, Apr 30 2012 9:12 am
Subject: Re: FindControl
Sorry, that Linq statement should have read:
_Tabs.TabPages[0].Controls.All().Where(c => c.ID == "_Textbox");
On Apr 30, 9:10 am, "Andrew Powell (appendTo)" <apow...@appendto.com>
> I've opened an issue for this and you can following tracking here:https://github.com/appendto/juiceui/issues/18
> Until the next maintenance release, you can access the control as
> _Tabs.TabPages[0].Controls[0].Controls[0]
> In this case, I am accessing an asp:Textbox, which is the first
> You could also use Linq. You'll have to add this to your app
> /// <summary>
> yield return control;
> And then...
> _Tabs.TabPages[0].Controls.Where(c => c.ID == "_Textbox")
> On Apr 30, 8:10 am, Paul Beckett <emailpaulbeck...@gmail.com> wrote:
> > I am using a Juice Tabs control.
> > How is it possible to access a gridview contained within a tab, from the
> > Thanks You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||