
by the way how i can apply for this
nomad

Build a stunning handcrafted website with IT Acumens
|
|
---|
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: elvin crude on Oct 19, 2009, 09:32 PM
THANKS ADMIN FOR YOUR CO-OPERATION...
i am not disclosing my identity.. Just in case if this company(i bet it has 1 out of 100 chances) has good reputation(i will apply for it and join in). Then i don't want to lose any chances.I would prefer to play all the cards laid on my table. I hope you guys will understand me....
QuoteTest Case Two :
<system.net>
<mailSettings>
<smtp>
<network host="127.0.0.1" defaultCredentials="true" userName="*******" password="*******"/>
</smtp>
</mailSettings>
</system.net>
Quoteprotected void Button2_Click(object sender, EventArgs e)
{
try
{
MailMessage mail = new MailMessage();
mail.From = new MailAddress(TextBox1.Text);
mail.To.Add(TextBox2.Text);
mail.Subject = TextBox4.Text;
mail.Body = TextBox5.Text;
SmtpClient mailClient = new SmtpClient();
//mailclient.host="127.0.0.1";
mailClient.Send(mail);
}
catch (Exception er)
{
Label4.Text = er.Message;
}
}
Quote from: Institution on Jun 04, 2009, 04:34 PM
There are many freshers and experienced vacancies available in wipro , TCS and big companies
|
|
---|
Page created in 0.029 seconds with 13 queries.