You are running your website in 2.0 framework. That is why you are getting this error.
You can use these for styling the GridView
<AlternatingRowStyle BackColor="AliceBlue" />
<SelectedRowStyle BackColor="AliceBlue" />
You need to use 4.0 Frame work for that