Is ASP.NET GridView data for non-visible columns are stored in viewstate?

hpnotiks

New Member
If I query \[code\]select *\[/code\] from a MS-SQL table and display only a few data columns (the rest of the columns are either non-visible or non-existent), does the query result sent to the GridView include all of the unused columns's data or the GridView is sent only the data that are going to be displayed.if all the data is sent then whether only those data will be stored in ViewState or all data is storedThanks.
 
Back
Top