Creating a new form in C# is fairly simple, thanks to the Form class. But what about referencing an existing one? Step through this sample code and see how it's done. Much of the time in the real ...
I have a textbox on an ASP.NET page which users enter new users in.(multiples separated by a semicolon) We've been having performance issues and want to only let people enter 10 users. What's the best ...
I've got a C# form that is going to be displayed as a Modal Dialog from another form. In the event handler for the "OK" button, I validate the other controls on the form, and do some work.<BR><BR>In ...