Click here to Skip to main content
15,902,910 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionNeed different Asp.Net Project Titles. Please help Pin
lavanya_satheesh30-Sep-06 0:59
lavanya_satheesh30-Sep-06 0:59 
Questiondetection when browser is manually closed Pin
248912830-Sep-06 0:38
248912830-Sep-06 0:38 
AnswerRe: detection when browser is manually closed Pin
Not Active30-Sep-06 7:20
mentorNot Active30-Sep-06 7:20 
QuestionMessagebox Problem in Window Service Pin
monika_vasvani30-Sep-06 0:30
monika_vasvani30-Sep-06 0:30 
AnswerRe: Messagebox Problem in Window Service Pin
Parwej Ahamad30-Sep-06 0:55
professionalParwej Ahamad30-Sep-06 0:55 
Questionproperty ScrollToCaret() set in javascript. Pin
Parwej Ahamad29-Sep-06 23:58
professionalParwej Ahamad29-Sep-06 23:58 
Questionasp.net scheduler Pin
Maksi29-Sep-06 22:46
Maksi29-Sep-06 22:46 
AnswerRe: asp.net scheduler Pin
minhpc_bk1-Oct-06 15:23
minhpc_bk1-Oct-06 15:23 
There are many ways to do that:
+ You can use javascript to periodically send a request to the server to perform the scheduled task.
+ You can use the task scheduler at the server side to configure a scheduled job.
+ You can configure a window service at the server side.
+ You can use the Cache object as the scheduler, for example you can save an item in the Cache with the configured time, when it is kicked out due to the timeout, you can cach up this event and perform the task.



QuestionImporting Classes Pin
malockin29-Sep-06 22:00
malockin29-Sep-06 22:00 
AnswerRe: Importing Classes Pin
minhpc_bk1-Oct-06 15:28
minhpc_bk1-Oct-06 15:28 
GeneralRe: Importing Classes Pin
malockin1-Oct-06 21:11
malockin1-Oct-06 21:11 
GeneralRe: Importing Classes Pin
minhpc_bk1-Oct-06 21:39
minhpc_bk1-Oct-06 21:39 
Questiondatabase problem... Pin
MaSTaMaRViN29-Sep-06 21:33
MaSTaMaRViN29-Sep-06 21:33 
QuestionCannot Debug my project!!pls help Pin
SIJUTHOMASP29-Sep-06 21:25
professionalSIJUTHOMASP29-Sep-06 21:25 
Questionhow to fix textbox size using "%" [modified] Pin
Sreekumar P P29-Sep-06 21:24
Sreekumar P P29-Sep-06 21:24 
AnswerRe: how to fix textbox size using "%" Pin
Arjune7-Oct-06 6:04
Arjune7-Oct-06 6:04 
QuestionHow to use Panel in a web form Pin
dany.s29-Sep-06 19:53
dany.s29-Sep-06 19:53 
AnswerRe: How to use Panel in a web form Pin
minhpc_bk1-Oct-06 15:16
minhpc_bk1-Oct-06 15:16 
QuestionHow do I call a public function in another page??? Pin
code-frog29-Sep-06 17:48
professionalcode-frog29-Sep-06 17:48 
AnswerRe: How do I call a public function in another page??? Pin
Sreekumar P P29-Sep-06 21:33
Sreekumar P P29-Sep-06 21:33 
GeneralRe: How do I call a public function in another page??? Pin
code-frog30-Sep-06 18:23
professionalcode-frog30-Sep-06 18:23 
AnswerRe: How do I call a public function in another page??? Pin
minhpc_bk1-Oct-06 15:15
minhpc_bk1-Oct-06 15:15 
QuestionAssigning one instance of user control to another Pin
K.P.Kannan29-Sep-06 17:37
K.P.Kannan29-Sep-06 17:37 
AnswerRe: Assigning one instance of user control to another Pin
minhpc_bk1-Oct-06 15:12
minhpc_bk1-Oct-06 15:12 
QuestionConvert DateTime Pin
shapper29-Sep-06 14:52
shapper29-Sep-06 14:52 

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.