<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET Dynamic Data</title><link>http://forums.asp.net/1145.aspx</link><description>Discussions regarding the new scaffolding framework in ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: nvarchar(max) Columns are not displayed</title><link>http://forums.asp.net/thread/3269577.aspx</link><pubDate>Wed, 01 Jul 2009 18:21:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3269577</guid><dc:creator>ricka6</dc:creator><author>ricka6</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3269577.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3269577</wfw:commentRss><description>&lt;p&gt;This problem will be fixed in .Net 4 where you can use UIHint(“MulitlineText”)&lt;/p&gt;</description></item><item><title>Re: nvarchar(max) Columns are not displayed</title><link>http://forums.asp.net/thread/3269430.aspx</link><pubDate>Wed, 01 Jul 2009 16:48:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3269430</guid><dc:creator>sysmo</dc:creator><author>sysmo</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3269430.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3269430</wfw:commentRss><description>&lt;p&gt;If you are using LINQ to SQL (a .dbml file), you can search/replace &amp;quot;NVarChar(MAX)&amp;quot; in the source code of the .designer.cs file.&amp;nbsp; Replace with something like &amp;quot;NVarChar(4000)&amp;quot; and the attribute describing the column will be updated for all fields associated with nvarchar(MAX) column types.&amp;nbsp; When you recompile and run the website, these columns will now be shown.&amp;nbsp; This is obviously a &amp;quot;hack&amp;quot; and may cause problems in certain situations, but it will display the colum in listings for you.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: nvarchar(max) Columns are not displayed</title><link>http://forums.asp.net/thread/3191483.aspx</link><pubDate>Wed, 27 May 2009 18:55:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3191483</guid><dc:creator>ricka6</dc:creator><author>ricka6</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3191483.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3191483</wfw:commentRss><description>&lt;p&gt;UIHint&amp;nbsp; &lt;strike&gt;does not work.&lt;/strike&gt; &lt;strike&gt;I&amp;#39;ll come up with an alternative approach.&lt;/strike&gt; Actually, UIHint shows the column on edit and details view, just not in the List view. The right way to do this is copy the text field template to text_Big and truncate the text to something reasonable in the text_Big template. You don&amp;#39;t really want to show 100 pages of text do you?&lt;/p&gt;
&lt;p&gt;If you want to show the first N chars in the list view, I need to work on that.&lt;/p&gt;</description></item><item><title>Re: nvarchar(max) Columns are not displayed</title><link>http://forums.asp.net/thread/3189447.aspx</link><pubDate>Wed, 27 May 2009 04:16:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3189447</guid><dc:creator>ricka6</dc:creator><author>ricka6</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3189447.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3189447</wfw:commentRss><description>&lt;p&gt;nvarchar(max)&amp;nbsp; would be far to large to display (by default). If you really need nvarchar(max) , you don&amp;#39;t want to be showing it. If you want to display something more reasonable, say nvarchar(5000) you should create a field template that checks the length, then displays the field. The UIHint suggestion should work - altho it&amp;#39;s probably the wrong approach. I&amp;#39;ll test it tomorrow.&lt;/p&gt;</description></item><item><title>Re: nvarchar(max) Columns are not displayed</title><link>http://forums.asp.net/thread/3185920.aspx</link><pubDate>Mon, 25 May 2009 13:05:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3185920</guid><dc:creator>orimaspnet</dc:creator><author>orimaspnet</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3185920.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3185920</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;still not displaying using &amp;lt;UIHint(&amp;quot;Text&amp;quot;)&amp;gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: nvarchar(max) Columns are not displayed</title><link>http://forums.asp.net/thread/3185818.aspx</link><pubDate>Mon, 25 May 2009 12:14:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3185818</guid><dc:creator>andreadottor</dc:creator><author>andreadottor</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3185818.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3185818</wfw:commentRss><description>&lt;p&gt;Put only the name of DynamicField without the _edit:&lt;br /&gt;&lt;br /&gt;&amp;lt;UIHint(&amp;quot;Text&amp;quot;)&amp;gt;&lt;/p&gt;</description></item><item><title>Re: nvarchar(max) Columns are not displayed</title><link>http://forums.asp.net/thread/3185690.aspx</link><pubDate>Mon, 25 May 2009 11:26:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3185690</guid><dc:creator>orimaspnet</dc:creator><author>orimaspnet</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3185690.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3185690</wfw:commentRss><description>&lt;p&gt;My Code in UserLogMetadata Class &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;UIHint(&amp;quot;Text_Edit&amp;quot;)&amp;gt; _&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Public Message As Object&lt;br /&gt;&lt;br /&gt;is not working still Column Message is not displayed.&lt;br /&gt;When i use &amp;lt;asp:DynamicField DataField=&amp;quot;Message&amp;quot; /&amp;gt; and Autogeneratedcolumns=false&lt;br /&gt;it displays.&lt;br /&gt;Whats wrang here&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: nvarchar(max) Columns are not displayed</title><link>http://forums.asp.net/thread/3184381.aspx</link><pubDate>Sun, 24 May 2009 20:31:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3184381</guid><dc:creator>sjnaughton</dc:creator><author>sjnaughton</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3184381.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3184381</wfw:commentRss><description>&lt;p&gt;I would use UIHint to choose the Text field.&lt;/p&gt;</description></item><item><title>nvarchar(max) Columns are not displayed</title><link>http://forums.asp.net/thread/3184280.aspx</link><pubDate>Sun, 24 May 2009 18:17:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3184280</guid><dc:creator>orimaspnet</dc:creator><author>orimaspnet</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3184280.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3184280</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;i am using nvarchar(max) in my sql 2005 database.&lt;br /&gt;These Columns are not displayed in my dynamic data website.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;any idea&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>