Re: Title-tag per Code ändern

From: Alexander Szigetvary (rsa.news-nospam_at_gmx.at)
Date: 11/18/04


Date: Thu, 18 Nov 2004 17:04:14 +0100

so geht es:

<title id="Seitentitel" runat="server">Alter titel</title>

und im code behind:

Protected Seitentitel As New HtmlGenericControl

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
  Seitentitel.InnerText = "Neuer Titel"
End Sub

Alex



Relevant Pages

  • Irgendwie hängt hier was(Grafik)
    ... ich habe ein UserControl, dass ich dreimal instanziere. ... Public Event X_Changed(ByVal sender As Object, ... Private myZ As Single ... Private Sub FRM_XYZ_MouseMove(ByVal sender As Object, ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: BindingSource.EndEdit - Not updating underlying data source
    ... Const SaveButtonText As String = "Save Zone" ... Catch ex As Exception ... Private Sub frmZones_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: DataGridView--after sorting
    ... Dim pkValue As Object ... Private Sub DataGridView1_MouseClick(ByVal sender As Object, ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: DataView.Sort Dilemma - A bit long
    ... I have a form with a number of TextBoxes bound to a DataSet and an find ... I have got around this problem by binding the Textboxes to a DataView then ... Private Sub btAdd_Click(ByVal sender As System.Object, ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: remoting client form, reference to object
    ... remoting is configured before anything else happens. ... > Private Sub Button1_Click(ByVal sender As System.Object, ... > private void ButtonCall_Click ...
    (microsoft.public.dotnet.framework.remoting)