I haqve a C#.net 2008 desktop application that displays selected rows in a datagrid using linq. This application has
a dropdown list of specific values in 'Category' for a user to select the kind of data they would like to see. When
the user selects the specific value they want to see "category" and the user hits the submit button, the entire
column for 'Category' goes away.
Is there something you can recommend for me to look at to see why the column for 'category' goes away?
Sam HobbsPosted Aug 14, 2011, 9:09 PM
jasminiePosted Aug 14, 2011, 8:48 PM
So you are saying once the user hits the submit button, see what happens. I did that however the application keeps running when there are no more breakpoints. I just know the entire form gets reloaded. I know to put a breakpoint when it gets reloaded. However, I do not know what else to look at.
Sam HobbsPosted Aug 14, 2011, 7:52 PM
It is not clear to me where the dropdown list is. Is there one per row or is there one for the entire form?