views:

20

answers:

1

I had ajax slide show and I tried to make images as href to other link I didnot .

<web service>

public AjaxControlToolkit.Slide[] GetSlides()
{
    return new AjaxControlToolkit.Slide[] { 
     new AjaxControlToolkit.Slide("<a href='NewsEvents.aspx'>images/aboutus_Iso_2.png</a>", "QUALITY ASSURANCE CERTIFICATE ISO", "EL- ARABY group recorded today by Office Equipment"),

}
A: 

I add on image control which will display images in slid

KareemSaad