473,385 Members | 1,372 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Dropdown calendar being overlapped by other controls on the page

1
Hi, I have a dropdown calendar control , which when dropping down, is being overlapped by the controls that are present on the page. The code is as follows:
Expand|Select|Wrap|Line Numbers
  1.  
  2.  
  3.         <asp:Calendar ID="calendarToDate" runat="server" Height="1px" OnSelectionChanged="calendarToDate_SelectionChanged"
  4.             Style="z-index: 106; left: 462px; position: absolute; top: 40px" Visible="False"
  5.             Width="1px" BackColor="#E0E0E0">
  6.             <SelectedDayStyle BackColor="Gray" />
  7.         </asp:Calendar>
  8.  
  9.  
  10.  
  11.         </asp:Panel>
  12.  
  13.         &nbsp;&nbsp;
  14.         <asp:Panel ID="panelReportHeader" runat="server" BackColor="LightSteelBlue" Height="57px"
  15.             Style="z-index: 104; left: 315px; position: absolute; top: 158px" Width="940px">
  16.             <asp:Button ID="buttonExportToExcel" runat="server" OnClick="ButtonExportToExcel_Click"
  17.                 Style="z-index: 100; left: 791px; position: absolute; top: 16px" Text="Export"
  18.                 Width="60px" />
  19.  
  20.  
  21.  
  22.             <asp:Label ID="labelReportTitle" runat="server" Font-Bold="True" Font-Size="Larger"
  23.                 Font-Underline="True" ForeColor="MediumBlue" Style="z-index: 101; left: 456px;
  24.                 position: absolute; top: 5px" Text="Report Title"></asp:Label>
  25.  
  26.  
Here, whenever my calendar drops down, it is being hidden by the label present under it. Please guide!
Mar 1 '12 #1
1 2942
shweta123
692 Expert 512MB
Hi,

Please refer to this Link

Thanks,
Shweta
Mar 2 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Charles | last post by:
Hello, I would like for my users to have a calendar control only when needed. IE button click for the control to appear and then once the date is selected. Populate a text box and the calendar...
1
by: jralford | last post by:
Hi, Another question from a C# newbie: I have a usercontrol class that includes a customized control. Now, if I create an instance of the class, and click on it, a click event is raised for the...
1
by: Ivan Demkovitch | last post by:
Hi! I posted question while ago with no reply.. Here is wat I do: I have website with 1 page (pgracing.com) Each block/module is a control - .ascx. In one of them I dynamically create...
2
by: Grey | last post by:
I want to create a dropdown calendar instead of popup. the calendar control should be display underneath of the textbox. Does anyone can suggest some samples for me ? Million thanks
1
by: NH | last post by:
I would like to display a little pop-up message, or something when the user of Web Page submits data to be populated on DataGrid and not to remove all the other controls from the web page. ...
2
by: madani | last post by:
Hi, I made custom web control. this control have an Event like "TestEvent", How can I find out if properties of other controls of parent Page is changed inside this event when I fire that event...
7
by: Flodpanter | last post by:
Ive read and used the dropdown calendar found at http://steveorr.net/articles/DropDownCalendar.aspx It works just fine except when it drops down over other wiondowed controls such as a drop down...
15
by: rizwanahmed24 | last post by:
Hello i have made a custom control. i have placed a panel on it. I want this panel to behave just like the normal panel. The problem i was having is that the panel on my custom control doesnt...
6
by: dean.h.brown | last post by:
How do you get the Calendar date when the page first loads? I have this code (which works once the user selects a date) - I get "12:00:00 AM" for the label.text when the page first loads: ...
2
by: Sreenath Rao Nellutla | last post by:
Hai all, I am trying to create dropdown calendar control with HTML input control by writing JavaScript. But while executing I am getting the error as "Error on Page" on the status bar of the...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.