Click here to Skip to main content
16,010,488 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Best way to repopulate cache item once it expires without using the CacheItemRemoveCallback delegate. Pin
Steve Holdorf23-Mar-09 8:35
Steve Holdorf23-Mar-09 8:35 
QuestionActiveX Pin
ellllllllie20-Mar-09 6:23
ellllllllie20-Mar-09 6:23 
AnswerRe: ActiveX Pin
Yusuf20-Mar-09 8:37
Yusuf20-Mar-09 8:37 
AnswerRe: ActiveX Pin
Abhijit Jana21-Mar-09 2:08
professionalAbhijit Jana21-Mar-09 2:08 
Questionrun a process for every new entry in a database Pin
liz320-Mar-09 5:56
liz320-Mar-09 5:56 
AnswerStored procedure Pin
David Mujica20-Mar-09 6:18
David Mujica20-Mar-09 6:18 
GeneralRe: Stored procedure Pin
liz320-Mar-09 6:49
liz320-Mar-09 6:49 
AnswerRe: run a process for every new entry in a database Pin
Yusuf20-Mar-09 8:36
Yusuf20-Mar-09 8:36 
why do you want to run a timer for every new entry? It sounds overkill to me. Imagine how many timers you will be running.


Can you modify your table schema? I'd add two or more columns
1. StartTime - This is the time when the record was entered
2. ModifyTime - [You may not need this one] This is the time when the record was modifed
3. EndTime - Time when you want to stop timer.

Then at any given time you can compute time from those three columns.

If you can not modify your table, consider adding new table to hold for your those times.

Yusuf

Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

GeneralRe: run a process for every new entry in a database Pin
liz320-Mar-09 18:37
liz320-Mar-09 18:37 
NewsRe: run a process for every new entry in a database Pin
Yusuf21-Mar-09 3:48
Yusuf21-Mar-09 3:48 
AnswerNeed some more clarity on your problem Pin
David Mujica23-Mar-09 3:39
David Mujica23-Mar-09 3:39 
GeneralRe: Need some more clarity on your problem Pin
liz32-Apr-09 5:27
liz32-Apr-09 5:27 
QuestionDisplaying a return value from Stored procedure in C#.Net Windows form Application Pin
Best120-Mar-09 5:07
Best120-Mar-09 5:07 
AnswerRe: Displaying a return value from Stored procedure in C#.Net Windows form Application Pin
Abhijit Jana20-Mar-09 5:22
professionalAbhijit Jana20-Mar-09 5:22 
AnswerRe: Displaying a return value from Stored procedure in C#.Net Windows form Application Pin
Colin Angus Mackay20-Mar-09 5:22
Colin Angus Mackay20-Mar-09 5:22 
AnswerRe: Displaying a return value from Stored procedure in C#.Net Windows form Application Pin
jaypatel51220-Mar-09 18:26
jaypatel51220-Mar-09 18:26 
QuestionMaster Page Pin
deepam8320-Mar-09 4:15
deepam8320-Mar-09 4:15 
AnswerRe: Master Page Pin
Jörgen Andersson20-Mar-09 5:28
professionalJörgen Andersson20-Mar-09 5:28 
AnswerRe: Master Page Pin
cmk21-Mar-09 6:44
cmk21-Mar-09 6:44 
QuestionGridView - CheckBox Question Pin
jpduto20-Mar-09 4:01
jpduto20-Mar-09 4:01 
AnswerRe: GridView - CheckBox Question Pin
Abhijit Jana20-Mar-09 4:59
professionalAbhijit Jana20-Mar-09 4:59 
GeneralRe: GridView - CheckBox Question Pin
jpduto22-Mar-09 21:13
jpduto22-Mar-09 21:13 
AnswerRe: GridView - CheckBox Question Pin
annapurna.tiwari25-Mar-09 23:17
annapurna.tiwari25-Mar-09 23:17 
QuestionHow to install windows service on server Pin
sjs4u20-Mar-09 3:52
sjs4u20-Mar-09 3:52 
AnswerRe: How to install windows service on server Pin
Abhijit Jana20-Mar-09 4:54
professionalAbhijit Jana20-Mar-09 4:54 

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.