14/02/2006, 12:44
|
| | | Fecha de Ingreso: junio-2004 Ubicación: Misantla,Ver.Mexico
Mensajes: 181
Antigüedad: 20 años, 5 meses Puntos: 0 | |
public System.Data.DataSet GetForm_Load(string id)
{
//CREAR ADAPTER Y LLENAR DATASET
codigo...
codigo...
//retornar el dataset
return oDataSet;
} |