Tema
:
Convertir minusculas a mayuculas en un textbox asp net
Ver Mensaje Individual
#
2
(
permalink
)
07/10/2005, 16:30
splinter
Fecha de Ingreso: junio-2004
Ubicación: Misantla,Ver.Mexico
Mensajes: 181
Antigüedad: 21 años
Puntos: 0
Te sirve asi?
string myvarU = TextBox1.Text.ToString().ToUpper();
string myvarL = TextBox1.Text.ToString().ToLower();
o este sitio
http://www.dynamicdrive.com/
Saludos
Última edición por splinter; 07/10/2005 a las
16:38
splinter
Ver Perfil
Buscar todos los Mensajes de splinter