This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Minggu, 08 Desember 2013

Penjualan

Private Sub Kode_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Kode.SelectedIndexChanged        Dim x As String        x = Microsoft.VisualBasic.Left(Kode.Text, 2)        Select Case x            Case "TS" : Nama.Text = "Toshiba"            Case...