Click here to Skip to main content
15,914,444 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Hide column in gridview filled by dataset Pin
minhpc_bk26-Apr-06 16:20
minhpc_bk26-Apr-06 16:20 
QuestionBinding DataGrid Control in user friendly way? Pin
k_bhawna26-Apr-06 1:03
k_bhawna26-Apr-06 1:03 
AnswerRe: Binding DataGrid Control in user friendly way? Pin
sathish s26-Apr-06 1:52
sathish s26-Apr-06 1:52 
Questionmy datagrid`s template column's textbox and label are coming in a single column Pin
MissionSuccess26-Apr-06 0:56
MissionSuccess26-Apr-06 0:56 
AnswerRe: my datagrid`s template column's textbox and label are coming in a single column Pin
minhpc_bk26-Apr-06 16:10
minhpc_bk26-Apr-06 16:10 
QuestionSome problem regarding site. Pin
Chetan Ranpariya26-Apr-06 0:39
Chetan Ranpariya26-Apr-06 0:39 
AnswerRe: Some problem regarding site. Pin
enjoycrack26-Apr-06 0:52
enjoycrack26-Apr-06 0:52 
GeneralRe: Some problem regarding site. Pin
Chetan Ranpariya26-Apr-06 18:25
Chetan Ranpariya26-Apr-06 18:25 
Hi,
Thank you very much for your suggession.
I followed the instructions given in the error message.
But that raised one another error.
The error is "Could not Access CDO.Message Object".
On each exception I am seding mail to the admin.
This error comes every time when I am trying to send email through code.
I have wrriten code as following.
catch(Exception ex)
{
string MessageBody = "Exception " + ex.GetType.ToString() + " occured on page " + this.ID + " on " + DateTime.Now.ToString();

MailMessage mail = new MailMessage();
SmtpMail.SmtpServer.Insert(0,"66.36.242.151");
mail.From = "chetan@innovault.com";
mail.To = "admin@innovault.com";
mail.Subject = "Error Occured in the system.";
mail.Body = MessageBody;
SmtpMail.Send(mail);
}

Error comes When the Last Line of code executes.
Can u tell me if anything is wrong in my code?

Thank you.
Regards,
Chetan Ranpariya.




GeneralRe: Some problem regarding site. Pin
VaibhavJ26-Apr-06 19:06
VaibhavJ26-Apr-06 19:06 
GeneralRe: Some problem regarding site. Pin
Chetan Ranpariya26-Apr-06 19:18
Chetan Ranpariya26-Apr-06 19:18 
GeneralRe: Some problem regarding site. Pin
enjoycrack26-Apr-06 20:12
enjoycrack26-Apr-06 20:12 
AnswerRe: Some problem regarding site. Pin
dansoft26-Apr-06 3:53
dansoft26-Apr-06 3:53 
QuestionDatagrid Footer Pin
kuwl_mark26-Apr-06 0:28
kuwl_mark26-Apr-06 0:28 
AnswerRe: Datagrid Footer Pin
Mike Ellison26-Apr-06 2:41
Mike Ellison26-Apr-06 2:41 
QuestionFirst Selected Button Pin
sroberts8226-Apr-06 0:27
sroberts8226-Apr-06 0:27 
AnswerRe: First Selected Button Pin
enjoycrack26-Apr-06 0:56
enjoycrack26-Apr-06 0:56 
GeneralRe: First Selected Button Pin
sroberts8226-Apr-06 1:00
sroberts8226-Apr-06 1:00 
QuestionOnly one top level element is allowed in an XML document. Error processing resource Pin
sasire1826-Apr-06 0:08
sasire1826-Apr-06 0:08 
QuestionCan .net passport be used locally? Pin
KaKa'25-Apr-06 23:48
KaKa'25-Apr-06 23:48 
Questionhow to display pictures,text and tables in textarea control? Pin
nnnsreenu25-Apr-06 23:10
nnnsreenu25-Apr-06 23:10 
AnswerRe: how to display pictures,text and tables in textarea control? Pin
enjoycrack25-Apr-06 23:16
enjoycrack25-Apr-06 23:16 
GeneralRe: how to display pictures,text and tables in textarea control? Pin
NeverHeardOfMe26-Apr-06 0:27
NeverHeardOfMe26-Apr-06 0:27 
GeneralRe: how to display pictures,text and tables in textarea control? Pin
enjoycrack26-Apr-06 1:00
enjoycrack26-Apr-06 1:00 
GeneralRe: how to display pictures,text and tables in textarea control? Pin
NeverHeardOfMe26-Apr-06 1:13
NeverHeardOfMe26-Apr-06 1:13 
Question[Message Deleted] Pin
Naveed Kamboh25-Apr-06 23:00
Naveed Kamboh25-Apr-06 23: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.