Search

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

Matching Posts

  • DataSourceWizard contains no tableadapters

    I have an asp.net web site developed from ver 1 when it launched, now using 2.0. The data layer is using tableadapters. When I now create a new objectdatasource, and try to use the wizard to select my tableadapter (i can be lazy sometimes), none of the tableadapters show up in the drop-down list. If I manually specify the tableadapter in the typename, and re-run the wizard, I can go through the rest of the steps and the wizard will properly pick up the queries and parameters. The site itself works
    Posted to Visual Studio 2005 (Forum) by gozoliet on 4/22/2009
    Filed under: objectDataSource Updating issues
  • Data/Tableadapters and proper use

    I've been working on an application with a lot of tables, and tables with a lot of columns. I'm wondering what's the best way to organize my datasets and have some questions. Let's assume correct DB design. One example, I have a table with many columns in some cases I want to select *, in another case I want to populate a DDL and only select ID/name. Should I create two different tableadapters? I'm open to hearing all of your ideas on how you organize your datasets and tableadapters
    Posted to Architecture (Forum) by gozoliet on 10/3/2008
    Filed under: Tableadapter
  • Re: Safari browser and asp:menu

    Hey Danny, Thanks for the reply - I actually checked out your blog - it's the only reference to this problem on the net. (and made your first comment!). The problem seems to be if they click on a menu item that should have a dynamic list appear, then the whole menu disappears. If they click on a menu that doesn't have any sub-menu, it will redirect them fine. I think I read somewhere, that if we do the downlevel correctly, if they click on a menu item, than it will make the sub-menu pop-up and they
  • random "could not load file or assembly" in .net 2.0

    Since migrating to .net 2.0 I randomly get "could not load file or assembly" errors just out of the blue.. if I open the various pages they refer to it usually goes away after a combination of resaving/rebuilding. Funny thing is, I rarely touch the files they refer to. Server Error in '/' Application. Could not load file or assembly 'App_Web__oi96eeq, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. Description: An unhandled
    Posted to Web Forms (Forum) by gozoliet on 11/29/2005
  • Safari browser and asp:menu

    Hey folks, Having trouble getting the asp:menu to work right on OS X using Safari. The mouseovers simply do not work, and when you click on one of the links, the menu disappears completely. I do have some code-behind on the menu for itemCreated (to cause the parent to be highlighted as selected when a child is selected) Any ideas? -Kevin
Page 1 of 1 (5 items)