Search

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

Matching Posts

  • Re: FIX - DataSet Error "Could not find a non generic method"

    Is this happening during design time, when you finish editing the datasource and commit your changes? Or is this during runtime, when you click to postback your changes, and the datagrid fails to redraw or update? Ctut
    Posted to Tips & Tricks (Forum) by ctut on 5/23/2007
  • Re: FIX - DataSet Error "Could not find a non generic method"

    Yes, you'll need to have the ID included in the Grid, but set its visibility to hidden if you don't want to see it. The Grid needs it when sending the original primary key value back to the table adapter.
    Posted to Tips & Tricks (Forum) by ctut on 5/6/2006
  • Re: FIX - DataSet Error "Could not find a non generic method"

    The root of the problem has to do with the TableAdapter and its configuration wizard within the DataSet.xsd. By default, Visual Studio will enable the "Refresh the data table" option on the "Advanced Options" dialog accessible via a button in the lower left corner of the "Enter a SQL Statement" page of the TableAdapter Configuration Wizard. If the "Refresh the data table" checkbox is checked, it will append a SELECT statement to the end of the UPDATE and INSERT statements to "retrieve identity column
    Posted to Tips & Tricks (Forum) by ctut on 5/4/2006
  • Re: Dataset + ObjectDatasource + GridView + ASP.NET 2

    The root of the problem has to do with the TableAdapter and its configuration wizard within the DataSet.xsd. By default, Visual Studio will enable the "Refresh the data table" option on the "Advanced Options" dialog accessible via a button in the lower left corner of the "Enter a SQL Statement" page of the TableAdapter Configuration Wizard. If the "Refresh the data table" checkbox is checked, it will append a SELECT statement to the end of the UPDATE and INSERT statements to "retrieve identity column
    Posted to Data Presentation Controls (Forum) by ctut on 5/4/2006
  • Re: Setup, Win2003 Server & WWW service in IIS 5.0 isolation Mode

    I too was experiencing the problem you described when trying to install .Text on a .NET 2003 Server running IIS that was also running as a domain controller. What I discovered is that this behavior is expected when running in isolation mode. Isolation mode by default uses the ASPNET account which after promoting your server to a DC, looses it's access to the file system (I beleive). There is a Knowledge Base article on Microsoft's site titled "ASP.NET Does Not Work with the Default ASPNET Account
    Posted to .Text (Blogs) (Forum) by ctut on 11/25/2003
Page 1 of 1 (5 items)