Click here to Skip to main content
15,924,507 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: i am not able to configue searchoo4 engine pls help Pin
Vasudevan Deepak Kumar25-Feb-08 2:59
Vasudevan Deepak Kumar25-Feb-08 2:59 
GeneralRe: i am not able to configue searchoo4 engine pls help Pin
J a a n s25-Feb-08 5:08
professionalJ a a n s25-Feb-08 5:08 
Generalvwd 2008 Pin
eyeseetee25-Feb-08 2:35
eyeseetee25-Feb-08 2:35 
GeneralRe: vwd 2008 Pin
Vasudevan Deepak Kumar25-Feb-08 3:27
Vasudevan Deepak Kumar25-Feb-08 3:27 
GeneralRe: vwd 2008 Pin
eyeseetee25-Feb-08 3:42
eyeseetee25-Feb-08 3:42 
GeneralAjax page probs Pin
Member 387988125-Feb-08 1:51
Member 387988125-Feb-08 1:51 
GeneralRe: Ajax page probs Pin
N a v a n e e t h25-Feb-08 1:53
N a v a n e e t h25-Feb-08 1:53 
GeneralAccordion Ajax Control Pin
~V~25-Feb-08 1:48
~V~25-Feb-08 1:48 
Hi all,

I wanna create Accordion ajax control at run time

For this i tried this:

<br />
 Dim accordion As New Accordion<br />
 Dim panes As New AccordionPane<br />
<br />
Me.accordion.SelectedIndex = -1<br />
        Me.accordion.HeaderCssClass = "accordionHeader"<br />
        Me.accordion.ContentCssClass = "accordionContent"<br />
        Me.accordion.HeaderSelectedCssClass = "accordionHeaderSelected"<br />
        Me.accordion.AutoSize = AjaxControlToolkit.AutoSize.None<br />
        Me.accordion.FadeTransitions = "true"<br />
        Me.accordion.TransitionDuration = "250"<br />
        Me.accordion.FramesPerSecond = "40"<br />
        Me.accordion.RequireOpenedPane = "false"<br />
        Me.accordion.SuppressHeaderPostbacks = "true"<br />
<br />
        Dim header As New Label<br />
        header.Text = "Header first"<br />
<br />
        Dim contant As New Label<br />
        contant.Text = "contant of first header"<br />
<br />
        Me.panes.HeaderContainer.Controls.Add(header)<br />
        Me.panes.ContentContainer.Controls.Add(contant)<br />
<br />
        Me.Page.Controls.Add(Me.accordion)<br />
<br />



It gives error that

The TargetControlID of '_AccordionExtender' is not valid. The value cannot be null or empty.

Any suggestion would be appriciated

Thanks with anticipation
General1 general question Pin
Mogaambo25-Feb-08 1:44
Mogaambo25-Feb-08 1:44 
GeneralRe: 1 general question Pin
N a v a n e e t h25-Feb-08 1:56
N a v a n e e t h25-Feb-08 1:56 
GeneralRe: 1 general question Pin
Amol M Vaidya25-Feb-08 2:13
professionalAmol M Vaidya25-Feb-08 2:13 
GeneralDatagrid Hyperlink column Pin
Kissy1625-Feb-08 0:48
Kissy1625-Feb-08 0:48 
GeneralRe: Datagrid Hyperlink column Pin
N a v a n e e t h25-Feb-08 1:59
N a v a n e e t h25-Feb-08 1:59 
GeneralDrag Drop in tree view control Pin
Deepak Nigam25-Feb-08 0:16
Deepak Nigam25-Feb-08 0:16 
General[Message Deleted] Pin
munklefish24-Feb-08 23:54
munklefish24-Feb-08 23:54 
GeneralRe: Datalist CheckBoxes (Net 2) Pin
munklefish25-Feb-08 5:35
munklefish25-Feb-08 5:35 
GeneralError in Web page Pin
swapna_samala24-Feb-08 23:30
swapna_samala24-Feb-08 23:30 
GeneralRe: Error in Web page Pin
N a v a n e e t h25-Feb-08 0:00
N a v a n e e t h25-Feb-08 0:00 
GeneralRe: Error in Web page Pin
selva4525-Feb-08 2:13
selva4525-Feb-08 2:13 
QuestionHow to Upload image on click of imagebutton Pin
Chetan Patel24-Feb-08 23:05
Chetan Patel24-Feb-08 23:05 
GeneralRe: How to Upload image on click of imagebutton Pin
Christian Graus24-Feb-08 23:14
protectorChristian Graus24-Feb-08 23:14 
Questionhow to Pass two parameters using Eval in a javascript fuction Pin
$unil Dhiman24-Feb-08 23:04
$unil Dhiman24-Feb-08 23:04 
GeneralRe: how to Pass two parameters using Eval in a javascript fuction Pin
Christian Graus24-Feb-08 23:16
protectorChristian Graus24-Feb-08 23:16 
GeneralRe: how to Pass two parameters using Eval in a javascript fuction Pin
$unil Dhiman25-Feb-08 13:42
$unil Dhiman25-Feb-08 13:42 
Questioncan i close the window without the alert box? Pin
Sonia Gupta24-Feb-08 23:00
Sonia Gupta24-Feb-08 23:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.