Paul,
I ask you this question because i'm a junior programmer and i need some more light on it.
Can you point the pluses and also the minuses (if there are such) for SQLGridSelectedVeiw under ASP 1.1 and under ASP 2.0. In fact both of them are .NET Framework and managed code. The one obvious things is:
GridView used to display data (instead of datagrid from asp.net v1.1) - What does this matter exactly, what is +?
Another thing I suppose is in advantage for ASP.NET 2.0 is Better AJAX support but i'm not sure. Isn't AJAX a Javascript +, not ASP 2.0 over ASP 1.1.
Anything else?
My question is not comapring SQLGridSelectedView v4.1 and v5.3, only the advantage that you re-wrote v5.3 for ASP.NET 2.0?
p.s. I suppose ASP.NET 2.0 have better, easier code/project support capabilities.