January 26th, 2011, 06:26 AM
Thanks dannystommen, will have to configure the SMTP server first...
January 4th, 2011, 11:27 PM
Hi guys!
I am doing a project which requires the functionality of sending an Email to registered Users. I have tried the "SimpleMail" examples that are freely available, but I keep getting errors. I...
September 7th, 2010, 12:12 PM
"NEW file"?
My friends have also got the same problem. This is an assignment we have got, but without this we cannot go far. I have tried everything, I spent about 3/4 whole days to find a...
September 7th, 2010, 05:23 AM
I tried both ways, but still nothing. :(
September 7th, 2010, 04:46 AM
If that's the case, it's useless using ADO.NET for database operations right? Please check my code and see if that's really necessary. Appreciate the feedback :)
September 7th, 2010, 02:11 AM
I renamed the connection string to:
conn.ConnectionString = @"Data Source=.\SQLEXPRESS;AttachDbFilename=C:\Users\AgAr\Documents\Visual Studio...
September 7th, 2010, 12:29 AM
I get an sqlexception when I do that. The error is;
"An attempt to attach an auto-named database for file C:\Users\AgAr\Documents\Visual Studio...
September 6th, 2010, 11:58 PM
The connection string is as follows;
editPDConn.ConnectionString =
@"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\AgTrainDB.mdf;Integrated Security=True;Connect Timeout=30;User...
September 6th, 2010, 11:32 PM
How should the connection string look like then?
And again, how should I go about doing this?
Appreciate your input Arjay :)
September 6th, 2010, 11:12 PM
Finally a reply! :) Well Arjay, is there a way around it?
September 6th, 2010, 10:22 AM
Hi guys!
I'm new to C Sharp and the forums. I have this problem where I have to build a project for an agriculture company. I am using datatables to populate the data. The data is read from the...