Posts by Henrique Souza • 53 points
3 posts
-
1
votes1
answer177
viewsQ: Get Dropdown value when Textbox receives focus
What can I do to get the value that is selected in a DropDownList and move on to a TextBox only when the Textbox receive the focus (when the user clicks the field)? I had already put one…
-
2
votes1
answer95
viewsA: Returns Excel in C# List is returning null
just for the record. I found the problem. I switched my machine with one that works with a 64-bit processor. The error, was falling on Catch, when debugged, I found the problem. I was returning…
-
2
votes1
answer95
viewsQ: Returns Excel in C# List is returning null
This code reads a file Excel and plays a list, the problem that is occurring is it is returning null, like there’s nothing in the Excel, but the column names are correct: string PathConn =…