Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
Questionreference strong-named assembly Pin
kozu1-Aug-06 5:54
kozu1-Aug-06 5:54 
AnswerRe: reference strong-named assembly Pin
Dustin Metzgar1-Aug-06 6:03
Dustin Metzgar1-Aug-06 6:03 
AnswerRe: reference strong-named assembly Pin
zaboboa1-Aug-06 6:04
zaboboa1-Aug-06 6:04 
GeneralRe: reference strong-named assembly Pin
kozu1-Aug-06 6:27
kozu1-Aug-06 6:27 
QuestionRefreshing DataGridView Pin
Iceman5711-Aug-06 5:32
Iceman5711-Aug-06 5:32 
AnswerRe: Refreshing DataGridView Pin
ToddHileHoffer1-Aug-06 5:36
ToddHileHoffer1-Aug-06 5:36 
GeneralRe: Refreshing DataGridView Pin
Iceman5711-Aug-06 5:41
Iceman5711-Aug-06 5:41 
AnswerRe: Refreshing DataGridView Pin
zaboboa1-Aug-06 6:02
zaboboa1-Aug-06 6:02 
What you can try to do is to refill your table. You are probably using the tableadapter to fill the datatable, and then you are using the datatable as the datasource to the grid. Well, if you refill your table using the adapter, it will get all the current values from the server, and sequentially display the new row in your grid.
GeneralRe: Refreshing DataGridView Pin
Iceman5711-Aug-06 21:33
Iceman5711-Aug-06 21:33 
GeneralRe: Refreshing DataGridView Pin
Iceman5711-Aug-06 22:06
Iceman5711-Aug-06 22:06 
QuestionDeploying Application [modified] Pin
zaboboa1-Aug-06 5:00
zaboboa1-Aug-06 5:00 
AnswerRe: Deploying Application Pin
Judah Gabriel Himango1-Aug-06 5:02
sponsorJudah Gabriel Himango1-Aug-06 5:02 
GeneralRe: Deploying Application Pin
zaboboa1-Aug-06 5:05
zaboboa1-Aug-06 5:05 
QuestionWinform Control as ActiveX Pin
adityap1-Aug-06 4:58
adityap1-Aug-06 4:58 
Questionusing (DataReader) inside loop Pin
cnich231-Aug-06 4:55
cnich231-Aug-06 4:55 
AnswerRe: using (DataReader) inside loop Pin
cnich231-Aug-06 5:02
cnich231-Aug-06 5:02 
AnswerRe: using (DataReader) inside loop Pin
Dustin Metzgar1-Aug-06 6:10
Dustin Metzgar1-Aug-06 6:10 
GeneralRe: using (DataReader) inside loop Pin
cnich232-Aug-06 4:19
cnich232-Aug-06 4:19 
GeneralRe: using (DataReader) inside loop Pin
Dustin Metzgar2-Aug-06 4:41
Dustin Metzgar2-Aug-06 4:41 
GeneralRe: using (DataReader) inside loop Pin
cnich233-Aug-06 11:23
cnich233-Aug-06 11:23 
Questiondocuments saving Pin
_tasleem1-Aug-06 4:38
_tasleem1-Aug-06 4:38 
AnswerRe: documents saving Pin
Colin Angus Mackay1-Aug-06 4:52
Colin Angus Mackay1-Aug-06 4:52 
AnswerRe: documents saving Pin
A.A.1-Aug-06 5:06
A.A.1-Aug-06 5:06 
GeneralRe: documents saving Pin
_tasleem1-Aug-06 8:03
_tasleem1-Aug-06 8:03 
QuestionDefine interface / abstract class with constructor Pin
Florian Storck1-Aug-06 4:12
Florian Storck1-Aug-06 4:12 

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.