hey ya all....
i have a tab control in a win form app. and the tab control has 3 tabs. in every tab there is a DGV docked in a container's panel, here is the thing. up until now i used the containers click event to load data into the DGV's but for some reason i can not do it any more. i want to know is there a way to load or refresh (or do anything for that matter) when i switch to a certain tab in the tab control?
i just want the event's name and i need it bad.
thanks guys

Recommended Answers

All 2 Replies

SelectedIndexChanged fires when you change tabs.

thanks, that is just what i needed :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.