> Can anyone spot the problem?
If you do a View Source, can you find the object called
fvPropertyClosings_SaleTable? If so, is that only part of the object's
name...?
If so, change your code to e.g.
if ((document.getElementById('<%=fvPropertyClosings_SaleTable.ClientID%>')
!= null) ||
etc

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
David C - 04 Dec 2007 16:23 GMT
Yes, it was an object name problem. Thanks.
David
>> Can anyone spot the problem?
>
[quoted text clipped - 8 lines]
>
> etc