Master-Page lable Control Runtime sichtbar true und false

A

adeleolga

Registriert
Thread Starter
Dabei seit
26.05.2015
Beiträge
1
Reaktionspunkte
0
Hi, ich habe vor kurzem gekauft web hosting bei asphostportal.com. Nun, ich habe ein kleines Problem mit meinem Code. Könnten Sie mir bitte helfen? Die untenstehenden Code ist Master Seite Kodierung, Prozess-Schaltfläche klicken Sie Zeit umleiten zur nächsten Seite,aber lable Kontrolle nicht sichtbar. Wie sichtbar lable control master Seite Runtime?

Code:
protected void btnuser_Click(object sender, EventArgs e)[/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]        {[/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]            lbluser.Visible = true;[/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]            lbluser.Text = "User Creation Set";[/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]            Response.Redirect("~/User Creation Set.aspx");[/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]            [/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]        }[/FONT][/COLOR]

[COLOR=#333333][FONT=Roboto]        protected void btnstatus_Click(object sender, EventArgs e)[/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]        {[/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]            lbluser.Visible = true;[/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]            lbluser.Text = "Status";[/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]            Response.Redirect("~/StatusSettings.aspx");[/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]            [/FONT][/COLOR]
[COLOR=#333333][FONT=Roboto]        }[/FONT][/COLOR]
 
Zurück
Oben Unten