Hi
I am new to ASp.net. I don't know how to uses of Slide show extender and images sliding. I am using HTMl Programing .Please suggest me ...
Thanks in Advance.
lavanya uppala 0 Newbie Poster
Recommended Answers
Jump to PostTake a look at samples at AjaxControlToolki.
If you've code and that is not working then post here so anybody can help you out.
Jump to PostYou need to create a
WebService
method that returns an array ofSlide
and add some images underimages
folder.<%@ Page Language="C#" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %> <!DOCTYPE html> <script runat="server"> [System.Web.Services.WebMethod] [System.Web.Script.Services.ScriptMethod] public static AjaxControlToolkit.Slide[] GetSlides() { return new AjaxControlToolkit.Slide[] …
All 7 Replies
JorgeM 958 Problem Solver Team Colleague Featured Poster
lavanya uppala 0 Newbie Poster
kvprajapati 1,826 Posting Genius Team Colleague
lavanya uppala 0 Newbie Poster
kvprajapati 1,826 Posting Genius Team Colleague
lavanya uppala 0 Newbie Poster
kvprajapati 1,826 Posting Genius Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.