|
by Jeff Handley via Jeff Handley on 10/9/2008 5:54:18 PM
After I posted about how to regain tab navigation in a popup, Ian commented that the workaround had some flaws. First, he lost intellisense inside the <UserControl> and second, which is more painful, he could not refer to any controls inside the child <UserControl> from the page's code-behind. Well, I found a more suitable workaround. Instead of using a <UserControl> to set the TabNagation, you can use a <ContentControl> instead. Here's the updated workaround code:
... [ read more ]
|
|