HI,
I added the following line to my aspx file
<script type="text/javascript">
function pageLoad() {
$find("RadReviewProgressArea").show();
}
and when I run Visual Studio in debug mode, I get the following error .
0x800a138f - Microsoft JScript runtime error: Unable to get value of the property 'show': object is null or undefined
I even added
<meta Go to the complete details ...