Search

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

Matching Posts

  • Re: Accessing Outlook from an ASP.Net page

    [quote user="prashanthganathe"] Hello, I am trying to access outlook 2007, shared calendar folder. If you know how can we do it please suggest, we badly need your advice. [/quote] Why did you hijack my thread? Please start a seperate thread for you question.
  • Accessing Outlook from an ASP.Net page

    I need to display outlook emails on an ASP.Net web page and determine which item is currently selected (to determine the subject and contents of the email). I'm using the OutlookViewCtl control which works very nicely in displaying the items but I can't find any way of determining which item is currently selected. Using the Selection property of the control gives a Permission Denied error. Is there anyway to do this from an ASP.Net page? I'm using the following code to create the object
    Posted to Enterprise Services Integration (Forum) by hschutte on 6/18/2009
    Filed under: ASP.NET, Outlook
  • Re: Crystal Report & VS 2005

    You'll need to add the following to the top of your code behind page: Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Then use the following in method where u want to display the report: CrystalReport = New ReportDocument() CrystalReport.Load( "MyReport.rpt" ) 'Specify the path to the report
    Posted to Crystal Reports (Forum) by hschutte on 3/7/2007
  • The RPC server is unavailable

    I get this error when trying to print a Crystal Report from an ASP.Net page. I'm using a network printer to print and invoking the PrintToPrinter method of the ReportDocument. The code I'm using: CrystalReport.PrintOptions.PrinterName = "\\SERVER1\DOT4_001" CrystalReport.PrintToPrinter(1, False , 0, 0) Is there an ActiveX viewer that I should be using? (I'm using the CrystalReportViewer that ships with VS2005) Any ideas? Note: I'm using ASP.NET 2 (VB), VS 2005 and Crystal Reports .NET (That ships
    Posted to Crystal Reports (Forum) by hschutte on 3/7/2007
  • asp:Menu gives Server Error

    I get a 'Server Error in '/' Application' on a page that has an asp.net menu. It highlights the <asp:Menu ...> line. This page is inside an iframe. Any ideas what could be wrong?
  • Re: ASP Menu across iframes

    Thanks, I'll try that. What other way can I have multiple pages on the same main page without using iframes? I don't want the whole page to refresh when changing the content in one "frame".
    Posted to Web Forms (Forum) by hschutte on 6/20/2006
  • ASP Menu across iframes

    I'm using an ASP.Net menu in one iframe. I need the menu subitems to expand across another iframe that is right next to it. Is this possible?
    Posted to Web Forms (Forum) by hschutte on 6/7/2006
  • Re: DragOverlayExtender control does not retain new location

    I found the solution to this problem. If you put style="height:100%;" in the body tag, the panel moves and retains it's position.
    Posted to ASP.NET AJAX UI (Forum) by hschutte on 5/25/2006
  • RoundedCornersExtender giving error on page

    When I add this control to the page together with a DragOverlayExtender control, the page generates an error as soon as the panel is moved once. And after this the control can't be moved again. Any ideas? The code: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register Assembly="AtlasControlToolkit" Namespace="AtlasControlToolkit" TagPrefix="cc1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" " http://www.w3.org/TR/xhtml11
    Posted to ASP.NET AJAX UI (Forum) by hschutte on 5/25/2006
  • DragOverlayExtender control does not retain new location

    When I use the DragOverlayExtender (or DragPanelExtender) control, the panel can be moved but as soon as you release the mouse button the panel jumps back to it's original position. How can I fix this? The code for the .aspx page: <%@ Page Language="C#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <html xmlns=" http://www.w3.org/1999/xhtml " > <head id="hd"> <title>Test</title> <atlas
    Posted to ASP.NET AJAX UI (Forum) by hschutte on 5/25/2006
Page 1 of 2 (16 items) 1 2 Next >