WebDialog

Hi

how i can set the WebDialog over example listbox when it show

WebDialogs should always show over the controls on a page. How are you displaying the dialog?

Mypage.WebDialog.show

how i show my WebDialog on over the listbox

How i can Change the Position on my WebDialog

i need to show over my ListBox how i do this

To control the position of a WebDialog, you will need to create it in code.

dim d as new MyWebDialog d.left = 40 d.top = 100 d.show