Asked: Jul 7 2008 6:32 AM GMT
Asked by: N7.green
VB.net download once per month
VB.NET 2005,
detailsview.findcontrols(),
Database,
Visual Basic .NET,
VB.NET
I currently have a label that displays the current month as an int i.e July = 7. I have a database with a username primary key and field 1 - 12 for each month. Each field either has a 0 or 1. I can use a detailsview to with a datasource to view all of the months data belonging to the logged in user, however on the click of another button I want to be able to check whether the current month in the details view has a 1 next to it. If so perform some action. Can this be done?