Tagged Questions

9
votes
25answers
5k views

Who actually uses DataGrid/GridView/FormVIew/etc in production apps?

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 ...
2
votes
1answer
72 views

Now getting how to create a user control for this kind of display with databinding as well

How to create a user control for this kind of layout. I have a css. But dont know how to create a control for this kind of display. Title is the department name and below mentioned radio buttons are ...
1
vote
1answer
1k views

Always show FooterTemplate, even no data

Is there a short way to make a FooterTemplate (in a GridView) always visible, even when DataSource is empty?
0
votes
3answers
66 views

Addicted to Rich Data Controls

I learned .NET via the compulsory texts and resources. Almost all of them spend all of their time using rich data controls to display and work with data. I'm in a job situation now where this is ...
0
votes
1answer
20 views

I have a question about data controls

I used a few data controls, but I am not experienced enough to know with what controls to stick and with which not to stick.. If gridview has so many events and properties why would I choose to use: ...
0
votes
2answers
78 views

not able to find usercontrol in edittemplate of datalist

i have a webusercontrol in the edittemplate of the datalist. in the code behind, in the itemCommand, when i try to find it using findcontrol, i get null object. what is it that i am doing wrong? ...
0
votes
1answer
181 views

How to Conditionally determine Number of Data Items of a Nested Repeater Control!

I can use nested repeater to show my grouped data on a page (according to this: http://goo.gl/sH6g). In my case I have Category-Products structure and want to show each category and its products ...