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


Best coding practices every developer should follow

Best Coding Practices Every Developer Should Follow Introduction In today’s fast-paced software development environment, adhering to...