20/09/2012, 12:43
|
| | | Fecha de Ingreso: enero-2005 Ubicación: Santiago
Mensajes: 77
Antigüedad: 20 años Puntos: 17 | |
Respuesta: DataRow y string string FindkeyWords(string text, datatable key) {
DataRow dr = Key.select(("palabra=\'"
+ (text + "\'")));
if (((dr.length - 1)
>= 0)) {
Response.write;
"Encontro";
}
else {
Response.write;
"No hay Nada";
}
} |