use Page.IsPostBack to prevent reinitialization of your page. Sub Page_Load if Not Page.IsPostBack then lbl1.Text="MindStick" end if End Sub If Page.IsPostBack = False If Me.IsPostBack = False
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Sub Page_Load
if Not Page.IsPostBack then
lbl1.Text="MindStick"
end if
End Sub
If Page.IsPostBack = False
If Me.IsPostBack = False