TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sathyanarayanan damodarasamy
NA
14
0
how to correct this?
Jun 7 2007 3:36 AM
i want to send a mail from vb.net windows application.using the following code can't send mail. cmd = New SqlCommand("select email from tblCompany", con) dr = cmd.ExecuteReader While dr.Read sb.Append(dr.GetString(0) + ";") End While Response.Redirect("mailto:
[email protected]
?Bcc=" + sb.ToString) in this code sb is string builder,dr is sqldatareader.using above code,can't send mail,but didn't show any error.i have dout in response.redirect line.instead of response.write anything will come.plz help me.
Reply
Answers (
0
)
Create Folders with Permission
Remove and set new permission using c#