Re: Can I capture asp.net document title at runtime?

From: Don Kiely (donkiely@computer.org)
Date: 12/31/02


From: Don Kiely <donkiely@computer.org>
Date: Tue, 31 Dec 2002 13:06:27 -0900


You could add a runat="server" attribute to your title tag and then
have programmatic access to it.

That what you mean?

Don

On Tue, 31 Dec 2002 15:54:10 -0600, "Pociask" <pociask@interlync.com>
wrote:

>How can I capture the title of an asp.net document at runtime?
>
>