Avatar of jgoodale
jgoodale
Flag for United States of America

asked on 

Test for min value from a datasource

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.
Visual Basic.NETASP.NETProgramming

Avatar of undefined
Last Comment
jgoodale

8/22/2022 - Mon