|
-
Jan 7th, 2008, 06:07 AM
#1
Thread Starter
Member
[2005] tab Page load
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.
-
Jan 7th, 2008, 06:36 AM
#2
Re: [2005] tab Page load
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.
-
Jan 7th, 2008, 06:37 AM
#3
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|