Click here to Skip to main content
15,896,264 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: C# Sending Email Pin
jojoba20109-Jan-10 21:31
jojoba20109-Jan-10 21:31 
GeneralRe: C# Sending Email Pin
Abhijit Jana9-Jan-10 22:14
professionalAbhijit Jana9-Jan-10 22:14 
QuestionRe: C# Sending Email Pin
jojoba20109-Jan-10 22:44
jojoba20109-Jan-10 22:44 
AnswerRe: C# Sending Email Pin
Abhijit Jana10-Jan-10 0:14
professionalAbhijit Jana10-Jan-10 0:14 
QuestionRe: C# Sending Email Pin
jojoba201010-Jan-10 0:38
jojoba201010-Jan-10 0:38 
AnswerRe: C# Sending Email Pin
Abhijit Jana10-Jan-10 0:58
professionalAbhijit Jana10-Jan-10 0:58 
AnswerRe: C# Sending Email Pin
Abhishek Sur10-Jan-10 2:21
professionalAbhishek Sur10-Jan-10 2:21 
QuestionRe: C# Sending Email Pin
jojoba201010-Jan-10 4:31
jojoba201010-Jan-10 4:31 
I get these Errors

Error	1	Property or indexer 'System.Net.Mail.MailMessage.To' cannot be assigned to -- it is read only	I:\WebSite3\Default.aspx.cs	23	9	I:\WebSite3\


Error	2	Cannot implicitly convert type 'string' to 'System.Net.Mail.MailAddressCollection'	I:\WebSite3\Default.aspx.cs	23	22	I:\WebSite3\

Error	4	'System.Net.Mail.MailMessage' does not contain a definition for 'Cc' and no extension method 'Cc' accepting a first argument of type 'System.Net.Mail.MailMessage' could be found (are you missing a using directive or an assembly reference?)	I:\WebSite3\Default.aspx.cs	25	17	I:\WebSite3\


Error	6	'System.Net.Mail.MailMessage' does not contain a definition for 'Cc' and no extension method 'Cc' accepting a first argument of type 'System.Net.Mail.MailMessage' could be found (are you missing a using directive or an assembly reference?)	I:\WebSite3\Default.aspx.cs	26	17	I:\WebSite3\


Warning	8	'System.Web.Mail.SmtpMail' is obsolete: 'The recommended alternative is System.Net.Mail.SmtpClient. http://go.microsoft.com/fwlink/?linkid=14202'	I:\WebSite3\Default.aspx.cs	29	9	I:\WebSite3\

Error	9	The best overloaded method match for 'System.Web.Mail.SmtpMail.Send(System.Web.Mail.MailMessage)' has some invalid arguments	I:\WebSite3\Default.aspx.cs	30	9	I:\WebSite3\

Error	10	Argument '1': cannot convert from 'System.Net.Mail.MailMessage' to 'System.Web.Mail.MailMessage'	I:\WebSite3\Default.aspx.cs	30	23	I:\WebSite3\

AnswerRe: C# Sending Email Pin
HarrisonB10-Jan-10 6:22
HarrisonB10-Jan-10 6:22 
QuestionHow set dyamic image url in xml file for adrotater controle Pin
Samarjeet Singh@india8-Jan-10 22:15
Samarjeet Singh@india8-Jan-10 22:15 
AnswerRe: How set dyamic image url in xml file for adrotater controle Pin
sashidhar8-Jan-10 22:52
sashidhar8-Jan-10 22:52 
Questionhow to use three tier architecture in asp.net Pin
developerit8-Jan-10 21:32
developerit8-Jan-10 21:32 
AnswerRe: how to use three tier architecture in asp.net Pin
dan!sh 8-Jan-10 21:51
professional dan!sh 8-Jan-10 21:51 
AnswerRe: how to use three tier architecture in asp.net Pin
Brij9-Jan-10 1:18
mentorBrij9-Jan-10 1:18 
AnswerRe: how to use three tier architecture in asp.net Pin
Abhijit Jana9-Jan-10 22:18
professionalAbhijit Jana9-Jan-10 22:18 
Questiondisplaying in Treview control from database Pin
developerit8-Jan-10 20:59
developerit8-Jan-10 20:59 
AnswerRe: displaying in Treview control from database Pin
sashidhar8-Jan-10 22:45
sashidhar8-Jan-10 22:45 
Questiondatalist Pin
mylogics8-Jan-10 19:49
professionalmylogics8-Jan-10 19:49 
AnswerRe: datalist Pin
dan!sh 8-Jan-10 20:16
professional dan!sh 8-Jan-10 20:16 
GeneralRe: datalist Pin
mylogics8-Jan-10 20:20
professionalmylogics8-Jan-10 20:20 
GeneralRe: datalist Pin
dan!sh 8-Jan-10 21:31
professional dan!sh 8-Jan-10 21:31 
GeneralRe: datalist Pin
mylogics8-Jan-10 22:29
professionalmylogics8-Jan-10 22:29 
GeneralRe: datalist Pin
sashidhar8-Jan-10 22:49
sashidhar8-Jan-10 22:49 
GeneralRe: datalist Pin
mylogics8-Jan-10 23:02
professionalmylogics8-Jan-10 23:02 
GeneralRe: datalist Pin
sashidhar8-Jan-10 23:11
sashidhar8-Jan-10 23:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.