Search

You searched for the word(s): userid:720416

Matching Posts

  • Session Timeout

    Hi, I am setting my session to last for 4 hrs </connectionStrings> <system.web> <httpRuntime maxRequestLength="8192"/> <sessionState timeout="240"/> <pages> But, it's timing out before than, does any one know why!? Thanks
    Posted to State Management (Forum) by rbadis on 9/10/2009
  • Re: Session Timeout

    Vikram, the link does not work.
    Posted to State Management (Forum) by rbadis on 9/10/2009
  • Loading Crytal report from URL path

    Hi, How Can I load a crystal report using a URL like http://.... Or reports that are located in different servers then my Application's ? I have tried: O_Report.Load( http://myServer/MyApplication/Myreport.rpt ); but didn't work and when I tried: O_Report.Load( Server.MapPath( http://myServer/MyApplication/Myreport.rpt )); an error message telling me that http://myServer/MyApplication/Myreport.rpt is not a Valid Virtual path, knowing that is the virtual path to my crystal Thanks
    Posted to Getting Started (Forum) by rbadis on 8/27/2009
  • Re: Loading Crytal report from URL path

    Thanks very much qw123kids that did work, But would that work if the report is in a different server then my application!? Thanks
    Posted to Getting Started (Forum) by rbadis on 8/27/2009
  • Re: Loading Crytal report from URL path

    No, it didn't. you see in the first time I loaded the report from my local machine like: O_Report.Load("//desktop40/MyReports/Report1.rpt"); then I did put the same Crystal in a different machine in our network which accessible by me and published the folder where my report is to be available online and when I try to load it : O_Report.Load("//desktop32/MyReports/Report1.rpt"); it says "Load Report failed" Thanks
    Posted to Getting Started (Forum) by rbadis on 8/27/2009
  • Re: load Crystal report from url

    Thanks for the info, but I didn't find other alternative. Cheers
    Posted to Crystal Reports (Forum) by rbadis on 8/27/2009
  • Re: FileUpload is not working for me

    Thank you very much All-Star that did solve it Cheers
    Posted to Getting Started (Forum) by rbadis on 8/26/2009
  • FileUpload is not working for me

    Hi, I have almost everything by the book but still not working for me. I have 3 FileUploads and every one of them has an attach linkButton in an UpdatePanel to perform the attaching process where I'm using the bellow code to do so: protected void attachPart1DocumentLinkButton_Click(object sender, EventArgs e) { UpdatePanel mainUpdatePanel = (UpdatePanel)this.Page.FindControl("mainUpdatePanel"); if (part1FileUpload.HasFile == true) { part1FileUpload.SaveAs(Request.PhysicalApplicationPath
    Posted to Getting Started (Forum) by rbadis on 8/25/2009
  • Re: FileUpload is not working for me

    Moving it outside the UpdatePanel is not an option for me. Thanks
    Posted to Getting Started (Forum) by rbadis on 8/25/2009
  • Re: FileUpload is not working for me

    Yes, I did register the postback on the ScriptManager in page load: if (!Page.IsPostBack) { ScriptManager1.RegisterPostBackControl( attachPart1DocumentLinkButton ); } And still not working. But, your article was talking adding reference in the Master Page but I'm not using master page, so how ca I add that refence to it!? Thanks
    Posted to Getting Started (Forum) by rbadis on 8/25/2009
Page 1 of 34 (333 items) 1 2 3 4 5 Next > ... Last »