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