I'm a little perplexed with these controls. At first, I was
overjoyed to find these. I found more information on these two
controls and how they work together side by side in an ASP.NET web
application.
The example from Microsoft
http://msdn.microsoft.com/library/default.asp?
url=/workshop/webcontrols/webcontrols_entry.asp
is one that lists three tabs:
1. Inbox
2. Compose
3. Address
Inside the Inbox is some ASP checkboxes. My issue is this. When I
double click the ASP server side checkbox control to edit code, it
drops me to the multipage changed event and not the checkbox clicked
event handler.
Is there a way to force this so I can write code for the changed
event of this any really, any control I place within the multi-page
control?