Does the performance for viewstate vary according to User controls

Q

Does the performance for viewstate vary according to User controls ?

✍: Guest

A

Performance of viewstate varies depending on the type of server control to which it is applied. Label, TextBox, CheckBox, RadioButton, and HyperLink are server controls that perform well with ViewState. DropDownList, ListBox, DataGrid, and DataList suffer from poor performance because of their size and the large amounts of data making roundtrips to the server.

2007-10-23, 4734👍, 0💬