Hi all,
I have a asp.net page with some user controls in it. One of the controls is a search form that has its results populated into a gridview.
The gridview needs to have some extra columns that contain 3 LinkButtons that perform a url calculation and redirect to another page.
The reason that I chose LinkButton over HyperLink is that I wouldn't need to perform all url calculations before the user actually needs, since I have way too many search results and the calculation is a bit expensive.
So, my LinkButtons look nice except when I am using IE6. In this case I get a Javascript error: "Expected ')'" or "Expected ':'".
Has anyone seen this?