Click here to Skip to main content
15,893,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Help need , How create a social networkiing website in asp.net Pin
fjdiewornncalwe3-Nov-10 8:31
professionalfjdiewornncalwe3-Nov-10 8:31 
QuestionSiteMap SubNodes are not shown in menu control. Pin
Asif Rehman3-Nov-10 3:04
Asif Rehman3-Nov-10 3:04 
AnswerRe: SiteMap SubNodes are not shown in menu control. Pin
Not Active3-Nov-10 3:32
mentorNot Active3-Nov-10 3:32 
QuestionRe: SiteMap SubNodes are not shown in menu control. Pin
Asif Rehman3-Nov-10 3:38
Asif Rehman3-Nov-10 3:38 
AnswerRe: SiteMap SubNodes are not shown in menu control. Pin
Not Active3-Nov-10 4:07
mentorNot Active3-Nov-10 4:07 
GeneralRe: SiteMap SubNodes are not shown in menu control. Pin
Asif Rehman3-Nov-10 4:15
Asif Rehman3-Nov-10 4:15 
QuestionNeed help in Window service timer sheduling Pin
anandr2104843-Nov-10 1:06
anandr2104843-Nov-10 1:06 
AnswerRe: Need help in Window service timer sheduling Pin
David Mujica3-Nov-10 3:34
David Mujica3-Nov-10 3:34 
One method would be to add a column to your table like, "Next Update DateTime".

Your service would do something like this:

1)Read a row from the table.
2)Call the webservice, do your compare, etc, take the current datetime and add the ScheduleType+Time and set the "Next Update DateTime" to that value.
3) Wait 5 min
4) Loop through the table to see if the "Next Update dateTime" has been reached, if so do your update thing.

That is a very basic idea. As you add rows to the table, you don't have to change your core logic. It may not be the best solution, but it is straight forward.

Good luck. Thumbs Up | :thumbsup:
GeneralRe: Need help in Window service timer sheduling Pin
anandr21048410-Nov-10 18:38
anandr21048410-Nov-10 18:38 
Questionweb.config Pin
Any_India2-Nov-10 20:37
Any_India2-Nov-10 20:37 
AnswerRe: web.config Pin
<<Tash18>>2-Nov-10 21:23
<<Tash18>>2-Nov-10 21:23 
Questiondownload link for mobile Pin
behzadcp2-Nov-10 20:32
professionalbehzadcp2-Nov-10 20:32 
AnswerRe: download link for mobile Pin
behzadcp2-Nov-10 22:14
professionalbehzadcp2-Nov-10 22:14 
QuestionJavascript confirm box with c# Pin
<<Tash18>>2-Nov-10 19:40
<<Tash18>>2-Nov-10 19:40 
QuestionHow to trace which hidden control's validator is failing? Pin
Rafferty Uy2-Nov-10 15:44
Rafferty Uy2-Nov-10 15:44 
AnswerRe: How to trace which hidden control's validator is failing? Pin
Brij2-Nov-10 18:29
mentorBrij2-Nov-10 18:29 
GeneralRe: How to trace which hidden control's validator is failing? Pin
Rafferty Uy2-Nov-10 20:54
Rafferty Uy2-Nov-10 20:54 
QuestionExporting Datasets Into Multiple Sheets In Excel Pin
raghvendrapanda2-Nov-10 0:50
raghvendrapanda2-Nov-10 0:50 
AnswerRe: Exporting Datasets Into Multiple Sheets In Excel Pin
thatraja2-Nov-10 2:08
professionalthatraja2-Nov-10 2:08 
GeneralRe: Exporting Datasets Into Multiple Sheets In Excel Pin
raghvendrapanda4-Nov-10 3:59
raghvendrapanda4-Nov-10 3:59 
Questionhow to create a dynamic session Pin
vishnukamath1-Nov-10 23:48
vishnukamath1-Nov-10 23:48 
AnswerRe: how to create a dynamic session Pin
NeverHeardOfMe2-Nov-10 0:07
NeverHeardOfMe2-Nov-10 0:07 
GeneralRe: how to create a dynamic session Pin
vishnukamath2-Nov-10 21:44
vishnukamath2-Nov-10 21:44 
AnswerRe: how to create a dynamic session Pin
Brij2-Nov-10 0:12
mentorBrij2-Nov-10 0:12 
AnswerRe: how to create a dynamic session Pin
Sujith C Jose2-Nov-10 0:55
Sujith C Jose2-Nov-10 0:55 

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.