Forum: C# Nov 24th, 2008 |
| Replies: 3 Views: 1,593 Hi there,
Last time I mailed with C#-code, it happened like this:
MailMessage mailMessage;
SmtpClient client;
mailMessage = new MailMessage();
client = new SmtpClient("relay.skynet.be");... |
Forum: C# Nov 21st, 2008 |
| Replies: 1 Views: 486 Indeed, I'm having the same problem. Sending mails is no problem in .NET, but when you start receiving mails, the troubles begin. Nobody able to help us??? |
Forum: C# Nov 20th, 2008 |
| Replies: 4 Views: 2,334 Hi again Deepas,
Obviously I skipped a few steps.
When you make an ODBC-connection, you determine to which SQL Server it points to. So when you select the ODBC-connection in your crystal... |
Forum: C# Nov 20th, 2008 |
| Replies: 3 Views: 1,499 My first guess would be the CurrentCell property of the datagrid. For this property you have to know at whitch row you just entered the product code. This is an exemple within the CellValueChanged... |
Forum: C# Nov 19th, 2008 |
| Replies: 4 Views: 2,334 Hi Deepas,
Just like you i have to call crystal reports from C#.NET from time to time. I'm not the great expert myself but I'll share my knowledge as much as i can:
The way you describe your... |