Click here to Skip to main content
15,917,709 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: inheritance vs composition Pin
payback26-Nov-06 17:51
payback26-Nov-06 17:51 
AnswerRe: inheritance vs composition Pin
Guffa26-Nov-06 21:12
Guffa26-Nov-06 21:12 
QuestionAutomatic UI update whenever database changes Pin
ManojKumar1926-Nov-06 5:01
ManojKumar1926-Nov-06 5:01 
AnswerRe: Automatic UI update whenever database changes Pin
Guffa26-Nov-06 5:17
Guffa26-Nov-06 5:17 
GeneralRe: Automatic UI update whenever database changes Pin
ManojKumar1926-Nov-06 5:51
ManojKumar1926-Nov-06 5:51 
GeneralRe: Automatic UI update whenever database changes Pin
Not Active26-Nov-06 8:47
mentorNot Active26-Nov-06 8:47 
GeneralRe: Automatic UI update whenever database changes Pin
Guffa26-Nov-06 12:03
Guffa26-Nov-06 12:03 
AnswerRe: Automatic UI update whenever database changes Pin
Dominic Pettifer26-Nov-06 5:39
Dominic Pettifer26-Nov-06 5:39 
The best approach would be to use Ajax in order to get the client to Poll the server for changes at regular intervals (once every second say). Ajax lets you update the UI without refreshing and reloading the entire page. Some tutorials on Ajax...
http://www.codeproject.com/Ajax/

Be careful if you do this that you don't overload the server and database with requests.

Dominic Pettifer

www.dominicpettifer.co.uk

GeneralRe: Automatic UI update whenever database changes Pin
ManojKumar1926-Nov-06 5:52
ManojKumar1926-Nov-06 5:52 
AnswerRe: Automatic UI update whenever database changes Pin
Not Active26-Nov-06 8:45
mentorNot Active26-Nov-06 8:45 
QuestionWeb Services .. Static Class Members Life Time Pin
Davids_Maguire26-Nov-06 4:18
Davids_Maguire26-Nov-06 4:18 
AnswerRe: Web Services .. Static Class Members Life Time Pin
Guffa26-Nov-06 5:26
Guffa26-Nov-06 5:26 
GeneralRe: Web Services .. Static Class Members Life Time Pin
Davids_Maguire26-Nov-06 10:01
Davids_Maguire26-Nov-06 10:01 
GeneralRe: Web Services .. Static Class Members Life Time Pin
Guffa26-Nov-06 12:06
Guffa26-Nov-06 12:06 
Questioncreate templet coulmn in datagrid [modified] Pin
ptvce26-Nov-06 0:00
ptvce26-Nov-06 0:00 
QuestionRegular expression needed Pin
just3ala225-Nov-06 23:51
just3ala225-Nov-06 23:51 
AnswerRe: Regular expression needed Pin
Christian Graus26-Nov-06 9:22
protectorChristian Graus26-Nov-06 9:22 
GeneralRe: Regular expression needed Pin
just3ala226-Nov-06 19:07
just3ala226-Nov-06 19:07 
QuestionButton click (On and Off) Pin
nannapanenikamalnath25-Nov-06 22:59
nannapanenikamalnath25-Nov-06 22:59 
AnswerRe: Button click (On and Off) Pin
just3ala226-Nov-06 0:19
just3ala226-Nov-06 0:19 
QuestionWindows XP Media Center Edition Pin
Xiangyang Liu 刘向阳25-Nov-06 21:25
Xiangyang Liu 刘向阳25-Nov-06 21:25 
QuestionConnection pool and open & close ...??? Pin
devboycpp25-Nov-06 20:53
devboycpp25-Nov-06 20:53 
AnswerRe: Connection pool and open & close ...??? [modified] Pin
Dominic Pettifer26-Nov-06 5:15
Dominic Pettifer26-Nov-06 5:15 
GeneralRe: Connection pool and open & close ...??? Pin
devboycpp26-Nov-06 7:21
devboycpp26-Nov-06 7:21 
GeneralRe: Connection pool and open & close ...??? Pin
Dominic Pettifer26-Nov-06 7:39
Dominic Pettifer26-Nov-06 7:39 

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.