I made some changes to my code to bind some text boxes to my DGV (per suggestion) which makes sense but Now I am faced with another problem. When the file loads into the program. The textboxes auto populate.....(Not what I want) they should be empty and only populate the textboxes when I click a certain column in the text box then when I change one of the text boxes and press my enter button, the DGV does not update.
Next I am trying to format my Air Date Column to MM/DD/YYYY if it is not text IE Unknown or Summer of 2014.... It should be MM/DD/YYY
I also need to have "button1" check the DGV Air Date Column and if the date matches todays date or in the past launch the url in Weblink columns for each row that the case is true.
I have uploaded my code in a text file. Any Help is much appreciated
Please be gentle. I am learning so there are things I miss and don't understand.
Code.txt
Next I am trying to format my Air Date Column to MM/DD/YYYY if it is not text IE Unknown or Summer of 2014.... It should be MM/DD/YYY
I also need to have "button1" check the DGV Air Date Column and if the date matches todays date or in the past launch the url in Weblink columns for each row that the case is true.
I have uploaded my code in a text file. Any Help is much appreciated
Please be gentle. I am learning so there are things I miss and don't understand.
Code.txt