Click here to Skip to main content
15,903,388 members
Home / Discussions / C#
   

C#

 
AnswerRe: Read PDF Pin
Abhinav S1-Apr-13 20:47
Abhinav S1-Apr-13 20:47 
QuestionFavorites from HTML Pin
MAW301-Apr-13 12:15
MAW301-Apr-13 12:15 
AnswerRe: Favorites from HTML Pin
Eddy Vluggen1-Apr-13 13:20
professionalEddy Vluggen1-Apr-13 13:20 
QuestionOpenOffice API for DotNet Pin
ASPnoob1-Apr-13 6:45
ASPnoob1-Apr-13 6:45 
AnswerRe: OpenOffice API for DotNet Pin
NotPolitcallyCorrect1-Apr-13 7:13
NotPolitcallyCorrect1-Apr-13 7:13 
QuestionEach page of report viewer contain single report(.rdlc) Pin
M. K. BASHER1-Apr-13 2:23
M. K. BASHER1-Apr-13 2:23 
QuestionHow to use IWin32Window Pin
mhd almidani31-Mar-13 23:31
mhd almidani31-Mar-13 23:31 
AnswerRe: How to use IWin32Window Pin
Eddy Vluggen1-Apr-13 0:03
professionalEddy Vluggen1-Apr-13 0:03 
GeneralRe: How to use IWin32Window Pin
mhd almidani1-Apr-13 5:09
mhd almidani1-Apr-13 5:09 
GeneralRe: How to use IWin32Window Pin
Alan N1-Apr-13 5:24
Alan N1-Apr-13 5:24 
GeneralRe: How to use IWin32Window Pin
mhd almidani1-Apr-13 20:35
mhd almidani1-Apr-13 20:35 
GeneralRe: How to use IWin32Window Pin
Eddy Vluggen1-Apr-13 11:34
professionalEddy Vluggen1-Apr-13 11:34 
AnswerRe: How to use IWin32Window Pin
Richard MacCutchan1-Apr-13 0:03
mveRichard MacCutchan1-Apr-13 0:03 
QuestionCustom TabControl: Designer adds TabPages in wrong order! Pin
Revolty31-Mar-13 9:33
Revolty31-Mar-13 9:33 
AnswerRe: Custom TabControl: Designer adds TabPages in wrong order! Pin
Revolty7-Apr-13 5:18
Revolty7-Apr-13 5:18 
Questionكيف البحث عن ملفات محرر التسجيل Pin
reemaziz31-Mar-13 6:13
reemaziz31-Mar-13 6:13 
AnswerRe: كيف البحث عن ملفات محرر التسجيل Pin
Kenneth Haugland31-Mar-13 6:49
mvaKenneth Haugland31-Mar-13 6:49 
AnswerRe: كيف البحث عن ملفات محرر التسجيل Pin
Richard MacCutchan31-Mar-13 8:02
mveRichard MacCutchan31-Mar-13 8:02 
Questioninsatling mssql server 2008r2 Pin
Ashbinsapkota31-Mar-13 5:39
Ashbinsapkota31-Mar-13 5:39 
AnswerRe: insatling mssql server 2008r2 Pin
Pete O'Hanlon31-Mar-13 5:52
mvePete O'Hanlon31-Mar-13 5:52 
AnswerRe: insatling mssql server 2008r2 Pin
Abhinav S31-Mar-13 22:40
Abhinav S31-Mar-13 22:40 
QuestionSqlDependency. Can't realize. Pin
Jeka Developer31-Mar-13 0:05
Jeka Developer31-Mar-13 0:05 
AnswerRe: SqlDependency. Can't realize. Pin
Eddy Vluggen31-Mar-13 0:31
professionalEddy Vluggen31-Mar-13 0:31 
GeneralRe: SqlDependency. Can't realize. Pin
Jeka Developer1-Apr-13 2:43
Jeka Developer1-Apr-13 2:43 
AnswerRe: SqlDependency. Can't realize. Pin
Eddy Vluggen1-Apr-13 2:55
professionalEddy Vluggen1-Apr-13 2:55 
Jeka Developer wrote:
What you mean "to update it's cached version of the record"?
You have a record "somewhere" in memory, otherwise it'd be impossible to display it. Whether it be a list, a datatable or raw values, you'll have fetched the data once.

You'll need to update that information, and update the display. How that'll be done will depend on your architecture and the way you "load" data.

Jeka Developer wrote:
to update all the dataTable using Select query?
You already have the data, and the changes. Why would you want to select what you already have? That'd cause every client to load the table again, causing a lot of needless traffic.

Your best bet it to write a small prototype, and work from there.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

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.