What is the best way todo this:
I'm binding the results of stored procedure to a gridview in the following code:
gvLocations.DataSource = dropOffContext.selectDropOffLocationsByZip(latitude, longitude)
Open in new window
What I would like todo is update a panel (pnlMailBack) with some code if the first result has a value >25 in a particular field.
Thanks,
James.