Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am using a number of calendar extenders on a page. the layout that I am using is as follows:

<div class="myDiv">
<label>Date Rescinded</label>
<asp:TextBox ID="txtBNRescinded" runat="server" CssClass="FormItemStyle" ValidationGroup="view2" Width="90px">
</asp:TextBox>
<asp:ImageButton ID="iBtnBNRescinded" runat="server" ImageUrl="~/Images/Calendar_scheduleHS.png" />
</div>

 

The css that I am using is:

.myDiv
{
text-align: left;
}

label {
 float: left;
 text-align: left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 font-style: normal;
 color: #000000;
 width: 17em;
 padding-left: 6px;
 padding-right: 6px;
}

p
{
text-align: left;
height:2em;
}

 

When I click on the button, the calendar appears as per normal. However, when I go to select a date, the entire controls goes blank and then disappears.

 

Any suggestions? I have tried to enclose the whole thing within a

<p>

tag. However, this only results in a javascript errors: "Object required".

 

Mike55.

A Client refers to the person who incurs the development cost.

A Customer refers to the person that pays to use the product.

------

My software never has bugs. It just develops random features. (Mosabama vbforums.com)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...