Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
How exactly do you mean dynamic?
Programmers are trying to create bigger and beter idiot proof programs.The universe is trying to create bigger and beter idiots and so far the universe is winning.
Posted

try this:

 

set the title as a runat="server".

 

i.e. <title id="mytitle" runat="server">Title</title>

 

declare the variable in your code behind as:

 

protected System.Web.UI.HtmlControls.HtmlGenericControls myTitle;

 

then you can change the title with:

 

myTitle.InnerText = "whatever";

 

---------------------------------------------------

at least i think this will work

brown m+m, green m+m, it all comes out the same in the end

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...