Ask a Question related to ASP.NET General, Design and Development.
-
Brian Henry #1
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 Guest
-
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.com> wrote in message
news:54bd01c341b0$7f715850$a401280a@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
>
>> every asp page that i> >-----Original Message-----
> >i have a header.html file, and i want it to show up on> >tell it to show up
Brian Henry Guest
-
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@adelphia.net> wrote in message
news:%23LE7EmbQDHA.2476@TK2MSFTNGP10.phx.gbl...removed> so include file does still work in .net? i thought it didn't and was> in .NET
>
> "David Waz..." <dlw@pickpro.com> wrote in message
> news:54bd01c341b0$7f715850$a401280a@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
> >
> >> > every asp page that i> > >-----Original Message-----
> > >i have a header.html file, and i want it to show up on> > >tell it to show up
>
Brian Henry Guest
-
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@adelphia.net> wrote in message
news:ekEDiIcQDHA.1564@TK2MSFTNGP12.phx.gbl...doesnt> i guess it does still work wow... people kept telling me its gone and> work now
>
>
> "Brian Henry" <brianiup@adelphia.net> wrote in message
> news:%23LE7EmbQDHA.2476@TK2MSFTNGP10.phx.gbl...> removed> > so include file does still work in .net? i thought it didn't and was>> > in .NET
> >
> > "David Waz..." <dlw@pickpro.com> wrote in message
> > news:54bd01c341b0$7f715850$a401280a@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
> >
>
Showjumper Guest
-
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@grkjashdjkf.com> wrote in message
news:e6hgpKeQDHA.3192@tk2msftngp13.phx.gbl...> You really should be looking at user controls instead of includes - user
> controls are so much more powerful.
> "Brian Henry" <brianiup@adelphia.net> wrote in message
> news:ekEDiIcQDHA.1564@TK2MSFTNGP12.phx.gbl...> doesnt> > i guess it does still work wow... people kept telling me its gone and>> > work now
> >
> >
> > "Brian Henry" <brianiup@adelphia.net> wrote in message
> > news:%23LE7EmbQDHA.2476@TK2MSFTNGP10.phx.gbl...> > removed> > > so include file does still work in .net? i thought it didn't and was> >> > > in .NET
> > >
> > > "David Waz..." <dlw@pickpro.com> wrote in message
> > > news:54bd01c341b0$7f715850$a401280a@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
> > >
> > >
> >
>
Brian Henry Guest



Reply With Quote

