Click here to Skip to main content
15,900,725 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionManual menu of linkbuttons Pin
Farraj28-Apr-10 15:18
Farraj28-Apr-10 15:18 
AnswerRe: Manual menu of linkbuttons Pin
Abhijit Jana28-Apr-10 18:23
professionalAbhijit Jana28-Apr-10 18:23 
GeneralRe: Manual menu of linkbuttons Pin
PunkIsNotDead28-Apr-10 19:58
PunkIsNotDead28-Apr-10 19:58 
AnswerRe: Manual menu of linkbuttons Pin
Jamil Hallal28-Apr-10 21:14
professionalJamil Hallal28-Apr-10 21:14 
AnswerRe: Manual menu of linkbuttons Pin
Farraj30-Apr-10 5:21
Farraj30-Apr-10 5:21 
QuestionWhat is the recomended aproach to membership these days ? Pin
fabio.carvalho.lima28-Apr-10 9:53
fabio.carvalho.lima28-Apr-10 9:53 
AnswerRe: What is the recomended aproach to membership these days ? Pin
Jamil Hallal28-Apr-10 21:17
professionalJamil Hallal28-Apr-10 21:17 
Questionupdated grid from sql server Pin
stassaf28-Apr-10 7:27
stassaf28-Apr-10 7:27 
Hi,

My site is based on ASP.NET (C#) with sql server as the data source.

My Task:
Create a table based on the data source and when data is changed on the data source (sql server) update
the client table, but only update the cell with the data the was changed and not all the table – no page refresh.
Let’s say that checking for updates happens every 10 seconds.
There should be no data manipulation by the client such as insert/update/delete.
It’s something like a stock ticker that only updates data when it’s needed and only the data the was changed.

There’re lots of technologies out there: Ajax, Comet, jQuery, Linq etc.. and I’m getting lost with a task that shouldn’t be so complicated.
Comet requires a constant connection between the client & server and can be trouble when working with lots of clients.

What the right way to go?
Can you point me to a sample of such grid?

Thanks,
Assaf.
AnswerRe: updated grid from sql server Pin
Not Active28-Apr-10 7:52
mentorNot Active28-Apr-10 7:52 
GeneralRe: updated grid from sql server Pin
stassaf28-Apr-10 7:54
stassaf28-Apr-10 7:54 
GeneralRe: updated grid from sql server Pin
Not Active28-Apr-10 9:06
mentorNot Active28-Apr-10 9:06 
GeneralRe: updated grid from sql server Pin
stassaf29-Apr-10 0:56
stassaf29-Apr-10 0:56 
GeneralRe: updated grid from sql server Pin
Not Active29-Apr-10 1:52
mentorNot Active29-Apr-10 1:52 
AnswerRe: updated grid from sql server Pin
daveyerwin28-Apr-10 8:34
daveyerwin28-Apr-10 8:34 
GeneralRe: updated grid from sql server Pin
PunkIsNotDead28-Apr-10 19:55
PunkIsNotDead28-Apr-10 19:55 
GeneralRe: updated grid from sql server Pin
stassaf29-Apr-10 1:02
stassaf29-Apr-10 1:02 
GeneralRe: updated grid from sql server Pin
stassaf29-Apr-10 1:01
stassaf29-Apr-10 1:01 
GeneralRe: updated grid from sql server Pin
daveyerwin29-Apr-10 2:22
daveyerwin29-Apr-10 2:22 
GeneralRe: updated grid from sql server Pin
PunkIsNotDead29-Apr-10 16:37
PunkIsNotDead29-Apr-10 16:37 
GeneralRe: updated grid from sql server Pin
stassaf4-May-10 1:40
stassaf4-May-10 1:40 
GeneralRe: updated grid from sql server [modified] Pin
PunkIsNotDead4-May-10 18:31
PunkIsNotDead4-May-10 18:31 
Questionhtml controle Pin
tek 200928-Apr-10 7:27
tek 200928-Apr-10 7:27 
AnswerRe: html controle Pin
Not Active28-Apr-10 7:46
mentorNot Active28-Apr-10 7:46 
AnswerRe: html controle Pin
Sandeep Mewara28-Apr-10 19:17
mveSandeep Mewara28-Apr-10 19:17 
GeneralRe: html controle Pin
PunkIsNotDead28-Apr-10 19:51
PunkIsNotDead28-Apr-10 19:51 

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.