Search

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

Matching Posts

  • DynamicData Customization

    Ok, so I'm trying to figure out DynamicData. I'm trying to accomplish something that I think should be pretty simple, but being simple myself, I've yet to find the correct way. I'm using Linq-To-Sql. If I have a table with ID, FirstName, LastName, and that table is a FK to a table, say 'AssignedTasks'. When AssignedTasks list is rendered, the filter Resource filter drop-down displays only FirstName. I want to be able to have that drop-down display 'LastName, FirstName'
    Posted to ASP.NET Dynamic Data (Forum) by JesusReagan on 8/22/2008
    Filed under: Dynamic Data Controls, ASP .NET 3.5 extentions
  • Problem with Linq to Sql reference in VS 2008

    When I try to add LINQ to SQL classes to a project in VS 2008, I always get the following error: Error 1 Could not load type 'System.Data.Linq.SqlClient.Sql2008Provider' from assembly 'System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. 0 0 I've done some research on the error, and can only find one other person experiencing this issue, and that person was getting the error using sqlmetal. The solution that person found was to install the "Windows
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by JesusReagan on 7/24/2008
    Filed under: Visual Studio 2008 LINQ to SQL
  • Re: How do I select multiple controls in VWD 2008

    yes, the decision to not support multiple selection of controls is just plain idiotic. Don't know about the rest of you, but I use that capability *heavily*. For the love of Pete, who made that bone-headed decision?
  • Re: Can not Select Multiple Controls.

    I find this pretty much unbelievable. I just started using vs 2008, but have used all the past versions of vs. Being able to select multiple controls such that one can change property values on all of them at the same time is something that I have always heavily used. Just incredible that this was not included.
    Posted to Visual Studio 2008 (Forum) by JesusReagan on 3/29/2008
  • Re: VS2k5 crash, now code behind intellisense can't find controls on page

    Thanks, Samsp. Intellisense eventually came back, though I had to restart several times to make it do so. This was just the first symptom of what has become a much larger problem. There are several posts here on VS2005 eating huge amounts of memory when editing templates for Data Controls. For me, VS2005 has become basically unusable, at least if I want to use the designer. I have several FormViews, and I have ItemTemplates, InsertItemTemplates and EditItemTemplates for each one. If I have more than
    Posted to Visual Studio 2005 (Forum) by JesusReagan on 8/12/2006
  • Re: Visual Studio crashes

    I find it amazing that this is not an issue to more developers. Maybe most developers don't use the FormView control, I don't know. I have found that the limit for being able to use the designer to build the ItemTemplate, EditItemTemplate and InsertItemTemplate is about 12 controls per template. Maybe 6 label/textbox pairs. Beyond that, I get System.OutOfMemory errors and lose all the work that I have done on a template as VS2005 crashes. So, if I'm making a FormView with small templates, I have
    Posted to Visual Studio 2005 (Forum) by JesusReagan on 8/12/2006
  • Re: Memory problem with formview

    Does anyone know if this has been solved? I am having the same problem. Running XP Pro, with 1gb memory. If I have a formView template with 6+ labels, VS chews up 700mb of memory. I have done a repair, the a complete uninstall/reinstall. I've tried it on a different machine: same result. This is making the FormView control basically unusable for me, and I *need* to have it available. I followed the link posted by Patel - there doesn't seem to be any resolve from what I can see...hoping someone else
  • Re: Visual Studio crashes

    Does anyone know if this has been solved? I am having the same problem. Running XP Pro, with 1gb memory. If I have a formView template with 6+ labels, VS chews up 700mb of memory. I have done a repair, the a complete uninstall/reinstall. I've tried it on a different machine: same result. This is making the FormView control basically unusable for me, and I *need* to have it available. I followed the link posted by Patel - there doesn't seem to be any resolve from what I can see...hoping someone else
    Posted to Visual Studio 2005 (Forum) by JesusReagan on 8/3/2006
  • Re: Theme/skin renders fine, but has no effect at design-time

    Just to update this - I have not solved this issue. I did a VS2k5 repair; that didn't work. And, I then uninstalled and reinstalled - still no luck. By the way, this problem is not isolated to one project. I can make a new project and still have the same issue. Again, the page renders fine, the theme is applied at run time, but the theme does not display at design time, which makes layout virtually impossible.
  • VS2k5 crash, now code behind intellisense can't find controls on page

    VS crashed on me, and since, intellisense in the code behind page does not display any of the controls on the page. I can add a new control, and still intellisense does not display the control. The .aspx still references the correct code behind file, and the page runs/renders fine. I figure this is an initialization issue, or that none of my controls are now child controls of the page...or some such thing. Can anyone point me in the right direction? I don't want to have to rebuild this page.....
    Posted to Visual Studio 2005 (Forum) by JesusReagan on 7/20/2006
Page 1 of 2 (12 items) 1 2 Next >