Control panel visibility

G

Guest

Hello Guys,
I have a panel on my page which i want to be visible for 5 seconds when a
link button is clicked and then hide it later.

I tried incorporating it in a for loop or using thread.sleep after
pnl.visible=true but it dont work.

Can someone recommed?

Thanks

Manny
 
C

Cowboy \(Gregory A. Beamer\)

A Panel creates a <DIV> tag in HTML. You can get this DIV by ID in
JavaScript and make visible/invisible. The best way is to get the rendered
ID of the panel in codebehind and emit the javascript to use this id.

I can probably find a sample, if I can find the bandwidth to post it.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 

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

No members online now.

Forum statistics

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

Latest Threads

Top