Ask a Question related to ASP.NET General, Design and Development.
-
vrushal #1
smart navigation
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
vrushal Guest
-
ANN: MX Navigation Pack - better recordset navigation from InterAKT
Hi, It's been a long time since I've posted in this forum ... But let's hope I'm not completely forgotten :) We've just released a new product... -
Subject: Smart Navigation problem with mulitline TextBox
I have a problem using a mulitline TextBox in .NET 1.1 with SmartNavigation. The text wrapping doesn't work correctly. If I click into the textarea... -
Smart Card
I need to use my smart cart (with reader) for autorize mu web application ? Where i find any example/ source code ? Thanks -
Using an IFrame with smart navigation problem
I have been working on a web app that uses IFrames for our edit screens. A main window contains static information, while an IFrame contains the... -
Smart Navigation Problem
This problem appeared after we moved our application to the production server. On the test and development servers, the smart navigation feature... -
vMike #2
Re: smart navigation
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" %>
"vrushal" <vsvartak@yahoo.com> wrote in message
news:066901c34301$d57ad0d0$a501280a@phx.gbl...>
> 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
>
vMike Guest
-
vMike #3
Re: smart navigation
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").
"vrushal" <vsvartak@yahoo.com> wrote in message
news:066901c34301$d57ad0d0$a501280a@phx.gbl...>
> 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
>
vMike Guest
-
vrushal #4
Re: smart navigation
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
file. To define>-----Original Message-----
>This may also help
>
> You can only include one @ Page directive per .aspxseparated list (do not>multiple attributes for the directive, use a space-specific attribute,>include a space on either side of the equals sign of a>as in trace="true").
>
>"vrushal" <vsvartak@yahoo.com> wrote in message
>news:066901c34301$d57ad0d0$a501280a@phx.gbl...>>>
>> 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
>>
>
>.
>vrushal Guest
-
vrushal #5
Re: smart navigation
hii
same case with me as of i m also using frames on the page,
i dont know whatz happening...
frame accepts SmartNav>-----Original Message-----
>Well, it's got me beat too. I'm using Frames ... oneforward to the>fine, but the other errs during SmartNav js code. I look>answer! Graeme
>
>"vrushal" <vsvartak@yahoo.com> wrote in message
>news:066901c34301$d57ad0d0$a501280a@phx.gbl...>>>
>> 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
>>
>
>.
>vrushal Guest
-
Dohar Silalahi #6
smart navigation
smart navigation feature doesn't work when i migrated my
web app to the real server. it works fine locally.
what could possibly be the problem? i have .net framework
1.1 by the way.
thanks for help
Dohar Silalahi Guest
-
Dohar Silalahi #7
smart navigation
oh yea. additional info: i have win server 2003, IIS 6
framework>-----Original Message-----
>smart navigation feature doesn't work when i migrated my
>web app to the real server. it works fine locally.
>what could possibly be the problem? i have .net>1.1 by the way.
>
>thanks for help
>.
>Dohar Silalahi Guest



Reply With Quote

