Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Suggestion needed to use Session timeout for a webapplication Pin
nainakarri6-Sep-09 23:16
nainakarri6-Sep-09 23:16 
GeneralRe: Suggestion needed to use Session timeout for a webapplication Pin
Christian Graus6-Sep-09 23:19
protectorChristian Graus6-Sep-09 23:19 
GeneralRe: Suggestion needed to use Session timeout for a webapplication Pin
nainakarri6-Sep-09 23:32
nainakarri6-Sep-09 23:32 
GeneralRe: Suggestion needed to use Session timeout for a webapplication Pin
Christian Graus6-Sep-09 23:47
protectorChristian Graus6-Sep-09 23:47 
GeneralRe: Suggestion needed to use Session timeout for a webapplication Pin
nainakarri6-Sep-09 23:50
nainakarri6-Sep-09 23:50 
GeneralRe: Suggestion needed to use Session timeout for a webapplication Pin
Manas Bhardwaj6-Sep-09 23:22
professionalManas Bhardwaj6-Sep-09 23:22 
GeneralRe: Suggestion needed to use Session timeout for a webapplication Pin
nainakarri6-Sep-09 23:51
nainakarri6-Sep-09 23:51 
Questionslideshowextender Pin
mylogics6-Sep-09 23:03
professionalmylogics6-Sep-09 23:03 
hiii all...
m using slideshow extender in my website but its not workin.i have used the following web service:
using System;
using System.Collections;
using System.Linq;
using System.Web;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.Xml.Linq;

/// <summary>
/// Summary description for slideshow
/// </summary>
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
// To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line. 
 [System.Web.Script.Services.ScriptService]
public class slideshow : System.Web.Services.WebService {

    [WebMethod]
    public static AjaxControlToolkit.Slide[] GetSlides()
    {
        AjaxControlToolkit.Slide[] MySlides = new AjaxControlToolkit.Slide[3];
        MySlides[0] = new AjaxControlToolkit.Slide("slideshow/a.jpg", "Free", "Free Delivery");
        MySlides[1] = new AjaxControlToolkit.Slide("slideshow/b.jpg", "Free", "Free Packaging");
        MySlides[2] = new AjaxControlToolkit.Slide("slideshow/c.jpg", "Special", "Apple Offer");
        return (MySlides);
    }
    
}

and then i have used it on .aspx page like this...
<br />
<td align="center"><br />
        <asp:Image ID="Image4" runat="server" ImageUrl="~/slideshow/a.jpg" <br />
            Width="100%" Height="150px"/><br />
            <br />
        <cc1:SlideShowExtender ID="SlideShowExtender1" runat="server" TargetControlID="Image4" AutoPlay="True" <br />
            Loop="True" SlideShowServiceMethod="GetSlides" <br />
            SlideShowServicePath="D:\pari\jajaipur\slideshow.asmx" ><br />
        </cc1:SlideShowExtender><br />
    </td><br />

tell me wr m i wrong...
AnswerRe: slideshowextender Pin
Christian Graus6-Sep-09 23:15
protectorChristian Graus6-Sep-09 23:15 
GeneralRe: slideshowextender Pin
mylogics6-Sep-09 23:19
professionalmylogics6-Sep-09 23:19 
GeneralRe: slideshowextender Pin
Christian Graus6-Sep-09 23:21
protectorChristian Graus6-Sep-09 23:21 
QuestionSystem.Security.SecurityException: That assembly does not allow partially trusted callers. PinPopular
pujafaldu6-Sep-09 23:03
pujafaldu6-Sep-09 23:03 
AnswerRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
Manas Bhardwaj6-Sep-09 23:10
professionalManas Bhardwaj6-Sep-09 23:10 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
pujafaldu6-Sep-09 23:16
pujafaldu6-Sep-09 23:16 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
Elayaraja Sambasivam7-Sep-09 0:30
Elayaraja Sambasivam7-Sep-09 0:30 
Questionhow to check the emails are sent or bounce back asp.net Pin
aamirzada6-Sep-09 22:07
aamirzada6-Sep-09 22:07 
AnswerRe: how to check the emails are sent or bounce back asp.net Pin
Christian Graus6-Sep-09 22:08
protectorChristian Graus6-Sep-09 22:08 
AnswerRe: how to check the emails are sent or bounce back asp.net Pin
Abhishek Sur6-Sep-09 22:32
professionalAbhishek Sur6-Sep-09 22:32 
Questioncarry object one page to other page Pin
rinku soni 236-Sep-09 21:58
rinku soni 236-Sep-09 21:58 
AnswerRe: carry object one page to other page Pin
Arun Jacob6-Sep-09 22:06
Arun Jacob6-Sep-09 22:06 
AnswerRe: carry object one page to other page Pin
Christian Graus6-Sep-09 22:09
protectorChristian Graus6-Sep-09 22:09 
Questioncalendar pop up on onfocus event of textbox Pin
myinstincts6-Sep-09 21:46
myinstincts6-Sep-09 21:46 
AnswerRe: calendar pop up on onfocus event of textbox Pin
Arun Jacob6-Sep-09 22:07
Arun Jacob6-Sep-09 22:07 
AnswerRe: calendar pop up on onfocus event of textbox Pin
Christian Graus6-Sep-09 22:07
protectorChristian Graus6-Sep-09 22:07 
AnswerRe: calendar pop up on onfocus event of textbox Pin
mylogics6-Sep-09 23:08
professionalmylogics6-Sep-09 23:08 

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.