I'm starting with DNN 5.5 development and I noticed that there exists DNN versions of standard asp web controls.
As you have standard asp control like Button
or DataGrid
, you also have special DNN version of this controls DnnButton
, DnnDataGrid
,...
So what is the benefit if I use DNN version of controls, if I understand correctly this simplifies theming of your DNN web page and brings you more uniform look.
Where can I find any documentation about this DNN versions of controls?