|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Control opens over anotherHi,
I have a user control that have a textbox, a imagebutton and a calendar control's. No hard to see that this usercontrol is a calendar. What happens is that when I click in imagebutton teh calendar opens. The problem is that sometimes this calendar opens above another control present in the same page. How can I avoid this and opens all the times calendar over any other control? -- Programming ASP.NET with VB.NET Thank's (if you try to help me) Hope this help you (if I try to help you) ruca I might suggest setting the Z-order of the calendar higher than the controls
is overlays and possibly setting those controls to invisible. When the date changes on the calendar you can set it to invisible and restore the visibility of the controls it overlays. You mention this is a user contol. This scheme may not work if you do not know which controls are overlayed. Show quoteHide quote "ruca" wrote: > Hi, > > I have a user control that have a textbox, a imagebutton and a calendar > control's. No hard to see that this usercontrol is a calendar. > What happens is that when I click in imagebutton teh calendar opens. The > problem is that sometimes this calendar opens above another control present > in the same page. How can I avoid this and opens all the times calendar over > any other control? > > > > -- > Programming ASP.NET with VB.NET > Thank's (if you try to help me) > Hope this help you (if I try to help you) > ruca > > > Thanks
Show quoteHide quote "Eagle***@HighFlyingBirds.com" wrote: > I might suggest setting the Z-order of the calendar higher than the controls > is overlays and possibly setting those controls to invisible. When the date > changes on the calendar you can set it to invisible and restore the > visibility of the controls it overlays. > > You mention this is a user contol. This scheme may not work if you do not > know which controls are overlayed. > > "ruca" wrote: > > > Hi, > > > > I have a user control that have a textbox, a imagebutton and a calendar > > control's. No hard to see that this usercontrol is a calendar. > > What happens is that when I click in imagebutton teh calendar opens. The > > problem is that sometimes this calendar opens above another control present > > in the same page. How can I avoid this and opens all the times calendar over > > any other control? > > > > > > > > -- > > Programming ASP.NET with VB.NET > > Thank's (if you try to help me) > > Hope this help you (if I try to help you) > > ruca > > > > > >
SRE (Simple Rule Engine)
Error: Cannot use a leading .. to exit above the top directory. DROPDOWNLIST SELECTEDINDEXCHANGED order of usercontrols processed by events of page how to capture click event in aspx from placeholder ->control How do I create an Unordered List (UL) with ASP.NET? ASP.NET Server Controls not displayed in IE How to diisable textbox in datagrid HyperLink.NavigateUrl always adds an extra ../ when going to a higher level directory Request.PhysicalApplicationPath |
|||||||||||||||||||||||