Search Results

1
vote

asp.net: difference between runat=”server” and server controls

The button represented by <asp:Button runat="server".../> will be converted to a web server control with a rich state model and different properties and methods which has more cl …