November 2007
1 post
5 tags
ASP.NET Gridview SelectIndexChanged event not...
If, you find yourself in the unfortunate position of having a dynamically created Gridview Control in your ASP.NET page AND needing to handle the SelectedIndexChanged event… as I was, you may find yourself banging your head against the monitor trying to understand why the event isn’t getting fired. Well, dear reader, that’s because you didn’t set the Gridview.ID property,...
Nov 16th