I started to work on a custom Gridview extension. I added some basic css stuff, looks ok, now I would like to move on. I never worked with custom control events.
I currently have an error "event PageIndexChanging which wasn't handled."
I have the MyGridview class in a something.aspx. I'd like to handle pagination in the MyGridview class (not in the something.aspx)
I thought I'd do it like this, because it will pretty much look the same in all the screens.
Can anyone tell me how can I create / override pagination stuff?