Click here to Skip to main content
15,922,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: IIS hosting problem Pin
Abhijit Jana6-Apr-10 8:05
professionalAbhijit Jana6-Apr-10 8:05 
QuestionDisable menu item Pin
Paulraj G5-Apr-10 20:59
Paulraj G5-Apr-10 20:59 
AnswerRe: Disable menu item Pin
Arun Jacob5-Apr-10 21:17
Arun Jacob5-Apr-10 21:17 
GeneralRe: Disable menu item Pin
Paulraj G5-Apr-10 21:21
Paulraj G5-Apr-10 21:21 
AnswerRe: Disable menu item Pin
Arun Jacob5-Apr-10 21:47
Arun Jacob5-Apr-10 21:47 
Questionthread hit count and views count help is needed ???? Pin
Rameez Raja5-Apr-10 20:20
Rameez Raja5-Apr-10 20:20 
AnswerRe: thread hit count and views count help is needed ???? Pin
Arun Jacob6-Apr-10 0:25
Arun Jacob6-Apr-10 0:25 
QuestionAsp.Net thrown in the mail problem with Russian characters .. Encoding Pin
koncuk5-Apr-10 20:15
koncuk5-Apr-10 20:15 
Hi,

Asp.Net prepared by pressing a button on a page I've written an e-mail address and mail is being taken. Russian characters are thrown in the mail. Ta outlook but these characters??? comes in the form. I changed the regional language settings, default outlook did russian language, the web config file the necessary global ayarlarınıda I wrote in an e-mail format to set charset for russian characters, but I did not work. code is as follows :

MailMessage msgMail = new MailMessage();
msgMail.From = "mail@mail.com";
msgMail.To = TextBox3.Text;
msgMail.Subject = "Konu";
msgMail.BodyFormat = MailFormat.Html;
msgMail.Priority = MailPriority.High;

string body = "";
body += "";
body += "
Уваж" + TextBox1.Text + " " + TextBox2.Text + "
";
body += "Ваш эксклюзивный код для получе" + kuponkod + "
";
body +="Насла" + "
";
body +="жением

";
body += "всю стоим упки.
Скид раз.
енежного экви упки.
ватель прия испол ";
body += "
";
msgMail.Body=body;

Can you help me?

thanks.
Questionoption Pin
Nilesh Warude5-Apr-10 20:11
Nilesh Warude5-Apr-10 20:11 
AnswerRe: option Pin
Brij5-Apr-10 20:33
mentorBrij5-Apr-10 20:33 
QuestionAlert message for asp.net button Pin
anandhakrishnabca5-Apr-10 19:56
anandhakrishnabca5-Apr-10 19:56 
AnswerRe: Alert message for asp.net button Pin
Brij5-Apr-10 20:31
mentorBrij5-Apr-10 20:31 
AnswerRe: Alert message for asp.net button Pin
Dinesh Mani5-Apr-10 20:52
Dinesh Mani5-Apr-10 20:52 
Questioncoding of thumb impression Pin
ankitmzn5-Apr-10 19:30
ankitmzn5-Apr-10 19:30 
AnswerRe: coding of thumb impression Pin
_Damian S_5-Apr-10 19:37
professional_Damian S_5-Apr-10 19:37 
QuestionallowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Pin
shiva.kore5-Apr-10 19:06
shiva.kore5-Apr-10 19:06 
AnswerRe: allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Pin
RCoate5-Apr-10 20:30
RCoate5-Apr-10 20:30 
GeneralRe: allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Pin
shiva.kore5-Apr-10 21:31
shiva.kore5-Apr-10 21:31 
AnswerRe: allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Pin
nipun_bansal17-Aug-11 20:54
nipun_bansal17-Aug-11 20:54 
Questionquestion Pin
Nilesh Warude5-Apr-10 18:14
Nilesh Warude5-Apr-10 18:14 
GeneralDuplicate Post Pin
Arun Jacob5-Apr-10 19:00
Arun Jacob5-Apr-10 19:00 
Questionuser question Pin
Nilesh Warude5-Apr-10 18:14
Nilesh Warude5-Apr-10 18:14 
GeneralRe: user question Pin
Arun Jacob5-Apr-10 18:58
Arun Jacob5-Apr-10 18:58 
AnswerRe: user question Pin
CoderOnline5-Apr-10 19:58
CoderOnline5-Apr-10 19:58 
AnswerRe: user question Pin
Arindam Tewary5-Apr-10 20:39
professionalArindam Tewary5-Apr-10 20:39 

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.