blah blah blah is here! blah blah » Close

0
votes
1 answers

(C#) Can't use access modifiers in constructor?

I seem to be missing something conceptually about how constructors work. For example, I know that the following compiles, where as the second code block does not, but I don't know [i]how come [/i ]it only compiles if i remove the access mod ...

0
votes
1 answers

ASP.NET User Control Form_Load cannot see control's form members

Hello, I'm a noob to ASP.NET, although I'm a relatively experienced .NET programmer. I'm trying to create my first ASP.NET page that requires a user control. The problem is, the user control can't see its members. At this point, it' ...

Feedback