Bring to front problem with table

beschou

New member
Joined
Oct 5, 2004
Messages
2
Programming Experience
10+
Hi!
I have a table displayed in a placeholder, when this placeholder is placed on top of a dropdownlist components, the dropdownlist can be viewed thrue the table.

I have tried to use the zorder and the z-index variable.


How can I send the dropdownlist to the back, or Bring the table to front? Is it posible? (I now there are som layers here, but not how to deal with them.)



Thanks!!
 
Last edited:
Check for a method named BringToFront (or it may be SendToFront), can't remember the exact name, but that's the new ZOrder control in .NET.
 
Back
Top