Search

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

Matching Posts

  • Re: DataSources

    I found the problem and laughed when I figured it out. The page was set to refresh every 15 seconds.
    Posted to Web Forms (Forum) by JimRieck on 1/5/2006
  • Re: DataSources

    Nope, there is nothing in the code behind, besides the generated code, that is running. AutoPostback is set to true but I need it to be. Jim
    Posted to Web Forms (Forum) by JimRieck on 1/3/2006
  • DataSources

    All, I have a page with a dropdown list on it. I used a sqldatasource to populate a dropdown list. When I select an item in my dropdown, the page refreshes and the first item is selected. Is there a setting to not reload the combo box ever time the page loads or does a postback? Thanks Jim
    Posted to Web Forms (Forum) by JimRieck on 1/3/2006
  • Re: DataView Control

    This would be for a shopping cart application. I have the columns display what the user has in their cart. I am using template columns within the grid. What else would you like to know?
    Posted to Data Presentation Controls (Forum) by JimRieck on 12/15/2005
  • Re: DataView Control

    Yes, the datasource is set on the grid. I am getting data, but when I change a quantity in the grid the RowDataBound event doesn't fire.
    Posted to Data Presentation Controls (Forum) by JimRieck on 12/15/2005
  • Re: DataView Control

    It appears that for some reason the event is not firing. Would there be another reason for this? I am using the standard addition of VS. Jim
    Posted to Data Presentation Controls (Forum) by JimRieck on 12/15/2005
  • DataView Control

    All, The datagrid control in .Net 1.1 and before had an itemdatabound event which fired when the page loaded and when there was a postback. The new dataview control has a RowDataBound control which only fires when the page is loaded. I need the same functionality as the old datagrid control had. Is there a way to do this with the new dataview control? Thanks Jim
    Posted to Data Presentation Controls (Forum) by JimRieck on 12/15/2005
  • Re: Reading Web.config settings

    Found the problem. I needed a reference to System.configuration in the project. I added it and now the intellisense works. Jim
    Posted to Web Forms (Forum) by JimRieck on 11/23/2005
  • Re: Reading Web.config settings

    In my business class I have a method that sets a connection string property on the same object. I'm trying to make it look like: protected void CreateConnection() { this.Connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; } The ConfigurationManager does not appear in the intellisense window. Any ideas?
    Posted to Web Forms (Forum) by JimRieck on 11/23/2005
  • Re: Reading Web.config settings

    I'm actually in a C# class file(no gui). When I go into a VB code behind page I can view the ConfigurationManager class. Is this class only for VB and not C#? Is there a setting that could be wrong? Jim
    Posted to Web Forms (Forum) by JimRieck on 11/23/2005
Page 1 of 2 (20 items) 1 2 Next >
Microsoft Communities