Hi, my code in VS 2008 look like this:
as you see there are duplicates of s in the code.
If I try to remove them they just come back! :(
Why this?
/Mattias
| <telerik:RadMultiPage ID="radMultiPageCategories" runat="server" Width="100%" |
| SelectedIndex="0"> |
| <telerik:RadPageView runat="server" ID="radPageViewSorted"> |
| |
| <telerik:RadPanelBar ID="radPanelBarSorted" runat="server" |
| EnableEmbeddedSkins="False" onitemdatabound="radPanelBarSorted_ItemDataBound" |
| Skin="Default" Width="100%"> |
| <collapseanimation duration="100" type="None"></collapseanimation> |
| <expandanimation duration="100" type="None"></expandanimation> |
| </telerik:RadPanelBar> |
| |
| </telerik:RadPageView> |
| <telerik:RadPageView runat="server" ID="radPageViewAlphabetic"> |
| |
| |
| <telerik:RadPanelBar ID="radPanelBarAlphabetic" runat="server" |
| EnableEmbeddedSkins="False" |
| onitemdatabound="radPanelBarAlphabetic_ItemDataBound" Skin="Default" |
| Width="100%"> |
| <collapseanimation duration="100" type="None"></collapseanimation> |
| <expandanimation duration="100" type="None"></expandanimation> |
| </telerik:RadPanelBar> |
| |
| </telerik:RadPageView> |
| </telerik:RadMultiPage> |
as you see there are duplicates of s in the code.
If I try to remove them they just come back! :(
Why this?
/Mattias