smart navigation

V

vrushal

hi

i m trying to use smartnavigation but its not wotking. i
have enabled property in web.config. Also tries at page
level directive but its not working.

neone knows why this happens.. i m using IE 6.0.

<configuration>

<system.web>

<pages smartNavigation="true" />

</system.web>

</configuration>

Thnks
 
V

vMike

I am not sure but it might have to on the page you want to use it. I am
using it an it works fine, but it is the first item on the page.

<%@ Page Language="VB" SmartNavigation="true" %>
 
V

vMike

This may also help

You can only include one @ Page directive per .aspx file. To define
multiple attributes for the directive, use a space-separated list (do not
include a space on either side of the equals sign of a specific attribute,
as in trace="true").
 
V

vrushal

hiii mike


i tried it as per .aspx file also but the thing is I m
using frames in the page.

and u can use smartnavingation for appplication by setting
it in WEB CONFIG.

is it because of frames??

thnks
vrushal
 
V

vrushal

hii

same case with me as of i m also using frames on the page,
i dont know whatz happening...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top