Click here to Skip to main content
15,900,258 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDotNetNuke Pin
Imthu6-May-08 4:10
Imthu6-May-08 4:10 
AnswerRe: DotNetNuke Pin
Suresh Pirsquare6-May-08 7:12
Suresh Pirsquare6-May-08 7:12 
QuestionIE7 adds a statusbar in ShowModalDialog Pin
Thomas Lykke Petersen6-May-08 0:27
Thomas Lykke Petersen6-May-08 0:27 
AnswerRe: IE7 adds a statusbar in ShowModalDialog Pin
led mike6-May-08 5:29
led mike6-May-08 5:29 
GeneralRe: IE7 adds a statusbar in ShowModalDialog Pin
King Shez6-May-08 22:53
King Shez6-May-08 22:53 
GeneralRe: IE7 adds a statusbar in ShowModalDialog Pin
led mike7-May-08 5:52
led mike7-May-08 5:52 
GeneralRe: IE7 adds a statusbar in ShowModalDialog Pin
Thomas Lykke Petersen13-May-08 20:28
Thomas Lykke Petersen13-May-08 20:28 
QuestionAbout Ajax accordion and swf files Pin
maryam.saboor5-May-08 21:01
professionalmaryam.saboor5-May-08 21:01 
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
Christian Graus5-May-08 22:03
protectorChristian Graus5-May-08 22:03 
Questionnot able to access server side controls using ajaxmethod. Pin
Vijay Kulavade5-May-08 9:53
Vijay Kulavade5-May-08 9:53 
AnswerRe: not able to access server side controls using ajaxmethod. Pin
Christian Graus5-May-08 22:02
protectorChristian Graus5-May-08 22:02 
QuestionGenerating HTML Reports in C# Pin
Aswanth4-May-08 22:02
Aswanth4-May-08 22:02 
AnswerRe: Generating HTML Reports in C# Pin
Christian Graus5-May-08 2:57
protectorChristian Graus5-May-08 2:57 
QuestionSession Management in WebServices Pin
Rajesh Khubchandani4-May-08 19:56
Rajesh Khubchandani4-May-08 19:56 
AnswerRe: Session Management in WebServices Pin
Shog95-May-08 6:40
sitebuilderShog95-May-08 6:40 
Question[Message Deleted] Pin
Feras Mazen Taleb4-May-08 19:07
Feras Mazen Taleb4-May-08 19:07 
AnswerRe: Removeing the Page Object VS disposing it Pin
Christian Graus4-May-08 19:22
protectorChristian Graus4-May-08 19:22 
QuestionThe CMD option is not enabled for #EXEC calls Pin
daveyerwin4-May-08 4:13
daveyerwin4-May-08 4:13 
QuestionWhy the Japanese characters are rotated in the Select input ? Pin
luayessa3-May-08 20:37
luayessa3-May-08 20:37 
QuestionHow to develop virtual environment online using C# with Managed DirectX? Pin
katelva3-May-08 8:21
katelva3-May-08 8:21 
AnswerRe: How to develop virtual environment online using C# with Managed DirectX? Pin
Christian Graus3-May-08 12:46
protectorChristian Graus3-May-08 12:46 
GeneralRe: How to develop virtual environment online using C# with Managed DirectX? Pin
katelva3-May-08 16:19
katelva3-May-08 16:19 
GeneralRe: How to develop virtual environment online using C# with Managed DirectX? Pin
Christian Graus3-May-08 16:50
protectorChristian Graus3-May-08 16:50 
QuestionProblem work with ajax and javascript on same page Pin
shames(Sam)2-May-08 19:32
shames(Sam)2-May-08 19:32 
AnswerRe: Problem work with ajax and javascript on same page Pin
Christian Graus2-May-08 21:17
protectorChristian Graus2-May-08 21:17 

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.