Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_espanol thread: label


Message #1 by "Daniel Chavez" <chavezd@r...> on Mon, 25 Mar 2002 09:48:12 -0500
This is a multi-part message in MIME format.

------=_NextPart_000_004B_01C1D3E2.2DD5F1F0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

muchachos

como hago para hacer invisible un label? dando click a un boton
he hecho

label1.visible =3D true;   y no funciona;



Message #2 by "Didac Lucas" <didac.lucas@d...> on Mon, 25 Mar 2002 15:56:56 +0100


Pone visible:

label1.visible =3D false;



Date:          25/03/2002 15:53
To:            "ASP.Net en Espa=F1ol" <aspx_espanol@p...>




Reply to:      "ASP.Net en Espa=F1ol" <aspx_espanol@p...>

Subject:       [aspx_espanol] label
Message text:


muchachos

como hago para hacer invisible un label? dando  click a un boton
he hecho

label1.visible =3D true;=A0 =A0y no  funciona;

---
Usted est=E1 suscrito a aspx_espanol como:
didac.lucas@d...
Para darse de baja, env=EDe un mensaje en blanco a
%%email.unsub%%
to unsubscribe send a blank email to leave-aspx_espanol-477559V@p...
x.com.





--

Diese E-Mail enth=E4lt vertrauliche und/oder rechtlich gesch=FCtzte Inf
ormationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
 irrt=FCmlich erhalten haben, informieren Sie bitte sofort den Absender
 und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbef
ugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If 
you are not the intended recipient (or have received this e-mail in err
or) please notify the sender immediately and destroy this e-mail. Any u
nauthorized copying, disclosure or distribution of the material in this
 e-mail is strictly forbidden.



Message #3 by "Victor Garcia Aprea" <vga@o...> on Mon, 25 Mar 2002 11:58:58 -0300
La estas poniendo visilbe en lugar de invisible,
proba con:

Label1.Visible =3D false;

Saludos,
-Victor.

-----Original Message-----
From: Daniel Chavez [mailto:chavezd@r...]
Sent: Monday, March 25, 2002 11:48 AM
To: ASP.Net en Espa=F1ol
Subject: [aspx_espanol] label


muchachos

como hago para hacer invisible un label? dando click a un boton
he hecho

label1.visible =3D true;   y no funciona;

---
Usted est=E1 suscrito a aspx_espanol como:
vga@o...
Para darse de baja, env=EDe un mensaje en blanco a
%%email.unsub%%

Message #4 by "Jorge Martinez" <jmartinez@o...> on Mon, 25 Mar 2002 11:02:09 -0400
This is a multi-part message in MIME format.

------=_NextPart_000_0031_01C1D3EC.8294D8A0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Intenta probar con

label1.visible =3D false;


:-)

Saludos,
  _____ 

 <http://www.optimus.cl/> Jorge Martinez
Ing. de Sistemas - Jefe de Proyectos - MCP - MCSE
 <http://www.optimus.cl/> OPTIMUS de Rocco & Asociados
 <mailto:jmartinez@o...> jmartinez@o...
<mailto:administrator@o...> administrator@o...
MSN Messenger:  <mailto:j_mart_v@h...> j_mart_v@h...

-----Original Message-----
From: Daniel Chavez [mailto:chavezd@r...]
Sent: Monday, March 25, 2002 10:48 AM
To: ASP.Net en Espa=F1ol
Subject: [aspx_espanol] label


muchachos

como hago para hacer invisible un label? dando click a un boton
he hecho

label1.visible =3D true;   y no funciona;



Message #5 by "Mark Robinson" <alltop@c...> on Mon, 25 Mar 2002 10:26:28 -0600
This is a multi-part message in MIME format.

------=_NextPart_000_0013_01C1D3E7.872C0640
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Message
  ----- Original Message -----
  From: Jorge Martinez
  To: ASP.Net en Espa=F1ol
  Sent: Monday, March 25, 2002 9:02 AM
  Subject: [aspx_espanol] RE: label


  Intenta probar con

  label1.visible =3D false;


  J

  Saludos,

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

  Jorge Martinez
  Ing. de Sistemas - Jefe de Proyectos - MCP - MCSE
  OPTIMUS de Rocco & Asociados
  jmartinez@o...    administrator@o...
  MSN Messenger: j_mart_v@h...
    -----Original Message-----
    From: Daniel Chavez [mailto:chavezd@r...]
    Sent: Monday, March 25, 2002 10:48 AM
    To: ASP.Net en Espa=F1ol
    Subject: [aspx_espanol] label


    muchachos

    como hago para hacer invisible un label? dando click a un boton
    he hecho

    label1.visible =3D true;   y no funciona;
  ---
  Usted est=E1 suscrito a aspx_espanol como:
  alltop@c...
  Para darse de baja, env=EDe un mensaje en blanco a
  %%email.unsub%%


Message #6 by "Mauricio Rucci" <mauricior@i...> on Mon, 25 Mar 2002 14:04:14 -0300
This is a multi-part message in MIME format.

------_=_NextPart_001_01C1D41F.1741BE46
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Prob=E1 poniendole false.


-----Mensaje original-----
De: Daniel Chavez [mailto:chavezd@r...]
Enviado el: Lunes, 25 de Marzo de 2002 11:48 a.m.
Para: ASP.Net en Espa=F1ol
Asunto: [aspx_espanol] label

muchachos

como hago para hacer invisible un label? dando click a un boton
he hecho

label1.visible =3D true;   y no funciona;

---
Usted est=E1 suscrito a aspx_espanol como:
mauricior@i...
Para darse de baja, env=EDe un mensaje en blanco a
%%email.unsub%%


  Return to Index