Click here to Skip to main content
15,888,521 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to display copyright sign (c in small circle,©) in Label control? Pin
Sune Trudslev22-Jan-04 0:35
professionalSune Trudslev22-Jan-04 0:35 
GeneralRe: How to display copyright sign (c in small circle,©) in Label control? Pin
leppie22-Jan-04 6:23
leppie22-Jan-04 6:23 
AnswerRe: How to display copyright sign (c in small circle,©) in Label control? Pin
Heath Stewart22-Jan-04 4:40
protectorHeath Stewart22-Jan-04 4:40 
GeneralRe: How to display copyright sign (c in small circle,©) in Label control? Pin
Bo Hunter22-Jan-04 12:31
Bo Hunter22-Jan-04 12:31 
GeneralRe: How to display copyright sign (c in small circle,©) in Label control? Pin
Heath Stewart22-Jan-04 12:44
protectorHeath Stewart22-Jan-04 12:44 
GeneralRe: How to display copyright sign (c in small circle,©) in Label control? Pin
Bo Hunter22-Jan-04 15:57
Bo Hunter22-Jan-04 15:57 
GeneralWinForms DataGrid data display limit Pin
Rakesh Rajan21-Jan-04 18:11
Rakesh Rajan21-Jan-04 18:11 
GeneralRe: WinForms DataGrid data display limit Pin
Heath Stewart21-Jan-04 18:51
protectorHeath Stewart21-Jan-04 18:51 
Rakesh Rajan wrote:
Is there a limit to the number of rows (amount of data) a datagrid can display in a datagrid?

See Process.MaxWorkingSet. This gets or sets the maximum amount of memory allowed in memory for the given Process.

Rakesh Rajan wrote:
Is there any internal optimization in the datagrid which fetches data from the dataset only for those rows which are visible to the user?

Not yet, at least in the .NET base class library. In .NET 2.0 they have introduced several new control classes, including a GridView[^] which supports virtual lists, which is to what you're referring.

There's nothing from stopping you now (there was a good article a LONG time ago about how to do this even in DHTML), but the burden is on you unless you want to buy a commercial solution like a couple from ComponentOne[^].

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRender HTML Pin
Shaun Becker21-Jan-04 15:10
Shaun Becker21-Jan-04 15:10 
GeneralRe: Render HTML Pin
Nick Parker21-Jan-04 17:20
protectorNick Parker21-Jan-04 17:20 
GeneralProcess Owner and Parent Pin
jparsons21-Jan-04 13:34
jparsons21-Jan-04 13:34 
GeneralRe: Process Owner and Parent Pin
Heath Stewart21-Jan-04 18:34
protectorHeath Stewart21-Jan-04 18:34 
GeneralRe: Process Owner and Parent Pin
Jose Fco Bonnin21-Jan-04 23:34
Jose Fco Bonnin21-Jan-04 23:34 
GeneralYet another C# Quiz Pin
5.5 cents21-Jan-04 13:04
suss5.5 cents21-Jan-04 13:04 
GeneralClickity Pin
Colin Angus Mackay21-Jan-04 13:38
Colin Angus Mackay21-Jan-04 13:38 
GeneralRe: Yet another C# Quiz Pin
Colin Angus Mackay21-Jan-04 13:49
Colin Angus Mackay21-Jan-04 13:49 
GeneralRe: Yet another C# Quiz Pin
5.5 cents21-Jan-04 14:05
suss5.5 cents21-Jan-04 14:05 
GeneralRe: Yet another C# Quiz Pin
Heath Stewart21-Jan-04 17:36
protectorHeath Stewart21-Jan-04 17:36 
GeneralRe: Yet another C# Quiz Pin
5.5 cents25-Jan-04 17:52
suss5.5 cents25-Jan-04 17:52 
Generalobj/<name>.pdb problems Pin
Arch Stanton21-Jan-04 13:01
Arch Stanton21-Jan-04 13:01 
GeneralRe: obj/<name>.pdb problems Pin
LongRange.Shooter22-Jan-04 9:19
LongRange.Shooter22-Jan-04 9:19 
GeneralRe: obj/<name>.pdb problems Pin
Arch Stanton22-Jan-04 14:13
Arch Stanton22-Jan-04 14:13 
Generalbackground program to capture a key press Pin
mikemilano21-Jan-04 11:51
mikemilano21-Jan-04 11:51 
GeneralRe: background program to capture a key press Pin
Heath Stewart21-Jan-04 17:32
protectorHeath Stewart21-Jan-04 17:32 
GeneralLooking for IT Professionals on H1B Visa Transfer/Faster GreenCard Processing Pin
Keith_00221-Jan-04 10:39
Keith_00221-Jan-04 10:39 

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.