Ask a Question related to ASP.NET General, Design and Development.
-
John Timney \(Microsoft MVP\) #1
Re: Buttons in Panel?
If you want to enumerate the controls on a panel or in a frame, you could
probably test the .Parent property of each control to see if it is a child
of the
desired container control.
--
Regards
John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
----------------------------------------------
"Rob" <robert_dx@gmx.com> wrote in message
news:0b2f01c34c62$5bd186b0$a101280a@phx.gbl...> Hi programmers,
>
> is it possible to get some information if a panel already
> contains a button at a specified position before adding
> another?
>
> Thanks a lot,
>
> Rob
John Timney \(Microsoft MVP\) Guest
-
how can i hide navigation panel buttons
How come they took Search off the Navigation panel? Is there a way to add it back - I can't seem to figure out how to do this? -
Combine Spry Tabbed Panel and Spry HTML Panel
I would like to maintain the presentation of the tabbed panel and utilize its ability to load content from a Spry Dataset, but I would also like to... -
Panel component
How do I round all 4 corners of a panel component? I can use CSS to round the top corners with: cornerRadius: 5; However, this does not round the... -
buttons in mc buttons don't work ?
I'd like to make a menu that is off the page. The only part showing would be a tab that says "menu". So I made an MC that is off the page and has... -
Buttons inside Buttons Help Please
Yo! Hoping someone can help me out - who isn't? Anyway, I've got an instance of a button... we'll call it "Producers". in the over state of... -
Deep S. #2
Re: Buttons in Panel?
Or,
You can iterate in the Panel.Controls Collection.
Regards
Deep S.
"Rob" <robert_dx@gmx.com> wrote in message
news:0b2f01c34c62$5bd186b0$a101280a@phx.gbl...> Hi programmers,
>
> is it possible to get some information if a panel already
> contains a button at a specified position before adding
> another?
>
> Thanks a lot,
>
> Rob
Deep S. Guest



Reply With Quote

