Advanced DataBindings and Stack Overlow
From: Microsoft (ralf.brauer_at_mortgageandloandgroup.com)
Date: 03/11/04
- Next message: rb: "Re: Advanced DataBindings and Stack Overlow"
- Previous message: Miha Markic [MVP C#]: "Re: Setting Current Row"
- Next in thread: rb: "Re: Advanced DataBindings and Stack Overlow"
- Reply: rb: "Re: Advanced DataBindings and Stack Overlow"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Mar 2004 11:48:41 -0000
hello
I guess I have a wrong understanding of advanced databindings....
i have a table with about 6000 records... i would like to use some of the
columns to control the 'visible' property of panels etc..
basically, it kind of works when i bind, let's say, the 'visible' property
of a panel to a boolean or bit field. however when i bind more than one
control the application will crash with the message 'stack overflow'.
i have to add that this happens when i navigate through the dataset... two
bound panels will cause the crash after about 50 'next's.. the more i add
the sooner the crash will occur... i think 6 will not even show the first
record anymore
looking at the call stack shows that the whole stack is clogged up with
databinding related data...
btw.. there is no code from my side involved..
any solution or suggestion of what i am doing wrong will be greatly
appreciated.
best regards
rb
- Next message: rb: "Re: Advanced DataBindings and Stack Overlow"
- Previous message: Miha Markic [MVP C#]: "Re: Setting Current Row"
- Next in thread: rb: "Re: Advanced DataBindings and Stack Overlow"
- Reply: rb: "Re: Advanced DataBindings and Stack Overlow"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|