| | |
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 2.0 3.5 ajax alltypeofvideos appliances asp asp.net beginner box browser businesslogiclayer button c# c#gridviewcolumn cac checkbox class compatible confirmationcodegeneration content contenttype control countryselector courier dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv forms gridview gudi homeedition iis javascript jquery list listbox menu microsoft mouse mssql nameisnotdeclared news novell numerical opera order problem radio ratings redirect registration relationaldatabases reportemail schoolproject search security serializesmo.table sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming wizard xml xsl






