Click here to Skip to main content
15,879,095 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Send MIS Report through mail Pin
praveen00322-Feb-09 0:31
praveen00322-Feb-09 0:31 
QuestionGenearate Menu from database Dymically Pin
keyur satyadev21-Feb-09 0:57
keyur satyadev21-Feb-09 0:57 
AnswerRe: Genearate Menu from database Dymically Pin
Christian Graus21-Feb-09 11:19
protectorChristian Graus21-Feb-09 11:19 
GeneralRe: Genearate Menu from database Dymically Pin
praveen00322-Feb-09 0:35
praveen00322-Feb-09 0:35 
QuestionHow to end a session immediately when the browser closes? Pin
Jason_Shen21-Feb-09 0:33
Jason_Shen21-Feb-09 0:33 
AnswerRe: How to end a session immediately when the browser closes? Pin
Christian Graus21-Feb-09 11:21
protectorChristian Graus21-Feb-09 11:21 
GeneralRe: How to end a session immediately when the browser closes? Pin
Jason_Shen22-Feb-09 0:48
Jason_Shen22-Feb-09 0:48 
QuestionWindows Service doubt Pin
Krazy Programmer20-Feb-09 23:48
Krazy Programmer20-Feb-09 23:48 
hi,

I need to write a background working app which can be installed on server (shared Server)

So here some one suggested to write a windows service for this .

I have written the coding in the start function of Service1.cs

I have written
protected override void OnStart(string[] args)<br />
        {<br />
<br />
            ThreadStart Thstart = new ThreadStart(startfunction);<br />
           <br />
            mytheread = new Thread(Thstart);<br />
            <br />
            mytheread.Start();<br />
            // TODO: Add code here to start your service.<br />
           <br />
            <br />
        }


but when i debug it its not getting executed .. i have the start function definition ..

I have scour the web but was not able to find a proper solution.

Please help me in this

thanks

If You win You need not Explain............
But If You Loose You Should not be there to Explain......

AnswerRe: Windows Service doubt Pin
Kapil Thakur21-Feb-09 0:14
Kapil Thakur21-Feb-09 0:14 
QuestionReg: Refreshing a panel/user control in master page form a content page which fiers an event using ajax for the same Pin
nitpall20-Feb-09 23:37
nitpall20-Feb-09 23:37 
Questioncodings to calculate Pin
jessymerlin20-Feb-09 23:23
jessymerlin20-Feb-09 23:23 
GeneralRe: codings to calculate Pin
Perspx20-Feb-09 23:26
Perspx20-Feb-09 23:26 
Questionhow to build web pages on fly like codeproject ariticles Pin
Ashok Nalam20-Feb-09 23:02
Ashok Nalam20-Feb-09 23:02 
AnswerRe: how to build web pages on fly like codeproject ariticles Pin
Christian Graus21-Feb-09 12:09
protectorChristian Graus21-Feb-09 12:09 
GeneralRe: how to build web pages on fly like codeproject ariticles Pin
Ashok Nalam22-Feb-09 18:21
Ashok Nalam22-Feb-09 18:21 
GeneralRe: how to build web pages on fly like codeproject ariticles Pin
Ashok Nalam24-Feb-09 22:53
Ashok Nalam24-Feb-09 22:53 
Questionhow to play .flv, .fla , .swf file using player in asp.net? Pin
sourabhgarg20-Feb-09 21:17
sourabhgarg20-Feb-09 21:17 
AnswerRe: how to play .flv, .fla , .swf file using player in asp.net? Pin
Christian Graus21-Feb-09 11:22
protectorChristian Graus21-Feb-09 11:22 
Questionwhat is script of embeding flash player in asp.net web page Pin
sourabhgarg20-Feb-09 20:18
sourabhgarg20-Feb-09 20:18 
AnswerRe: what is script of embeding flash player in asp.net web page Pin
Perspx20-Feb-09 20:58
Perspx20-Feb-09 20:58 
QuestionJSON vs. XML and Calling WCF Service using JQuery Pin
Member 398136620-Feb-09 18:40
Member 398136620-Feb-09 18:40 
Questioncheckbox Pin
netJP12L20-Feb-09 9:57
netJP12L20-Feb-09 9:57 
AnswerRe: checkbox Pin
Xmen Real 20-Feb-09 17:34
professional Xmen Real 20-Feb-09 17:34 
GeneralRe: checkbox Pin
netJP12L21-Feb-09 5:54
netJP12L21-Feb-09 5:54 
AnswerRe: checkbox Pin
Christian Graus21-Feb-09 11:23
protectorChristian Graus21-Feb-09 11:23 

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.