Re: How to make a web user control show on the top?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



What I usually do is when the menu content is activated, I would
programmatically hide the primitive controls (i.e. textbox, dropdown, etc.)
Then when the menu no longer has the focus, re-display them. I believe the
reason for this is that those controls are actually "windows" that are
overlayed on the broswer. Therefore they do not interact well with dynamic
content.


"Andrew" <Andrew@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BDECCF5A-D92D-4629-A6C8-396469296734@xxxxxxxxxxxxxxxx
> Hello, friends,
>
> We created a drop-down menu bar and a show/hide calendar web user controls
> mainly using javaScript and html.
>
> However, they both have the problem that they are not dispaly as the top
> controls in IE browser. Rather, text box, file field, and etc. are on the
> top. As a result, our calendar and drop-down menu bar were "cut" here and
> there wherever there is one of those boxes.
>
> Any idea on how to solve this problems?
>
> I tried to Z-Index, it did not help a lot.
>
> Thanks a lot.
>


.



Relevant Pages

  • Referencing a Subprocedures Name
    ... The trick is to iterate through all the controls, ... Sub PastReply ... checkboxes to the collection that hosts the classes. ... >which is textbox specific I can simply reference the ...
    (microsoft.public.excel.programming)
  • Re: how to get both old and new value for a changed text box
    ... If IsDirty Then ... Just curious...How big is this Access database? ... I was just noticing if I leave a textbox, ... I usually read data directly into controls like textbox's using a data ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Custom Menu
    ... the column captions will take their names from the textbox controls. ... Can you cycle thru the fields collection and set the each txtbox to the ... When you set the control source for each textbox, set the name of the text ...
    (microsoft.public.access.modulesdaovba)
  • Re: how to add several HTML elements to the web page dynamically using
    ... Protected Sub Button1_Click ... Dim Textbox1 As New TextBox ... is there a way to read the state of de website which controls should be "active" ... The controls, I supoose can be added via the contenttemplate of the update panel, but what about the script can it be added to the page at runtime? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Looking for general Validating and Validated events in VS2005
    ... If typeof C Is Textbox ... Iterating through controls will happen at run time. ... When I use the wizard to build controls in the form, ... my extended textbox doesn't get created by those wonderful form ...
    (microsoft.public.dotnet.general)