In going through the Microsoft QuickStart tutorials, particulary the Web Controls Reference, one can see that the controls are grouped into HTML server controls (System.Web.UI.HtmlControls) and Web Server Controls (System.Web.UI.WebControls). Both set of controls have a lot of common elements such as Button, TableCell, etc.
My question is NOT what's the difference but when is it best to use one group or the other.
Many thankx in advance.
My question is NOT what's the difference but when is it best to use one group or the other.
Many thankx in advance.