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:

How VPNs Work Under the Hood

How VPNs Work Under the Hood Introduction to VPN Technology A Virtual Private Network (VPN) is a technology that creates a secure and...