Hi,

I am wondering if anyone could help me.

I am using a DataGrid to display employee expenses. Each Expense has an "Incurred_Date". A the moment my grid shows all the expenses for a particular employee.

How do I go about showing an employee's expenses just for one month??

I have a dropdown list with the 12 months of the year and was thinking that if i click on a month, it would compare it to the database and then display the necessary data.

If someone could show me some sample code I would really appreciate it.

Thank You!