Forum: Visual Basic 4 / 5 / 6 Jul 5th, 2009 |
| Replies: 4 Views: 334 Hi,
As the username and password is checked and if the credentials are correct, the system should retrive the email id from the db. Compose the email and sent it at the click of the "OK" button.
... |
Forum: C# Jul 5th, 2009 |
| Replies: 4 Views: 395 Thanks sknake. It worked and the only difference I noticed that I was using the object name along with the delegate and that was causing the problem.
Thanks once again.....Sorry for the late... |
Forum: C# Jun 28th, 2009 |
| Replies: 4 Views: 395 Hi Scott,
I added the necessary accessifier/modifier i.e. defined public to the delegate line, still it throws error to me.
Regards
Deven. |
Forum: C# Jun 28th, 2009 |
| Replies: 4 Views: 395 Hello friends,
I am new to C# and try to learn the basics. I am getting error "error CS0052: Inconsistent accessibility: field the 'Model.Notifier' is less accessible than field... |