AJAX :: Slide Show Control Is Not Working In Content Page?
Feb 3, 2010
I implemented yje slide show extender in a normal .aspx page it worked very well. I was GLAD to see that.
But when I tried to implement the same into a content page, which is associated with a master page it certainly changed into SAD.
View 8 Replies
Similar Messages:
Mar 8, 2011
trying to get the slide show control to display imagesfrom database. the web service seem to be returning the right data but to no avail.
web service code
Imports System.Web
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.Data
[Code].....
View 2 Replies
Jan 12, 2010
I want to make a slide show on my page, the images are to be fetched from batabaseMYSQL).please help me as i am not able to make it,tried script manager and slideshow extender control but nothing happening
View 16 Replies
Dec 30, 2010
Ajax calendar control not working properly with content place holder of Master Page.Most of time Calender Control hides when mouseover with out changing date in content place holder of Master Page.same code works in normal aspx pages.
View 2 Replies
Dec 29, 2010
I am using Visual Studio 2010 asp.net 3.5 C# and the latest version of the Ajax toolkit to create a slide show. I have a ToolScriptManager, SlideShowExtender and a prev,play and next buttons. Problem is, I don't know what to do next.
[Code]....
[Code]....
View 5 Replies
Jan 12, 2010
i make ajax page , i added to it slide show tooli make the source code for the page like that :
[Code]....
View 6 Replies
May 8, 2010
i am using slide show with my images in database
code below :[Code]....
this works very good but i have also field called topic_details.for example :
when slideshow show slide no 1 ,it also shows topic_details no 1
View 1 Replies
Oct 4, 2010
I have used a ajax control toolkit slide shox extender to display a slide show of images.
Currently, when a user hovers mouse over the slide show, the slide keeps on changing. I want that the slide should not change, if a user hovers the mouse.
View 5 Replies
Feb 12, 2011
I am Using Ajax SlideShow Extender and I'M TRYING with that Example : [URL]
View 1 Replies
Dec 6, 2010
I need to display a slide show of 5 images on my home page
also.. I dont use Database.. Will direct it from File location.
* Which image format is best ? which format loads faster..
* every 5 secs, inages should change... any sample C# code??
* how to create nice border effect for that image slide.... control??
View 4 Replies
Oct 19, 2010
I need to set up the slide show based on a querystring parameter. I thought I had this figured out, but I clearly don't understand something about how the webservice works. I have this in the .aspx page:
<asp:Button ID="btnPrev" runat="server" Text="Prev" />
<asp:Button ID="btnPlay" runat="server" Text="Play" />
<asp:Button ID="btnNext" runat="server" Text="Next" />
<asp:Label ID="lblDesc" runat="server" />
<cc1:SlideShowExtender ID="SlideShowExtender1" runat="server" BehaviorID="SSBehaviorID"
TargetControlID="tstSlides"
AutoPlay="true"
ImageDescriptionLabelID="lblDesc"
NextButtonID="btnNext"
PreviousButtonID="btnPrev"
PlayButtonID="btnPlay"
PlayButtonText="Play"
StopButtonText="Stop"
Loop="true" >
</cc1:SlideShowExtender>
<asp:Image ID="tstSlides" runat="server" height="300px" Width="300px" />
And this in the code behind:.........................
View 2 Replies
Jul 27, 2010
I did Saved My Texts In Database With Editor (AjaxToolkit).
Now I Want Load Data From DataBase In Page. But Don't know how can i do it.
View 3 Replies
Mar 4, 2010
I have java script code to set some of the properties of ajax controls.
the code is working OK If I put it in asp.net page but when I use content page and post the code in part of the code will not work which is changing the value of ajax control properties.
My page has textbox, checkbox, MaskedEditExtender and MaskedEditValidator. when the user check the box the mask property and some other properties should change.
the code is working ok but not the content page.
here is my code from asp.net page:
[code]....
View 2 Replies
Feb 4, 2010
I have the same problem as [URL] However, the solution doesn't work for me since I'm using .Net 4.0 and xhtmlConformance is not there from start.
Basically, using a master page, the RadioButtonList still do the whole page postback even it's in the UpdatePanel. When I put the exact same code in a standalone page without a master page, it works as expected.
Master Page:
[Code]....
Content page:
[Code]....
Standalone page:
[Code]....
View 2 Replies
Feb 4, 2011
How to view Powrpoint ppt file in show in slide show Method in asp.net C#?
View 1 Replies
Apr 25, 2013
i want to apply css on accordion control but since the page where i m using is already associated with master page...
when i go to my website page..i use attach style sheet and then ok..but style sheet doesn't get attach...how should i do that..?
View 1 Replies
Oct 16, 2010
I have a codebehind.vb for a master page from which I'm trying to find a hiddenfield in the content page. I was finding it like this without a hitch...
[Code]....
View 2 Replies
Dec 2, 2013
this hierarchy of master page
|--main.master
|-- index.aspx
|-- user.master
|-- login.aspx
<asp:LoginView ID="HeadLoginView" runat="server" EnableViewState="false">
<AnonymousTemplate>
[ <a href="~/PageCommon/login.aspx" id="HeadLoginStatus" runat="server" color="#87cfe6">Log In</a> ]
[CODE]....
View 1 Replies
Mar 8, 2010
1. I have master page with script manager and contentPlaceHolder. One TextArea is outside ContentPlaceHolder.
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
[code]....
View 2 Replies
Oct 9, 2013
how to upload image from child page to image field on master page in asp.net vb.
View 1 Replies
Sep 25, 2012
I have a marqueein master page without any updatepanel .Am updating the content of marquee from content page but it does not reflect. e.g:
((HtmlGenericControl)Master.FindControl("maq1")).InnerText =" fdf fgf gf";
View 1 Replies
Dec 11, 2013
I looked at your example URL....I have ScriptManager in masterpage how call ScriptManager from masterpage in editorPage.aspx if (Script Manager 1.IsInAsyncPostBack)
View 1 Replies
Mar 20, 2010
i want to give id of dropdowncontrol inside master page, how can i assign this control id in trigger of updatepanel inside content page
View 1 Replies
Jan 25, 2011
I have a web project that I'm creating using ASP.Net 2.0 (VB code). I need to figure out how to create a slide show that will display a series of pictures that are stored in an xml file. Everything that I have found online shows how to create a slide show using the Ajax Toolkit for 3.5 or greater. what to use to create a slide show using vb.net 2.0?
View 2 Replies
Sep 11, 2010
automatic slide show?
View 7 Replies