Search

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

Matching Posts

  • Re: Display Word Document on .aspx page?

    You need to set some options in the Folder Options. Open windows explorere by clicking on my computer. Click on the tools>>Folder Options. Click on the File types tab. scroll through the list and select the file extension you want to modify. We'll use .doc for example. Select .DOC from the list. Cliek the Advanced button. Thjis opens the "Edit File Type" window. Uncheck confirm open after download and check browse in same window. This will cause the Word doc to be displayed in
    Posted to Getting Started (Forum) by programthat on 12/15/2009
  • Re: Session ending when child page is closed

    A new window is a requirement so _blank is required. Session timeout is set to 20 minutes. Timeout should not be the issue. This happens if I open the new page withing the first minute.
    Posted to State Management (Forum) by programthat on 10/27/2009
  • Re: Session ending when child page is closed

    Thanks for the suggestion but setting hte timeout did not work either.
    Posted to State Management (Forum) by programthat on 10/27/2009
  • Re: Session ending when child page is closed

    it was on the page. It needs to be doen in the global.asax file doesn't it!! I will try this.
    Posted to State Management (Forum) by programthat on 10/27/2009
  • Session ending when child page is closed

    Hi all, I have an app that opens a child window via ScriptManager.RegisterStartupScript(Me, Me.GetType, "OpenWindow", "window.open('/Repository/document.aspx?DB=" & Document.Database.Name & "&EID=" & Document.ID & "','_blank');", True). I lose all of my access to session variables when workiong on the page the new page was spawned from after this new page opens. Any ideas? Thanks,
    Posted to State Management (Forum) by programthat on 10/26/2009
    Filed under: Session State, Session Management, session end, session problem, sessionn state, session asp.net
  • Re: View State expiry time

    I learned some new things from these articles. Good reads! Thanks for the links
    Posted to State Management (Forum) by programthat on 10/15/2009
  • Re: session_start event in global.asax not call

    If you need to trigger the event when a pdf is viewed you could place an iframe on an aspx page and set the url of the iframe to the url of the pdf. The page will load triggering the event and the pdf will be displayed.
    Posted to State Management (Forum) by programthat on 10/15/2009
  • Re: Config file?

    Greetings, We are working on a web based application here at work. We are part of the empower program which gives us some Microsoft consulting time for our projects. We were originally using typed datasets to connect to SQL Server. During one of our consulting meetings we asked for suggestions on how to imporve our sql connection performance. They suggested using Enterprise Library. You can check it out here. It make connecting to MS SQL Server very easy and efficient. http://msdn.microsoft.com/en
    Posted to Getting Started (Forum) by programthat on 10/13/2009
  • Accordion Pane Display Issue

    I am adding accordion panes dynamically to an accordion which has been defined in the desugner. I am adding grid controls to the content container in the code behind. The panel that is set as the selected index displays correctly. The others do not. When I view the page source the markup representing the grids is present. When I click on my accordion headers for the panes that were not set as the selectedindex its like there is no panel present. the accordion does not expand the pane or anything
    Posted to ASP.NET AJAX Control Toolkit (Forum) by programthat on 10/13/2009
    Filed under: Accordion, Accordion Divs, Accordian Control Toolkit, accordian panes, accordion pane, accordian AjaxToolkit gridview objectdatasource, Accordion panes all opened, Accordion Collapse, accodion dynamic content gridview
  • Re: The user is not associated with a trusted SQL Server connection Error

    Thanks to both of you for the replies. That did the trick. Were off and running. Regards,
Page 1 of 3 (27 items) 1 2 3 Next >