Click here to Skip to main content
16,013,581 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to move items in a stack panel Pin
Christian Graus12-Jun-09 20:43
protectorChristian Graus12-Jun-09 20:43 
QuestionShow Modal Popup Using Javascript Pin
anada888612-Jun-09 19:38
anada888612-Jun-09 19:38 
AnswerRe: Show Modal Popup Using Javascript Pin
Ningomba30-Sep-09 1:20
Ningomba30-Sep-09 1:20 
QuestionHow to upload Product XSD into Amazon site .... Pin
chirag_pandey12-Jun-09 19:20
chirag_pandey12-Jun-09 19:20 
QuestionAJAX Accordion Pin
Yajjoj12-Jun-09 18:19
Yajjoj12-Jun-09 18:19 
AnswerRe: AJAX Accordion Pin
N a v a n e e t h12-Jun-09 18:34
N a v a n e e t h12-Jun-09 18:34 
GeneralRe: AJAX Accordion Pin
Yajjoj12-Jun-09 18:42
Yajjoj12-Jun-09 18:42 
GeneralRe: AJAX Accordion Pin
Yajjoj12-Jun-09 18:48
Yajjoj12-Jun-09 18:48 
<cc1:Accordion ID="Accordion1" runat="server" SelectedIndex ="0" HeaderCssClass ="accordionHeader" ContentCssClass ="accordionContent" FadeTransitions ="true" FramesPerSecond ="40" TransitionDuration ="250" AutoSize ="None" >
              <Panes >
                 
                  <cc1:AccordionPane ID="AccordionPane4" runat="server">
                  <Header >
                  <a href ="" onclick ="return false;" class ="accordionlink" >AccordionPane1
                  </a>
                  </Header>
                  <Content >
                  <asp:Image ID="Image1" runat="server" src="image002.jpg" />
                 some words
                  </Content>
                  
                  </cc1:AccordionPane>
                  <cc1:AccordionPane ID="AccordionPane3" runat="server">
                   <Header >
                  <a href ="" onclick ="return false;" class ="accordionlink" >AccordionPane2</a>
                  </Header>
                  <Content >
                  ha ha ha ha ha h
                  
                  hahah
                  ah
                  ah
                  ah
                  ah
                  ah
                  ah
                  ah
                  
                  </Content>
                  </cc1:AccordionPane>
                </panes>
</ccp:Accordion>


this is the code so how to pass value from another page to this page, i wanna to change SelectedIndex ="0" to the passed value?????
OMG | :OMG:

al hajjaj

GeneralRe: AJAX Accordion Pin
VikashGohil12-Jun-09 20:51
VikashGohil12-Jun-09 20:51 
GeneralRe: AJAX Accordion Pin
Yajjoj12-Jun-09 21:30
Yajjoj12-Jun-09 21:30 
GeneralRe: AJAX Accordion Pin
Yajjoj12-Jun-09 22:08
Yajjoj12-Jun-09 22:08 
GeneralRe: AJAX Accordion Pin
Yajjoj13-Jun-09 3:32
Yajjoj13-Jun-09 3:32 
GeneralRe: AJAX Accordion Pin
Yajjoj13-Jun-09 3:40
Yajjoj13-Jun-09 3:40 
Questioninternet access how to control Pin
Michael Ruotolo12-Jun-09 17:25
Michael Ruotolo12-Jun-09 17:25 
AnswerRe: internet access how to control Pin
N a v a n e e t h12-Jun-09 17:53
N a v a n e e t h12-Jun-09 17:53 
GeneralRe: internet access how to control Pin
Michael Ruotolo12-Jun-09 18:03
Michael Ruotolo12-Jun-09 18:03 
GeneralRe: internet access how to control Pin
N a v a n e e t h12-Jun-09 18:28
N a v a n e e t h12-Jun-09 18:28 
QuestionTemplate Engines in ASP.NET ? Pin
Mohammad Dayyan12-Jun-09 12:23
Mohammad Dayyan12-Jun-09 12:23 
AnswerRe: Template Engines in ASP.NET ? Pin
Christian Graus12-Jun-09 12:45
protectorChristian Graus12-Jun-09 12:45 
GeneralRe: Template Engines in ASP.NET ? Pin
Mohammad Dayyan12-Jun-09 13:00
Mohammad Dayyan12-Jun-09 13:00 
GeneralRe: Template Engines in ASP.NET ? Pin
Christian Graus12-Jun-09 13:59
protectorChristian Graus12-Jun-09 13:59 
QuestionClick on GridView Column Header Pin
MarkMokris12-Jun-09 11:11
MarkMokris12-Jun-09 11:11 
AnswerRe: Click on GridView Column Header Pin
Christian Graus12-Jun-09 11:52
protectorChristian Graus12-Jun-09 11:52 
Questionmulti selction and show in single table Pin
prateekfgiet12-Jun-09 8:37
prateekfgiet12-Jun-09 8:37 
AnswerRe: multi selction and show in single table Pin
Christian Graus12-Jun-09 11:01
protectorChristian Graus12-Jun-09 11:01 

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.