Does the performance for viewstate vary according to User controls ?

Q

.NET INTERVIEW QUESTIONS - 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 sufferfrom poor performance because of their size and the large amounts of data making round trips to the server.

2009-07-07, 4211👍, 0💬