Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. Smart Card
      I need to use my smart cart (with reader) for autorize mu web application ? Where i find any example/ source code ? Thanks
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

    >-----Original Message-----
    >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
    >>
    >
    >
    >.
    >
    vrushal Guest

  6. #5

    Default Re: smart navigation


    hii

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

    >-----Original Message-----
    >Well, it's got me beat too. I'm using Frames ... one
    frame accepts SmartNav
    >fine, but the other errs during SmartNav js code. I look
    forward to the
    >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

  7. #6

    Default 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

  8. #7

    Default smart navigation

    oh yea. additional info: i have win server 2003, IIS 6
    >-----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
    framework
    >1.1 by the way.
    >
    >thanks for help
    >.
    >
    Dohar Silalahi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139