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

ASP.NET

 
Questionhow to find the disk space of a drive in Windows Services Pin
ramyasangeet20-Feb-07 20:50
ramyasangeet20-Feb-07 20:50 
AnswerRe: how to find the disk space of a drive in Windows Services Pin
Sylvester george20-Feb-07 20:54
Sylvester george20-Feb-07 20:54 
AnswerRe: how to find the disk space of a drive in Windows Services Pin
Sandeep Akhare20-Feb-07 20:55
Sandeep Akhare20-Feb-07 20:55 
GeneralRe: how to find the disk space of a drive in Windows Services Pin
ramyasangeet20-Feb-07 21:49
ramyasangeet20-Feb-07 21:49 
GeneralRe: how to find the disk space of a drive in Windows Services Pin
Sandeep Akhare20-Feb-07 22:01
Sandeep Akhare20-Feb-07 22:01 
GeneralRe: how to find the disk space of a drive in Windows Services Pin
ramyasangeet20-Feb-07 22:15
ramyasangeet20-Feb-07 22:15 
QuestionEmail notification Pin
isaii20-Feb-07 20:33
isaii20-Feb-07 20:33 
AnswerRe: Email notification Pin
sathesh pandian20-Feb-07 20:48
sathesh pandian20-Feb-07 20:48 
try this send mail code.

Dim client As New SmtpClient(host as string,port as integer)
Dim message As New MailMessage(from as string,to as string,subject as string,body as string)
client.Send(message)

Sathesh Pandian

GeneralRe: Email notification Pin
isaii20-Feb-07 20:53
isaii20-Feb-07 20:53 
GeneralRe: Email notification Pin
Sam Heller20-Feb-07 22:39
Sam Heller20-Feb-07 22:39 
QuestionBrowser History Pin
gauthee20-Feb-07 20:23
gauthee20-Feb-07 20:23 
AnswerRe: Browser History Pin
Sandeep Akhare20-Feb-07 20:49
Sandeep Akhare20-Feb-07 20:49 
GeneralRe: Browser History Pin
gauthee20-Feb-07 20:52
gauthee20-Feb-07 20:52 
GeneralRe: Browser History Pin
Sandeep Akhare20-Feb-07 21:18
Sandeep Akhare20-Feb-07 21:18 
QuestionKnow Details about Datagrid to learn? Pin
.NetRams20-Feb-07 20:22
.NetRams20-Feb-07 20:22 
AnswerRe: Know Details about Datagrid to learn? Pin
Sandeep Akhare20-Feb-07 20:51
Sandeep Akhare20-Feb-07 20:51 
AnswerRe: Know Details about Datagrid to learn? Pin
sathesh pandian20-Feb-07 20:52
sathesh pandian20-Feb-07 20:52 
AnswerRe: Know Details about Datagrid to learn? Pin
thomas_joyee20-Feb-07 20:58
thomas_joyee20-Feb-07 20:58 
GeneralRe: Know Details about Datagrid to learn? Pin
Marcus J. Smith21-Feb-07 2:26
professionalMarcus J. Smith21-Feb-07 2:26 
QuestionProblem with creating word document in paragragh form Pin
puthu20-Feb-07 19:49
puthu20-Feb-07 19:49 
QuestionTrigger Button Click Event of Other Site Through Coding Pin
yasotha.p20-Feb-07 19:35
yasotha.p20-Feb-07 19:35 
AnswerRe: Trigger Button Click Event of Other Site Through Coding Pin
sathesh pandian20-Feb-07 19:57
sathesh pandian20-Feb-07 19:57 
NewsRuntime Polymorphism Pin
asithangae20-Feb-07 19:12
asithangae20-Feb-07 19:12 
QuestionGenerate aspx or html pages dynamically Pin
adnanrafiq20-Feb-07 19:00
adnanrafiq20-Feb-07 19:00 
AnswerRe: Generate aspx or html pages dynamically Pin
Guffa20-Feb-07 23:37
Guffa20-Feb-07 23:37 

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.