am i the only one who thinks that c# screen development really sucks? i have just completed the silly task of repeating the same 30 lines of code sixteen times.
and why, some might ask, are you so silly to do that? it is because, unlike java and visual basic 6.0, c# has no damn way of creating control arrays. so where you could just have written some generic function and just pass it an argument or use some for control loop you have to repeat the same sud forsaken code for each and every single textbox which does the exact same thing.