Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

calculated field in gridview using vb net 2.0

Status
Not open for further replies.

HOTLIPS

Technical User
Dec 5, 2000
55
GB
Hi

I want to add a calculated field to my gridview of columns....
the field calulates the no of days from todays date and a column field headed 'deadline date'... .this calulated field is to indicate the days overdue

can any one help

thanks
 
I don't understand what the problem is. In your SQL, calcultate the value (computed column), return it in the dataset, and bind it to your gridview.
 
Thanks for the memory jolt .... problem solved

Much appreciated

Hotlips
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top