Search

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

Matching Posts

  • Re: nvarchar(max) Columns are not displayed

    If you are using LINQ to SQL (a .dbml file), you can search/replace "NVarChar(MAX)" in the source code of the .designer.cs file. Replace with something like "NVarChar(4000)" and the attribute describing the column will be updated for all fields associated with nvarchar(MAX) column types. When you recompile and run the website, these columns will now be shown. This is obviously a "hack" and may cause problems in certain situations, but it will display the colum in listings
    Posted to ASP.NET Dynamic Data (Forum) by sysmo on 7/1/2009
Page 1 of 1 (1 items)