Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/02/2010, 14:04
Avatar de gedarufi
gedarufi
 
Fecha de Ingreso: diciembre-2008
Ubicación: Colombia
Mensajes: 540
Antigüedad: 15 años, 5 meses
Puntos: 22
Respuesta: Reemplazar trozo de text box

Por que no haces algo del tipo
Código C#:
Ver original
  1. textbox.Text = String.Format("http:localhost:2001/pepe/loco/murillo/{0}.htm", textbox.Text);

Saludos