how do u do this

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brian Henry

    how do u do this

    i have a header.html file, and i want it to show up on every asp page that i
    tell it to show up on. how do i get an asp page to read the header.html file
    and display it, then do the script results? thanks


  • Brian Henry

    #2
    Re: how do u do this

    so include file does still work in .net? i thought it didn't and was removed
    in .NET

    "David Waz..." <dlw@pickpro.co m> wrote in message
    news:54bd01c341 b0$7f715850$a40 1280a@phx.gbl.. .[color=blue]
    > turn it into a user control.
    >
    > place the user control at the top of any page you want...
    >
    > you could also use <!-- include file or <!-- include
    > virtual
    >
    >[color=green]
    > >-----Original Message-----
    > >i have a header.html file, and i want it to show up on[/color]
    > every asp page that i[color=green]
    > >tell it to show up[/color][/color]


    Comment

    • Brian Henry

      #3
      Re: how do u do this

      i guess it does still work wow... people kept telling me its gone and doesnt
      work now


      "Brian Henry" <brianiup@adelp hia.net> wrote in message
      news:%23LE7EmbQ DHA.2476@TK2MSF TNGP10.phx.gbl. ..[color=blue]
      > so include file does still work in .net? i thought it didn't and was[/color]
      removed[color=blue]
      > in .NET
      >
      > "David Waz..." <dlw@pickpro.co m> wrote in message
      > news:54bd01c341 b0$7f715850$a40 1280a@phx.gbl.. .[color=green]
      > > turn it into a user control.
      > >
      > > place the user control at the top of any page you want...
      > >
      > > you could also use <!-- include file or <!-- include
      > > virtual
      > >
      > >[color=darkred]
      > > >-----Original Message-----
      > > >i have a header.html file, and i want it to show up on[/color]
      > > every asp page that i[color=darkred]
      > > >tell it to show up[/color][/color]
      >
      >[/color]


      Comment

      • Showjumper

        #4
        Re: how do u do this

        You really should be looking at user controls instead of includes - user
        controls are so much more powerful.
        "Brian Henry" <brianiup@adelp hia.net> wrote in message
        news:ekEDiIcQDH A.1564@TK2MSFTN GP12.phx.gbl...[color=blue]
        > i guess it does still work wow... people kept telling me its gone and[/color]
        doesnt[color=blue]
        > work now
        >
        >
        > "Brian Henry" <brianiup@adelp hia.net> wrote in message
        > news:%23LE7EmbQ DHA.2476@TK2MSF TNGP10.phx.gbl. ..[color=green]
        > > so include file does still work in .net? i thought it didn't and was[/color]
        > removed[color=green]
        > > in .NET
        > >
        > > "David Waz..." <dlw@pickpro.co m> wrote in message
        > > news:54bd01c341 b0$7f715850$a40 1280a@phx.gbl.. .[color=darkred]
        > > > turn it into a user control.
        > > >
        > > > place the user control at the top of any page you want...
        > > >
        > > > you could also use <!-- include file or <!-- include
        > > > virtual
        > > >
        > > >
        > > > >-----Original Message-----
        > > > >i have a header.html file, and i want it to show up on
        > > > every asp page that i
        > > > >tell it to show up[/color]
        > >
        > >[/color]
        >
        >[/color]


        Comment

        • Brian Henry

          #5
          Re: how do u do this

          I have just started programming in ASP.net, im a VB.net programmer, and
          slowly picking up what should and shouldnt be done :) thanks for the info


          "Showjumper " <shojumper@grkj ashdjkf.com> wrote in message
          news:e6hgpKeQDH A.3192@tk2msftn gp13.phx.gbl...[color=blue]
          > You really should be looking at user controls instead of includes - user
          > controls are so much more powerful.
          > "Brian Henry" <brianiup@adelp hia.net> wrote in message
          > news:ekEDiIcQDH A.1564@TK2MSFTN GP12.phx.gbl...[color=green]
          > > i guess it does still work wow... people kept telling me its gone and[/color]
          > doesnt[color=green]
          > > work now
          > >
          > >
          > > "Brian Henry" <brianiup@adelp hia.net> wrote in message
          > > news:%23LE7EmbQ DHA.2476@TK2MSF TNGP10.phx.gbl. ..[color=darkred]
          > > > so include file does still work in .net? i thought it didn't and was[/color]
          > > removed[color=darkred]
          > > > in .NET
          > > >
          > > > "David Waz..." <dlw@pickpro.co m> wrote in message
          > > > news:54bd01c341 b0$7f715850$a40 1280a@phx.gbl.. .
          > > > > turn it into a user control.
          > > > >
          > > > > place the user control at the top of any page you want...
          > > > >
          > > > > you could also use <!-- include file or <!-- include
          > > > > virtual
          > > > >
          > > > >
          > > > > >-----Original Message-----
          > > > > >i have a header.html file, and i want it to show up on
          > > > > every asp page that i
          > > > > >tell it to show up
          > > >
          > > >[/color]
          > >
          > >[/color]
          >
          >[/color]


          Comment

          Working...