Ask a Question related to ASP.NET General, Design and Development.
-
Matt Tapia #1
Page Title
Does anyone know how change the HTML Page title text without using a
code-behind page?
I would like to do this using front side code between <script> tags.
thanks!
Matt Tapia Guest
-
Default Page Title?
Is there a way to set a default page title for a template in Contribute? In Dreamweaver when you create a page based on a template it retains the... -
Disabling Page Title
Hi all, Is there any way to disable the function for user to enter Page Title/description when they create a new page? -
My Title is Application for every page
hey guys , i have a problem, Evn though i have TITLE tag coded in my page still it shows title as Application for all the pages? Why is it so and... -
How Do I Put a Title On A Page With a Photo On It?
I'm putting together a report with a cover containing a photography on it (4x6) on the upper half of a sheet. What I'm trying to do is put a... -
russian in the title of the web page
Hi, please help! I would like to give my web page a title in russian as the page is in russian text. I can type in russian on the page but if i try... -
William F. Robertson, Jr. #2
Re: Page Title
Why don't you just change it in the html title tag?
<title>title</title>
or
dim bob = "new title"
<title><%bob%></title>
bill
"Matt Tapia" <mtapia@inbizservices.com> wrote in message
news:Otbu8MBQDHA.1748@TK2MSFTNGP11.phx.gbl...> Does anyone know how change the HTML Page title text without using a
> code-behind page?
> I would like to do this using front side code between <script> tags.
>
> thanks!
>
>
William F. Robertson, Jr. Guest
-
Showjumper #3
Re: Page Title
Add the runat =server to the title tag and make it an html generic control.
Then do something like
PageTitle.InnerText = ds.Tables(0).Rows(0).Item("ArticleTitle")
"Matt Tapia" <mtapia@inbizservices.com> wrote in message
news:Otbu8MBQDHA.1748@TK2MSFTNGP11.phx.gbl...> Does anyone know how change the HTML Page title text without using a
> code-behind page?
> I would like to do this using front side code between <script> tags.
>
> thanks!
>
>
Showjumper Guest



Reply With Quote

