Slow GridView question
I have a GridView with textboxes and CompareValidators in its cells. The Grid开发者_如何转开发View has 40 columns and is very slow. I wonder if it is possible to avoid compare validators in every cell. Is it possible to have one instance of a particular validator for e.g. the whole column?
Thanks.
精彩评论