| |
Example Code
ASPX
<div id="divCustomManualChanger" runat="server"></div>
<obshow:Show id="Show1" runat="server" ShowType="manual" ManualChanger="false"> <Panels> <obshow:Panel> ... Panel Content here ...
C#
int panelIndex; for (panelIndex=1;panelIndex<=Show1.Panels.Count;panelIndex++) { HtmlAnchor panelIndexAnchor = new HtmlAnchor(); panelIndexAnchor.InnerText = panelIndex.ToString(); panelIndexAnchor.Attributes.Add("onmouseover", "Show1.MoveToPanel(" + panelIndex + ")"); divCustomManualChanger.Controls.Add(panelIndexAnchor); } | | |
| "Since the birth of ASP.NET I have tried several components,
but your product is unquestionably the best collection of ASP.NET controls.
Absolutely great products!" |
Viggo Barbala |
| Norway |
| | |
|
|
|
|