Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:863614
More Search Options
RSS Available
Matching Posts
Re: Sending an e-mail using a button
protected void Button2_Click(object sender, EventArgs e) { string l1; l1 = txtName.Text + "_" + txtmobile.Text + "_" + txtEmail.Text + "_" + txtQuery.Text; MailMessage mail = new MailMessage(); mail.Subject = "Query"; mail.Body = l1; //the displayed "from" email address mail.From = new System.Net.Mail.MailAddress(txtEmail.Text); mail.IsBodyHtml = false; mail.BodyEncoding = System.Text.Encoding.Unicode; mail.SubjectEncoding = System.Text.Encoding.Unicode
Posted to
Web Forms
(Forum)
by
Rangapure.S.Swapnil
on 7/31/2009
Re: Sending an e-mail using a button
can u post ur code.......
Posted to
Web Forms
(Forum)
by
Rangapure.S.Swapnil
on 7/31/2009
Re: using datagridview to display data
check whthr database is taking the same date..
Posted to
Data Presentation Controls
(Forum)
by
Rangapure.S.Swapnil
on 7/25/2009
Re: Print Gridview / Export to excel & PDF
http://www.aspsnippets.com/post/2009/03/14/Export-GridView-To-WordExcelPDFCSV-in-ASPNet.aspx http://sanzon.wordpress.com/2008/11/15/registerforeventvalidation-and-enableeventvalidation/ Protected Overrides Sub Render(ByVal writer As System.Web.UI.HtmlTextWriter) Page.ClientScript.RegisterForEventValidation(tbxSearch.uniqueid) MyBase.Render(writer) End Sub
Posted to
Data Presentation Controls
(Forum)
by
Rangapure.S.Swapnil
on 7/20/2009
Re: sending email through asp.net2.0
Dim mail As MailMessage = New MailMessage mail.Subject = TextBox2.Text mail.Body =TextBox1.Text 'the displayed "from" email address mail.From = New System.Net.Mail.MailAddress("youremailid@gmail.com") mail.IsBodyHtml = True mail.BodyEncoding = System.Text.Encoding.Unicode mail.SubjectEncoding = System.Text.Encoding.Unicode 'Add one or more addresses that will receive the mail mail.To.Add(TextBox1.Text) Dim cred As Net.NetworkCredential = New Net.NetworkCredential("youremailid
Posted to
Getting Started
(Forum)
by
Rangapure.S.Swapnil
on 7/18/2009
Re: sending email through asp.net2.0
u need to specfic the recipient...try using..becouse u have assigned it aafterward the not passing the value to NetworkCredential..assign it before tht thn try it... System.Net.NetworkCredential NetworkCred = new System.Net.NetworkCredential(UserName,Password);
Posted to
Getting Started
(Forum)
by
Rangapure.S.Swapnil
on 7/18/2009
Re: IsPostBack always False
set the is postback value to true this.IsPostBack = true;
Posted to
Web Forms
(Forum)
by
Rangapure.S.Swapnil
on 7/18/2009
Re: Question about posting a Thread
before posting the question moderator have to chck the question and the appropriate forum where to submit the post ,,so tht u can get the best reply from the experts and who know about the solution..if the post is in rght forum then after sometime your post will be posted..
Posted to
Feedback on this website
(Forum)
by
Rangapure.S.Swapnil
on 7/18/2009
Re: How do you get user's login date and time
for tht u have to maintan database table and insert the login date and time.. and retrvw the lastlogin date and time by using sql commad by using select top ......
Posted to
Security
(Forum)
by
Rangapure.S.Swapnil
on 7/18/2009
Re: sending email through asp.net2.0
add...if u are trying to send mail thrgh gmail port....add it befre using credntial SmtpClient smtp = New SmtpClient("smtp.gmail.com")
Posted to
Getting Started
(Forum)
by
Rangapure.S.Swapnil
on 7/18/2009
Page 1 of 23 (227 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online