Click here to Skip to main content
15,890,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
stassaf wrote:
and I’m getting lost with a task that shouldn’t be so complicated.


Before you start to learn how
to do the updates you need something
to update.Have you already done something
similar to this ?

1. Create aspx page
2. Add to it a GridView
3. Fill a dataset from sql query
4. Set the GridView data source to the
dataset and bind

After this you can add methods to

stassaf wrote:
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


You can use updatepanel or XmlHttpRequest Object
or even an iframe to get the new data from server
without a page refresh.
Once you have this data you can then compare it to
existing data to find changes then update only the
cells whose data has changed.

Do you have any working code now ? If not follow the
steps i have laid out asking for help as needed.
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 
GeneralRe: html controle Pin
tek 200928-Apr-10 23:52
tek 200928-Apr-10 23:52 
GeneralRe: html controle Pin
PunkIsNotDead29-Apr-10 16:54
PunkIsNotDead29-Apr-10 16:54 
QuestionWebservice to import data Pin
Priya Prk28-Apr-10 5:05
Priya Prk28-Apr-10 5:05 
AnswerRe: Webservice to import data Pin
T M Gray28-Apr-10 6:37
T M Gray28-Apr-10 6:37 
GeneralRe: Webservice to import data Pin
Priya Prk28-Apr-10 21:05
Priya Prk28-Apr-10 21:05 
QuestionHow to Exprot Vertical Orientated Text Header to Excel Pin
Andraw11128-Apr-10 4:56
Andraw11128-Apr-10 4:56 

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.