How to hide div in AccordionPane?

S

staeri

In the content section of an AccordionPane I have a div (runat=server)
containing a link button.

I want to hide the div from code-behind (VB) but I can't figure out
the correct syntax. Can someone please help me?

Very grateful for fast response!

Best regards,

S
 
E

Eliyahu Goldin

Give the <div> an id. I am not familiar with the AccordionPane. Likely, it
has a method allowing locating controls in the content by id, something like
FindControl. Once you have located the div, typecast it to HtmlControl and
set property Visible to false.


--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top