Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/09/2012, 12:43
Avatar de Alexis_Mejias
Alexis_Mejias
 
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";
}
}