I have been given a VB.NET project to get fixed up in the next few weeks. It is now over 2 years since I did any ASPX stuff and am really struggling already!
The existing code has a Gridview and some sortable fields. I managed to get another field added as sortable by simple adding a sortable=true section in the aspx file.
Now I need to add a filter to only show certain values. Is there something easy that I can use to show only one status at a given time?
I want to be able to select only the gridview items with a status of 'completed' for example.
Really would appreciate any help with this. .NET seems really difficult.
The guys who wrote it don't use the messy wizard code and instead build up the Gridview elements manually so it's a bit harder to work out what is going on. I take it it is bad practice to use the default DataSource type connectors?
The existing code has a Gridview and some sortable fields. I managed to get another field added as sortable by simple adding a sortable=true section in the aspx file.
Now I need to add a filter to only show certain values. Is there something easy that I can use to show only one status at a given time?
I want to be able to select only the gridview items with a status of 'completed' for example.
Really would appreciate any help with this. .NET seems really difficult.
The guys who wrote it don't use the messy wizard code and instead build up the Gridview elements manually so it's a bit harder to work out what is going on. I take it it is bad practice to use the default DataSource type connectors?