Because I need to check other conditions...age brackets:
and
(Datediff(DAY, filedate,Getdate())>301 ) AND(Datediff(DAY, filedate,Getdate())<350)
and
>351 < 400
and
> 400
How do I add that to the stored procedure so when the button changes it picks up those and place it into the gridview?
The gridview loads with over 250 pending.
The value of 300 button will show >301 < 350
350 button will show >351 <400
400 button will show > 400