Tuesday, February 16, 2016

ASP.NET Web Forms set default button on page load

In the Page

Protected Sub Page_Load(ByVal sender As ObjectByVal e As System.EventArgsHandles Me.Load
        Main_Form.DefaultButton = "lnkLookUpGuestOrders"
 
    End Sub


No comments:

Common VPN Myths Debunked

Common VPN Myths Debunked Understanding VPN Technology What is a VPN? A Virtual Private Network (VPN) is a technology that creates ...