Home All Groups Group Topic Archive Search About

Smart Navigation asp.net 2.0 menu client script error

Author
14 Sep 2006 4:51 AM
Sid
I am getting the following client error when I am having ASP.NET 2.0 menu
with the
Smartnavigation property set to true.

"Error: '0.cells' is null or not an object"

This error does not  occur when Smartnavigation=false

Can anyone suggest me a solution or a fix if it exists?

Thanks in advance

Author
14 Sep 2006 11:29 AM
Riki
Smartnavigation is obsolete for ASP.NET 2.0.

You can replace it with MaintainScrollPositionOnPostback="True"

I hope this will solve your problem.

--

Riki


Show quoteHide quote
"Sid" <S**@discussions.microsoft.com> wrote in message
news:A03D7B24-A076-4AF0-8693-78656F4572BB@microsoft.com...
>I am getting the following client error when I am having ASP.NET 2.0 menu
> with the
> Smartnavigation property set to true.
>
> "Error: '0.cells' is null or not an object"
>
> This error does not  occur when Smartnavigation=false
>
> Can anyone suggest me a solution or a fix if it exists?
>
> Thanks in advance