Click here to Skip to main content
15,894,740 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralCalling Dll file From JavaScripts Pin
Abhijit Jana8-Feb-08 2:27
professionalAbhijit Jana8-Feb-08 2:27 
GeneralRe: Calling Dll file From JavaScripts Pin
Not Active8-Feb-08 2:33
mentorNot Active8-Feb-08 2:33 
GeneralRe: Calling Dll file From JavaScripts Pin
Abhijit Jana8-Feb-08 21:43
professionalAbhijit Jana8-Feb-08 21:43 
QuestionPage Refresh, WHY??? Pin
zeeShan anSari8-Feb-08 2:15
zeeShan anSari8-Feb-08 2:15 
GeneralRe: Page Refresh, WHY??? Pin
Not Active8-Feb-08 2:36
mentorNot Active8-Feb-08 2:36 
AnswerRe: Page Refresh, WHY??? Pin
Vasudevan Deepak Kumar8-Feb-08 3:50
Vasudevan Deepak Kumar8-Feb-08 3:50 
AnswerRe: Page Refresh, WHY??? Pin
Guffa8-Feb-08 8:26
Guffa8-Feb-08 8:26 
GeneralAsp.Net 1.1 Threading... Thread is not calling the method Pin
thinkers8-Feb-08 1:55
thinkers8-Feb-08 1:55 
Hi!

I am using thread to send multiple/bulk email. But my thread is not calling the me method that send emails.

I work well on localhost. But when i upload it on server it didn't call the method (sendNewsletter_1).

I am using following code



public static bool sendBulkEmail_1(int newsletterID)
{

m_newsletterID = newsletterID;

Thread threadMail = new Thread(new ThreadStart(sendNewsletter_1));
threadMail.IsBackground = true;
threadMail.Start();
Thread.Sleep(2000);


return true;
}



public static void sendNewsletter_1()
{
Log_1("SendNewsLetter"); //just write this test string to a file. Its just or testing.

}
GeneralHelp in the 5 star rating control Pin
Neeraj Kr8-Feb-08 1:34
Neeraj Kr8-Feb-08 1:34 
GeneralRe: Help in the 5 star rating control Pin
rajanandal8-Feb-08 1:39
rajanandal8-Feb-08 1:39 
GeneralRe: Help in the 5 star rating control Pin
Neeraj Kr8-Feb-08 2:12
Neeraj Kr8-Feb-08 2:12 
Questionhow to add verious control selected data to gridview Pin
mohd imran abdul aziz8-Feb-08 0:52
mohd imran abdul aziz8-Feb-08 0:52 
AnswerRe: how to add verious control selected data to gridview Pin
Gandalf_TheWhite8-Feb-08 2:36
professionalGandalf_TheWhite8-Feb-08 2:36 
Questionwhat port does a web server connect to sql server Pin
eyeseetee7-Feb-08 23:56
eyeseetee7-Feb-08 23:56 
AnswerRe: what port does a web server connect to sql server Pin
ChrisKo8-Feb-08 9:24
ChrisKo8-Feb-08 9:24 
GeneralOnline Exam Application Pin
sjs4u7-Feb-08 23:30
sjs4u7-Feb-08 23:30 
GeneralRe: Online Exam Application Pin
Imran Khan Pathan7-Feb-08 23:47
Imran Khan Pathan7-Feb-08 23:47 
JokeRe: Online Exam Application Pin
SHatchard8-Feb-08 2:53
SHatchard8-Feb-08 2:53 
Generalwindow Close event Pin
sulabh20207-Feb-08 22:52
sulabh20207-Feb-08 22:52 
GeneralRe: window Close event Pin
Imran Khan Pathan7-Feb-08 23:20
Imran Khan Pathan7-Feb-08 23:20 
GeneralDetermining if a page is PostBack in JavaScript Pin
rajanandal7-Feb-08 22:33
rajanandal7-Feb-08 22:33 
GeneralRe: Determining if a page is PostBack in JavaScript Pin
Gandalf_TheWhite7-Feb-08 23:26
professionalGandalf_TheWhite7-Feb-08 23:26 
GeneralRe: Determining if a page is PostBack in JavaScript Pin
rajanandal7-Feb-08 23:45
rajanandal7-Feb-08 23:45 
GeneralRe: Determining if a page is PostBack in JavaScript Pin
Gandalf_TheWhite8-Feb-08 23:29
professionalGandalf_TheWhite8-Feb-08 23:29 
GeneralGetting ds data and binding to arraylist Pin
sjs4u7-Feb-08 22:01
sjs4u7-Feb-08 22:01 

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.