News

Sometime there is a situation where we have to call previous page method after completing the current page process. this is usually required when we open the page in dialog box.here below is the ...
This one is a new subject for me. I've seperated logic in all kinds of programs before, but never in C# where forms are involved. Honestly, I'm just teaching myself the language, having a decent ...
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 ...