![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/06/2008, 12:19
|
![Avatar de Peterpay](http://static.forosdelweb.com/customavatars/avatar194134_3.gif) | Colaborador | | Fecha de Ingreso: septiembre-2007 Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 5 meses Puntos: 87 | |
Respuesta: Dato desde una página WebClient cliente = new WebClient();
string data=Encoding.ASCII.GetString( cliente.DownloadData("http://algunsitio.com/pagina.loquesea")):
MatchCollection datosqempatan=Regex.Matches(data,"algunpatronen regex q siga ese sitio para mostrar el valor");
Response.Write(datosqempatan[0].Value); |