Posted on: 4/16/2014 3:26:24 PM | Views : 359

I contemplated showing my code... but it's over 600 lines... Hopefuly if I explain my scenario some of you might know what's going on.
 
One of my subroutines can successfuly change the text of a textbox.
When I try to do it again in a different subroutine, it cannot change the text within the same textbox.
I really don't know WTF is going on with this and I am quite frustrated how sometimes my code works and the other times it doesn't.
I can't even return the column count on my global DataTable variable. It likes to pretend that it doesn't exist or there are no clumns within it even though I just populated a GridView with the damn thing!

Go to the complete details ...