Click here to Skip to main content
15,906,335 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow can i call out values from .aspc Pin
suju3118-Nov-06 1:42
suju3118-Nov-06 1:42 
QuestionRe: how can i call out values from .aspc Pin
just3ala218-Nov-06 19:56
just3ala218-Nov-06 19:56 
Questioncreating png/images from pdf file Pin
Samir NIGAM17-Nov-06 23:47
Samir NIGAM17-Nov-06 23:47 
Questionnavigating to the respective resources while clicking on the image present in the template column Pin
yuvachandra17-Nov-06 23:42
yuvachandra17-Nov-06 23:42 
QuestionHTML page inside tablecell.. Pin
KORCARI17-Nov-06 23:30
KORCARI17-Nov-06 23:30 
AnswerRe: HTML page inside tablecell.. Pin
Guffa18-Nov-06 1:35
Guffa18-Nov-06 1:35 
AnswerRe: HTML page inside tablecell.. Pin
iamrashida8319-Nov-06 1:14
iamrashida8319-Nov-06 1:14 
QuestionError sending mails Pin
abulhassan_shock17-Nov-06 22:42
abulhassan_shock17-Nov-06 22:42 
i was using the below code to send the mail.

Dim mm As New MailMessage
With mm
.To = ToId
.From = FromId
.Body = Content
End With
SmtpMail.SmtpServer = "192.168.0.222"
SmtpMail.Send(mm)

for the first half hour it was working properly. After this an error message is coming,

" Could not access 'CDO.Message' object. "

Please help me to solve this

hello

AnswerRe: Error sending mails Pin
coolestCoder18-Nov-06 22:34
coolestCoder18-Nov-06 22:34 
Questionjavascript........... Pin
hai2muru17-Nov-06 20:46
hai2muru17-Nov-06 20:46 
AnswerRe: javascript........... Pin
Guffa18-Nov-06 1:33
Guffa18-Nov-06 1:33 
Questionhow to fix Accordion problem ??? Pin
amin_behzadi17-Nov-06 20:45
professionalamin_behzadi17-Nov-06 20:45 
AnswerRe: how to fix Accordion problem ??? Pin
ayeleteric19-Nov-06 1:18
ayeleteric19-Nov-06 1:18 
QuestionEditing web.config while deploying Pin
Nicejith17-Nov-06 20:20
Nicejith17-Nov-06 20:20 
QuestionHow to add Color Dialog in the asp.net page? Pin
param thaker17-Nov-06 20:13
param thaker17-Nov-06 20:13 
QuestionDirectory Uploading Pin
sukhchain singh17-Nov-06 19:50
sukhchain singh17-Nov-06 19:50 
QuestionHelp About FTP Pin
Deepak the Cool17-Nov-06 19:38
Deepak the Cool17-Nov-06 19:38 
AnswerRe: Help About FTP Pin
Nicejith17-Nov-06 21:16
Nicejith17-Nov-06 21:16 
QuestionApplication_Error in global.asax [modified] Pin
Nagraj Naik17-Nov-06 18:49
Nagraj Naik17-Nov-06 18:49 
QuestionCheckBox with GridView Pin
Gamzun17-Nov-06 18:47
Gamzun17-Nov-06 18:47 
AnswerRe: CheckBox with GridView Pin
dj.rock17-Nov-06 21:49
dj.rock17-Nov-06 21:49 
QuestionHow to find a average Sales Pin
JVVS17-Nov-06 18:48
JVVS17-Nov-06 18:48 
AnswerRe: How to find a average Sales Pin
WillemM18-Nov-06 8:08
WillemM18-Nov-06 8:08 
Questionhow to create reports in asp.net 2003. Pin
monuSaini17-Nov-06 18:29
monuSaini17-Nov-06 18:29 
Generalvgdsz Pin
mahili17-Nov-06 18:14
mahili17-Nov-06 18:14 

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.