Pregon de Inicio de Fiestas 2018

El colegio Dr. Camilo Gallegos Domínguez se hizo presente en el Pregon de Fiestas por los 63 años de cantonización de Arenillas.

Grupo de Danza Camilino

Conformado por estudiantes de Décimo año de Educación Superior.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

viernes, 30 de diciembre de 2016

FORMULARIO DE USUARIO

Este video les permitira hacer el ingreso de usuario

miércoles, 21 de diciembre de 2016

DEBERES PARA EL 2017

lunes, 19 de diciembre de 2016

COMBO PARA CANTONES Y PARROQUIAS

Agregar en el DATASET de CANTONES

SELECT CodProv, CodCant, Canton FROM CANTONES WHERE Codprov=?

Agregar en el DATASET de PARROQUIAS

SELECT Codprov, Provincia, codcant, Canton, codparr, parroquia FROM PARROQUIAS WHERE Codprov=?  and Codcant=?


Private Sub Prov_nacComboBox_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Prov_nacComboBox.SelectedIndexChanged
        Me.CANTONESTableAdapter.BUSCARCANTON(Me.BDDECEDataSet.CANTONES, Prov_nacComboBox.SelectedValue)
    End Sub

  
    Private Sub Cant_nacComboBox_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Cant_nacComboBox.SelectedIndexChanged
        Me.PARROQUIASTableAdapter.buscarparroquia(Me.BDDECEDataSet.PARROQUIAS, CInt(Prov_nacComboBox.SelectedValue), CInt(Cant_nacComboBox.SelectedValue))
    End Sub


viernes, 16 de diciembre de 2016

MALLA DESARROLLO PROFESIONAL DOCENTE


jueves, 15 de diciembre de 2016

BASE DE DATOS DECE

martes, 13 de diciembre de 2016

CURSO DE EXCEL BASICO