Link to home
Start Free TrialLog in
Avatar of fpoyavo
fpoyavoFlag for United States of America

asked on

panel question

Hi Experts,

I have asp:panel and asp:textbox.
The problem is that when I do panel.style.display = "block" it shows up fine but it is transparant and I see textbox behind it.
Any ideas ?

Thank you.
Avatar of tomvergote
tomvergote
Flag of United States of America image

are you using gridlayout of flowlayout?

right click the form and select properties and check the dropdown
Avatar of fpoyavo

ASKER

Not following you. Please more details. I have form containing textbox and panel.
yes, but it is important for me to know if the form you are talking about is using gridlayout or flowlayout.
Right click the form and select properties (make sure you click the form, not a control)
or
check the html source, somewhere in the head tag there should be gridlayout or formlayout
or
check if there is a dotted grid over the form in designmode

or post your html source here so i can check for myself.
Avatar of fpoyavo

ASKER

Hi,

I just have <form id="Form1" method="post" runat="server">
I don't have grid 100%. there is no dotted grid in design mode as well.

Thank you.
Avatar of fpoyavo

ASKER

I have found : it is FlowLayout
could you post the page/css/scripts?
Avatar of fpoyavo

ASKER

It has just regular asp:TextBox and asp:Panel
ASKER CERTIFIED SOLUTION
Avatar of Farshid-Zaker
Farshid-Zaker

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial