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
If Page.IsPostBack Then
Else
fill()
filldropdown()
MsgBox("Welcome")
End If
End Sub
No comments:
Post a Comment