Hi,
I'm new to ASP.NET. I have a simple page with two controls (datagrid and dropdown box). The dropdown has a 4 digit year while the grid displays data depending on the year.
When the dropdown selection changes, I need the selected year to fire.
Here is the code I have but on the first...