hot questions tagged data-controls - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T07:06:23Z http://stackoverflow.com/feeds/tag?tagnames=data-controls&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/16963/who-actually-uses-datagrid-gridview-formview-etc-in-production-apps 6 Who actually uses DataGrid/GridView/FormVIew/etc in production apps? public static 2008-08-19T21:09:30Z 2009-07-30T14:03:24Z <p>Hi,</p> <p>Curious if others feel the same as me. To me, controls such as datagrid/gridview/formview/etc. are great for presentations or demo's only. To take the time and tweak this controls, override their default behavior (hooking into their silly events etc.) is a big headache. The only control that I use is the repeater, since it offers me the most flexibility over the others.</p> <p><strong>In short, they are pretty much bloatware.</strong></p> <p>I'd rather weave my own html/css, use my own custom paging queries. </p> <p>Again, if you need to throw up a quick page these controls are great (especially if you are trying to woo people into the ease of .net development hehe).</p> <p>I must be in the minority, otherwise MS wouldn't dedicated so much development time on these types of controls...</p> http://stackoverflow.com/questions/994895/always-show-footertemplate-even-no-data 0 Always show FooterTemplate, even no data Shimmy 2009-06-15T07:39:46Z 2009-06-15T07:57:43Z <p>Is there a short way to make a FooterTemplate (in a GridView) always visible, even when DataSource is empty?</p>