Click here to Skip to main content
15,894,630 members
Home / Discussions / C#
   

C#

 
GeneralRe: Threading.Timer callback called multiple times Pin
sjhart12-Apr-05 3:05
sjhart12-Apr-05 3:05 
GeneralC#, COM & Type Libraries Pin
MrEyes12-Apr-05 0:13
MrEyes12-Apr-05 0:13 
Questionhow to send http streams in c# Pin
arusmemon11-Apr-05 23:53
arusmemon11-Apr-05 23:53 
AnswerRe: how to send http streams in c# Pin
Claudio Grazioli12-Apr-05 3:05
Claudio Grazioli12-Apr-05 3:05 
GeneralRe: Setting file attributes Pin
hooray12-Apr-05 1:10
hooray12-Apr-05 1:10 
GeneralUnsafe code on a webserver - 2bpp images Pin
Mark Otway11-Apr-05 23:39
Mark Otway11-Apr-05 23:39 
GeneralRe: Unsafe code on a webserver - 2bpp images Pin
Mark Otway12-Apr-05 20:38
Mark Otway12-Apr-05 20:38 
GeneralError in DataBinding after DataSet.Clear() Pin
Vexta11-Apr-05 21:47
Vexta11-Apr-05 21:47 
Hallo,

I'm a real beginner with C# and I have a silly problem with one DataTable combined with a DataGrid.
Short describing of surround:

I have one DataSet with three DataTables, each shown in DataGrids.
The DataSet is persistent (typed DataSet) as .xsd-file.

DataBase ist MSDE. All three DataTables are filled with the
DataAdapter.(DataSet, DataTable).Fill-Method.
If I execute the fill-Methode for one table twice or more, in my datagrid the records are added. To avoid this behaviour, I want to use the
DataSet.Tables["table"].Clear()-Method
before executing the Fill-Method. With two DataTables it works, but with the third, the DataGrid stays empty after the Fill-Method.
- in the debugger I can see that there are records in the DataTable
- when I click into the DataGrid, an error occurs that I try to translate (German version):

"DataBinding could not find line in list that can be used vor all bindings."

Help would be very appreciated.
Thanks
Vexta



GeneralCheckbox Controls in a form Pin
Billy Whizz11-Apr-05 21:02
Billy Whizz11-Apr-05 21:02 
GeneralRe: Checkbox Controls in a form Pin
Dave Kreskowiak12-Apr-05 7:02
mveDave Kreskowiak12-Apr-05 7:02 
GeneralConvert string to a string array Pin
myNameIsRon11-Apr-05 19:29
myNameIsRon11-Apr-05 19:29 
GeneralRe: Convert string to a string array Pin
Robert Rohde11-Apr-05 19:41
Robert Rohde11-Apr-05 19:41 
GeneralRe: Convert string to a string array Pin
myNameIsRon11-Apr-05 19:56
myNameIsRon11-Apr-05 19:56 
GeneralRe: Convert string to a string array Pin
techieboi12-Apr-05 5:33
techieboi12-Apr-05 5:33 
GeneralI need advice on class design Pin
tantiboh11-Apr-05 19:12
tantiboh11-Apr-05 19:12 
GeneralRe: I need advice on class design Pin
Christian Graus11-Apr-05 19:26
protectorChristian Graus11-Apr-05 19:26 
GeneralRe: I need advice on class design Pin
tantiboh11-Apr-05 19:45
tantiboh11-Apr-05 19:45 
GeneralRe: I need advice on class design Pin
Skynyrd12-Apr-05 1:18
Skynyrd12-Apr-05 1:18 
GeneralRe: I need advice on class design Pin
tantiboh12-Apr-05 6:55
tantiboh12-Apr-05 6:55 
Generaldifference between GetType() method , is operator and typeof operator Pin
RuchirD11-Apr-05 17:52
RuchirD11-Apr-05 17:52 
GeneralRe: difference between GetType() method , is operator and typeof operator Pin
S. Senthil Kumar11-Apr-05 18:41
S. Senthil Kumar11-Apr-05 18:41 
Generaldata access problem Pin
brian5511-Apr-05 17:47
brian5511-Apr-05 17:47 
GeneralRe: data access problem Pin
mhmoud rawas11-Apr-05 23:15
mhmoud rawas11-Apr-05 23:15 
GeneralCrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load crpe32.dll failed. Pin
shail4111-Apr-05 17:02
shail4111-Apr-05 17:02 
GeneralRe: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load crpe32.dll failed. Pin
CyberDevil6712-Apr-05 5:04
CyberDevil6712-Apr-05 5:04 

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.