hello

Tuesday, 17 July 2012

PAGE LOAD EVENT IN VB.NET

Sub Page_Load(ByVal Sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        If Page.IsPostBack Then
        Else
            fill()
            filldropdown()
            MsgBox("Welcome")
        End If
    End Sub

No comments:

Post a Comment