I have a TabControl with 5 TabPages. I made sure to set
CausesValidation to true everywhere possible. I put Leave and Enter
handles on each page which supposedly will fire each time I'm changing
pages, but for some reason it doesn't work. No events get fired. Has
anyone else encountered this?
Thanks
Sijin Joseph - 29 Sep 2004 09:24 GMT
Try using the TabControl.TabIndexChanged event, i don't think the Enter
and Leave events are going to work in this case.
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
Zachary Turner wrote:
> I have a TabControl with 5 TabPages. I made sure to set
> CausesValidation to true everywhere possible. I put Leave and Enter
[quoted text clipped - 3 lines]
>
> Thanks