Click here to Skip to main content
15,917,456 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: dynamic forms Pin
Abhijit Jana6-May-08 0:08
professionalAbhijit Jana6-May-08 0:08 
GeneralRe: dynamic forms Pin
khalil2006-May-08 0:36
khalil2006-May-08 0:36 
Questionone frame calling a function in another frame Pin
gottimukkala5-May-08 23:47
gottimukkala5-May-08 23:47 
AnswerRe: one frame calling a function in another frame Pin
Abhijit Jana6-May-08 0:10
professionalAbhijit Jana6-May-08 0:10 
GeneralRe: one frame calling a function in another frame Pin
gottimukkala6-May-08 0:14
gottimukkala6-May-08 0:14 
GeneralRe: one frame calling a function in another frame Pin
Abhijit Jana6-May-08 0:29
professionalAbhijit Jana6-May-08 0:29 
QuestionDifference between 3 tier and N-tier architecture Pin
.NET- India 5-May-08 23:22
.NET- India 5-May-08 23:22 
AnswerRe: Difference between 3 tier and N-tier architecture Pin
Vasudevan Deepak Kumar5-May-08 23:31
Vasudevan Deepak Kumar5-May-08 23:31 
GeneralRe: Difference between 3 tier and N-tier architecture Pin
.NET- India 5-May-08 23:34
.NET- India 5-May-08 23:34 
GeneralRe: Difference between 3 tier and N-tier architecture Pin
eyeseetee5-May-08 23:58
eyeseetee5-May-08 23:58 
AnswerRe: Difference between 3 tier and N-tier architecture Pin
Christian Graus6-May-08 1:35
protectorChristian Graus6-May-08 1:35 
QuestionSending mails Pin
hari4ur5-May-08 22:58
hari4ur5-May-08 22:58 
AnswerRe: Sending mails Pin
eyeseetee5-May-08 23:31
eyeseetee5-May-08 23:31 
AnswerRe: Sending mails Pin
Vasudevan Deepak Kumar5-May-08 23:31
Vasudevan Deepak Kumar5-May-08 23:31 
AnswerRe: Sending mails Pin
Reelix5-May-08 23:45
Reelix5-May-08 23:45 
QuestionAbout Ajax Accordion and swf files Pin
maryam.saboor5-May-08 22:21
professionalmaryam.saboor5-May-08 22:21 
Hi dear friends!
I am using accordion and of course accordion panes from Ajax control toolkit. in the content tag of AccordionPanes I have a swf file to show, every thing is ok! and the files are shown as I collapse each AccordionPane but when I collapse an accordion and the swf file starts, if I collapse another one the last swf does not stop( of course it is not visible but it's going on). do you have any suggestion?
this is the related part of my code:

<cc1:Accordion ID="Accordion1" runat="Server" style="direction:rtl"
SelectedIndex="-1"
AutoSize="None"
FadeTransitions="false"
TransitionDuration="250"
FramesPerSecond="40"
RequireOpenedPane="false"
SuppressHeaderPostbacks="true" Width="630px" >
<Panes>
<cc1:AccordionPane ID="AccordionPane1" runat="server" ContentCssClass="ContentStyle" HeaderCssClass="">
<Header>
<asp:Image ID="Image1" runat="server" style="vertical-align:middle" ImageUrl="filmicon.jpg" Width="40px" Height="40px" />
<asp:Label ID="Label1" runat="server" Font-Names="Tahoma" Font-Size="Small" Text="how to share"></asp:Label>

</Header>
<Content>
<embed width="620" height="495" type="text/html" src="sharing2_demo_skin.swf"></embed>

</Content>
</cc1:AccordionPane>
.
.
.

</Panes>
</cc1:Accordion>
AnswerRe: About Ajax Accordion and swf files Pin
doWhileSomething6-May-08 10:39
doWhileSomething6-May-08 10:39 
QuestionPrinting placeholder contents in browser Pin
ptvce5-May-08 21:45
ptvce5-May-08 21:45 
AnswerRe: print just one place holder Pin
Vasudevan Deepak Kumar5-May-08 21:49
Vasudevan Deepak Kumar5-May-08 21:49 
GeneralRe: print just one place holder Pin
ptvce5-May-08 22:23
ptvce5-May-08 22:23 
GeneralRe: print just one place holder Pin
Vasudevan Deepak Kumar5-May-08 22:24
Vasudevan Deepak Kumar5-May-08 22:24 
GeneralRe: print just one place holder Pin
ptvce5-May-08 22:55
ptvce5-May-08 22:55 
AnswerRe: Printing placeholder contents in browser Pin
eyeseetee5-May-08 22:00
eyeseetee5-May-08 22:00 
GeneralRe: Printing placeholder contents in browser Pin
Christian Graus5-May-08 22:10
protectorChristian Graus5-May-08 22:10 
GeneralRe: Printing placeholder contents in browser Pin
Vasudevan Deepak Kumar5-May-08 22:23
Vasudevan Deepak Kumar5-May-08 22:23 

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.