Welcome Guest Search | Active Topics | Sign In | Register

Client Script Error with DataTimePicker control Options
tyratam
Posted: Saturday, September 15, 2007 1:37:19 AM
Rank: Newbie
Groups: Member

Joined: 9/15/2007
Posts: 2
IE 7.0

Line: 6
Unknown runtime error

Debuger show error on next statement "this.aaap.innerHTML=b"
value of this.aaap.innerHTML -> "Сентбрь 2007"
value of b -> "Сентбрь 2007"

Help. Please
eo_support
Posted: Saturday, September 15, 2007 7:14:21 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

I am not sure how that happens. Can you make a reproducing sample for us so that we can take a look?

Thanks
tyratam
Posted: Sunday, September 16, 2007 12:07:07 AM
Rank: Newbie
Groups: Member

Joined: 9/15/2007
Posts: 2
eo_support
Posted: Sunday, September 16, 2007 6:43:32 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

Inside your page you have the following HTML code:

Code: HTML/ASPX
<table class="insideTableMain" cellpadding="0" cellspacing="0" border="0">
    <form runat="server">
.....
    </form>
</table>


You can not have contents directly inside a table element, the contents must be inside a td. That should be what causing the problem.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.