hey,
Is there a way to say when a certain tab page loads some code is executed?
Like the Form_Load, but for a tabpage?
Thanks.
Printable View
hey,
Is there a way to say when a certain tab page loads some code is executed?
Like the Form_Load, but for a tabpage?
Thanks.
There is no specific event, but you could handle the SelectedIndexChanged event of the TabControl and use an array to determine whether it's the first time that tab has been selected or not.
ok thanks.