Trying to figure out how to code a command based on the content of the row above, I thought about using rowdatabound but that seems to only work with the current row and has no concept of the data around it?
My aim is to be able to look at data via Gridview (working without a problem) but if the above row of data's columns 1-4 match the current row to blank column 1-4 on the current row Example(in excel but of course i need it in ASP / VB.net) below:
What the Grid view should look like:
I know the code will be pretty simple, but I have been starring at my screen for days trying to figure it out and still no luck :(.
Regards Jamie