Click here to Skip to main content
15,905,782 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to send a file using webservices? Pin
Guffa31-Aug-07 10:31
Guffa31-Aug-07 10:31 
QuestionRe: how to send a file using webservices? [modified] Pin
steve_a_p30-Aug-07 22:58
steve_a_p30-Aug-07 22:58 
QuestionMeta Tags with Master Pages Pin
Sam Heller30-Aug-07 4:12
Sam Heller30-Aug-07 4:12 
QuestionEnterprise Library problem Pin
sangramkp30-Aug-07 3:45
sangramkp30-Aug-07 3:45 
AnswerRe: Enterprise Library problem Pin
Not Active30-Aug-07 3:47
mentorNot Active30-Aug-07 3:47 
GeneralRe: Enterprise Library problem Pin
sangramkp30-Aug-07 4:35
sangramkp30-Aug-07 4:35 
QuestionSending Mail to a list of users Pin
.NET- India 30-Aug-07 3:42
.NET- India 30-Aug-07 3:42 
AnswerRe: Sending Mail to a list of users Pin
Not Active30-Aug-07 3:46
mentorNot Active30-Aug-07 3:46 
foreach(User in Users)
{
MailMessage.To = User.Email;
MailMessage.Body = ...
}

or

MailMessage.Body = ...

foreach(User in Users)
{
MailMessage.To = User.Email;
}

Roll eyes | :rolleyes:


only two letters away from being an asset

QuestionHow to set javascript variable value to Session Variable Pin
swapnilbhavsar30-Aug-07 2:31
swapnilbhavsar30-Aug-07 2:31 
AnswerRe: How to set javascript variable value to Session Variable Pin
John-ph30-Aug-07 3:30
John-ph30-Aug-07 3:30 
AnswerRe: How to set javascript variable value to Session Variable Pin
Not Active30-Aug-07 3:42
mentorNot Active30-Aug-07 3:42 
Questionclass Pin
Rinki Mukheraji30-Aug-07 1:59
Rinki Mukheraji30-Aug-07 1:59 
AnswerRe: class Pin
Not Active30-Aug-07 2:24
mentorNot Active30-Aug-07 2:24 
AnswerRe: class Pin
Sathesh Sakthivel30-Aug-07 2:30
Sathesh Sakthivel30-Aug-07 2:30 
QuestionGet this Week date from mon to sat Pin
Imran Khan Pathan30-Aug-07 1:53
Imran Khan Pathan30-Aug-07 1:53 
AnswerRe: Get this Week date from mon to sat Pin
Not Active30-Aug-07 2:35
mentorNot Active30-Aug-07 2:35 
GeneralRe: Get this Week date from mon to sat Pin
Imran Khan Pathan30-Aug-07 3:06
Imran Khan Pathan30-Aug-07 3:06 
GeneralRe: Get this Week date from mon to sat Pin
Imran Khan Pathan30-Aug-07 3:07
Imran Khan Pathan30-Aug-07 3:07 
QuestionHow to convert binary file into xml file Pin
sonal dadhania130-Aug-07 1:50
sonal dadhania130-Aug-07 1:50 
QuestionProblem auto tabbing Pin
Muntyness30-Aug-07 1:45
Muntyness30-Aug-07 1:45 
AnswerRe: Problem auto tabbing Pin
VenkataRamana.Gali30-Aug-07 1:53
VenkataRamana.Gali30-Aug-07 1:53 
GeneralRe: Problem auto tabbing and Clearing Inputs Pin
Muntyness30-Aug-07 4:08
Muntyness30-Aug-07 4:08 
Questionhow to avoid page refresh when i select the value in drop down list Pin
vidyasankar30-Aug-07 1:44
vidyasankar30-Aug-07 1:44 
AnswerRe: how to avoid page refresh when i select the value in drop down list Pin
VenkataRamana.Gali30-Aug-07 1:48
VenkataRamana.Gali30-Aug-07 1:48 
AnswerRe: how to avoid page refresh when i select the value in drop down list Pin
Balagurunathan S30-Aug-07 1:51
Balagurunathan S30-Aug-07 1:51 

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.