> Hello all,
>
[quoted text clipped - 14 lines]
> control when it is closed?
> Any help would be highly appreciated..
This is an area of JavaScript in which I am not an expert. Someone else may
be able to point you to information on how to do pop-up windows in general,
and how to make them work with .NET in particular.
Note that one alternative to a pop-up window is to "pop up" a div from your
same form. The div would start off as invisible, but when the header is
clicked, you could make the div visible and make it float over the form.
This div could contain the filter criteria and Close and OK buttons.
Clicking OK could post the criteria back to the server.
Again, I've never done this, but I've seen others talk about floating divs.
I know of no reason that this div couldn't contain Label, TextBox, and
Button controls.
> Thanks Mr. John Saunders for ur help with my posts earlier
You're welcome.
John Saunders