Entry 1951

asp.net code

   

Submitted by anonymous on June 25, 2009 at 8:35 p.m.
Language: VB.net. Code size: 379 bytes.

Private Sub Test()
    If Not Page.IsPostBack Then
            Call Metodo_Procedure()

            'Este es un Comentario
            If Me.miTextBox.Text > "0" Then
                strVarCod = Me.ddlComboBox.SelectedValue
                IntOtraVar = CStr(Me.fecFecha.FechaBD)
            Else
                strLimpVar = ""
            End If
    End If
End Sub

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).