hot questions tagged data-controls - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T07:06:23Zhttp://stackoverflow.com/feeds/tag?tagnames=data-controls&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/16963/who-actually-uses-datagrid-gridview-formview-etc-in-production-apps6Who actually uses DataGrid/GridView/FormVIew/etc in production apps?public static2008-08-19T21:09:30Z2009-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-data0Always show FooterTemplate, even no dataShimmy2009-06-15T07:39:46Z2009-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>