| | |
How do stop overlapping Calender control in Table <td> tag
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Dec 2008
Posts: 1
Reputation:
Solved Threads: 0
I was trying to developed a unique user control to developed Date picker using html table tag.
I m simply design forms which includes:
1) asp:textbox
2) asp:imagebutton
and 3) asp:calender control
all these three control are placing table tags in a sigle row
At the form loading event visible property of the caleder is false. when i click on the image button
Calender cotrol is display on the form but it destruct whole <td> structure of the row.
how do i stop this things and overlaped that calender control over td tag.
I faced this problem when i worked on it. I want to create one unique user control of Date Picker, so i can use
this componant other places.
if any body have solution for this program Mail me at
p.ash85@gmail.com
I m simply design forms which includes:
1) asp:textbox
2) asp:imagebutton
and 3) asp:calender control
all these three control are placing table tags in a sigle row
At the form loading event visible property of the caleder is false. when i click on the image button
Calender cotrol is display on the form but it destruct whole <td> structure of the row.
how do i stop this things and overlaped that calender control over td tag.
I faced this problem when i worked on it. I want to create one unique user control of Date Picker, so i can use
this componant other places.
if any body have solution for this program Mail me at
p.ash85@gmail.com
•
•
Join Date: Sep 2007
Posts: 1,080
Reputation:
Solved Threads: 68
This has to do with CSS. On the td row, apply this style attribute:
If you wish to have all the elements in order: 1 2 3 then apply this attribute to the row instead:
The reason why your td is messing up could be because your entire row is larger than the table allows. By having the "nowrap" functionality, it will increase the size of your table, and not wrap. However, this will affect all rows, so beware.
style="position: relative;" . Then on your calendar, apply this attribute: style="position: absolute; z-index: 1000;" . This will make the calendar be in the same row, and be "above" the other elements. You can then decide how far down to move the calendar so it is not destructive to the row.If you wish to have all the elements in order: 1 2 3 then apply this attribute to the row instead:
style="white-space: nowrap;" The reason why your td is messing up could be because your entire row is larger than the table allows. By having the "nowrap" functionality, it will increase the size of your table, and not wrap. However, this will affect all rows, so beware.
I answer pm's.
I answer questions.
I answer quickly.
I answer.
I answer questions.
I answer quickly.
I answer.
![]() |
Other Threads in the ASP.NET Forum
- Previous Thread: Solve this issue!
- Next Thread: silverlight controls for .net
| Thread Tools | Search this Thread |
.net activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net box browser button c# cac checkbox click commonfunctions control css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock deployment development dgv dialog dropdownlist dynamic dynamically edit embeddingactivexcontrol expose fileuploader fill findcontrol flash formatdecimal formview gridview gudi iframe iis javascript listbox login microsoft mono mouse mssql multistepregistration news novell numerical objects opera panelmasterpagebuttoncontrols radio redirect registration relationaldatabases reportemail rotatepage save schoolproject search security sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visualstudio web webapplications webdevelopemnt webdevelopment webprogramming webservice xsl youareanotmemberofthedebuggerusers






