Click here to Skip to main content
15,886,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how can i clear gridview Pin
rajkumar.316-Apr-08 1:27
rajkumar.316-Apr-08 1:27 
GeneralRe: how can i clear gridview Pin
Vijayitsb16-Apr-08 1:39
Vijayitsb16-Apr-08 1:39 
GeneralRe: how can i clear gridview Pin
rajkumar.316-Apr-08 1:48
rajkumar.316-Apr-08 1:48 
GeneralRe: how can i clear gridview Pin
Vijayitsb16-Apr-08 2:01
Vijayitsb16-Apr-08 2:01 
AnswerRe: how can i clear gridview Pin
Ashish Sehajpal16-Apr-08 7:11
Ashish Sehajpal16-Apr-08 7:11 
Generalexe integration [modified] Pin
Cuckoo16-Apr-08 0:13
Cuckoo16-Apr-08 0:13 
GeneralMailbox unavailable. Pin
suveenmohan16-Apr-08 0:09
suveenmohan16-Apr-08 0:09 
GeneralRe: Mailbox unavailable. Pin
eyeseetee16-Apr-08 0:14
eyeseetee16-Apr-08 0:14 
MailMessage objMM = new MailMessage();
objMM.To = "email@y.com";
objMM.From = mailtxt.Text;
objMM.Bcc = "a@b.com";
objMM.Cc = "b@b.com";
objMM.BodyFormat = MailFormat.Html;
objMM.Priority = MailPriority.Normal;
objMM.Subject = subjecttxt.Text;
objMM.Body = "textbox1";
SmtpMail.Send(objMM);
SmtpMail.SmtpServer = "localhost";

try something like that maybe

also try

http://codebetter.com/blogs/peter.van.ooijen/archive/2006/04/05/Using-localhost-as-mailserver-_2800_5.7.1-Unable-to-relay-for-xxx_2900_.aspx
GeneralRe: Mailbox unavailable. Pin
suveenmohan16-Apr-08 18:04
suveenmohan16-Apr-08 18:04 
QuestionAjax Tab control Pin
Krazy Programmer16-Apr-08 0:00
Krazy Programmer16-Apr-08 0:00 
GeneralRe: Ajax Tab control Pin
eyeseetee16-Apr-08 0:10
eyeseetee16-Apr-08 0:10 
QuestionRe: Ajax Tab control Pin
Krazy Programmer16-Apr-08 0:13
Krazy Programmer16-Apr-08 0:13 
GeneralRe: Ajax Tab control Pin
eyeseetee16-Apr-08 0:15
eyeseetee16-Apr-08 0:15 
GeneralRe: Ajax Tab control Pin
Krazy Programmer16-Apr-08 0:23
Krazy Programmer16-Apr-08 0:23 
GeneralRe: Ajax Tab control Pin
eyeseetee16-Apr-08 0:37
eyeseetee16-Apr-08 0:37 
GeneralRe: Ajax Tab control Pin
Krazy Programmer16-Apr-08 1:15
Krazy Programmer16-Apr-08 1:15 
GeneralRe: Ajax Tab control Pin
eyeseetee16-Apr-08 1:23
eyeseetee16-Apr-08 1:23 
GeneralRe: Ajax Tab control Pin
Krazy Programmer16-Apr-08 2:01
Krazy Programmer16-Apr-08 2:01 
QuestionHow can i close a popup window in vb.net 2005 ? Pin
SekharOne15-Apr-08 23:41
SekharOne15-Apr-08 23:41 
AnswerRe: How can i close a popup window in vb.net 2005 ? Pin
J a a n s15-Apr-08 23:48
professionalJ a a n s15-Apr-08 23:48 
GeneralRe: How can i close a popup window in vb.net 2005 ? Pin
eyeseetee15-Apr-08 23:51
eyeseetee15-Apr-08 23:51 
NewsCheckBox Problem Pin
Vijayitsb15-Apr-08 23:38
Vijayitsb15-Apr-08 23:38 
GeneralRe: CheckBox Problem Pin
eyeseetee15-Apr-08 23:49
eyeseetee15-Apr-08 23:49 
GeneralRe: CheckBox Problem Pin
Vijayitsb15-Apr-08 23:57
Vijayitsb15-Apr-08 23:57 
GeneralRe: CheckBox Problem Pin
Vijayitsb16-Apr-08 0:00
Vijayitsb16-Apr-08 0:00 

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.