Click here to Skip to main content
15,914,010 members
Home / Discussions / C#
   

C#

 
GeneralRe: POST request in C# Pin
Ennis Ray Lynch, Jr.24-Jun-10 6:14
Ennis Ray Lynch, Jr.24-Jun-10 6:14 
AnswerRe: POST request in C# Pin
Etienne_12324-Jun-10 7:13
Etienne_12324-Jun-10 7:13 
QuestionInstall SQL Server 2005 with custome App Pin
MayukhSen24-Jun-10 2:10
MayukhSen24-Jun-10 2:10 
AnswerRe: Install SQL Server 2005 with custome App Pin
I Believe In GOD24-Jun-10 6:08
I Believe In GOD24-Jun-10 6:08 
QuestionHow to use Internal , Protected Internal across Assemblies.. Pin
a_ravindra24-Jun-10 2:01
a_ravindra24-Jun-10 2:01 
AnswerRe: How to use Internal , Protected Internal across Assemblies.. Pin
WoutL24-Jun-10 2:31
WoutL24-Jun-10 2:31 
AnswerRe: How to use Internal , Protected Internal across Assemblies.. Pin
#realJSOP24-Jun-10 2:32
professional#realJSOP24-Jun-10 2:32 
AnswerUse friend assemblies Pin
Sir Dot Net24-Jun-10 9:15
Sir Dot Net24-Jun-10 9:15 
GeneralRe: Use friend assemblies Pin
a_ravindra24-Jun-10 20:13
a_ravindra24-Jun-10 20:13 
AnswerRe: How to use Internal , Protected Internal across Assemblies.. Pin
Karthik Kalyanasundaram24-Jun-10 20:32
Karthik Kalyanasundaram24-Jun-10 20:32 
QuestionAppBar focus issue [modified] Pin
itcm24-Jun-10 1:52
itcm24-Jun-10 1:52 
Questionadding bottomns to tool tip Pin
mobasher24-Jun-10 0:39
mobasher24-Jun-10 0:39 
AnswerRe: adding bottomns to tool tip Pin
Abhinav S24-Jun-10 0:41
Abhinav S24-Jun-10 0:41 
AnswerRe: adding bottomns to tool tip Pin
William Winner24-Jun-10 8:28
William Winner24-Jun-10 8:28 
Questionhow to Link .jar file with c#? Pin
002comp24-Jun-10 0:16
002comp24-Jun-10 0:16 
AnswerMessage Closed Pin
24-Jun-10 0:18
stancrm24-Jun-10 0:18 
GeneralRe: how to Link .jar file with c#? Pin
002comp27-Jun-10 21:09
002comp27-Jun-10 21:09 
AnswerRe: how to Link .jar file with c#? Pin
Richard MacCutchan24-Jun-10 1:34
mveRichard MacCutchan24-Jun-10 1:34 
AnswerRe: how to Link .jar file with c#? Pin
002comp24-Jun-10 21:20
002comp24-Jun-10 21:20 
QuestionHow to create collection class in C# Pin
Chiman123-Jun-10 23:54
Chiman123-Jun-10 23:54 
GeneralRe: How to create collection class in C# Pin
harold aptroot24-Jun-10 0:08
harold aptroot24-Jun-10 0:08 
AnswerRe: How to create collection class in C# Pin
DaveyM6924-Jun-10 0:08
professionalDaveyM6924-Jun-10 0:08 
AnswerMessage Closed Pin
24-Jun-10 0:20
stancrm24-Jun-10 0:20 
GeneralRe: How to create collection class in C# Pin
DaveyM6925-Jun-10 2:06
professionalDaveyM6925-Jun-10 2:06 
Questionhow to:C# Datagridview must show only fixed number of rows Pin
Cobusvdvyver23-Jun-10 23:43
Cobusvdvyver23-Jun-10 23:43 
Good day all.
This is the first time I ask a question here, but have been using codeproject for some time now. Great site - Good work!

Im doing a C# windows forms application that reads data from Windows Sql Server Express and then displays the data from a specific table in a datagridview (im using bindingsource). This is no problem. The problem is my table is quite large more than a thousand rows. Currently all the data displays at one time with vertical scroll bars to scroll down. But I would like to only display a fixed number of rows, say the last 10 entries.

Is this at all possible.
Hope this question has not been asked before. Searched through a bunch of forums and websites and could not get the right question with an answer.

Thanks in advance.

Cobus

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.