Click here to Skip to main content
15,891,248 members
Home / Discussions / C#
   

C#

 
Questionprint preview for xps document Pin
Shiva Prasad9-Jan-06 22:51
Shiva Prasad9-Jan-06 22:51 
QuestionFinding Text in a RichTextBox Pin
alvinjv9-Jan-06 22:48
alvinjv9-Jan-06 22:48 
AnswerRe: Finding Text in a RichTextBox Pin
Curtis Schlak.10-Jan-06 3:34
Curtis Schlak.10-Jan-06 3:34 
AnswerRe: Finding Text in a RichTextBox Pin
Dave Kreskowiak10-Jan-06 5:23
mveDave Kreskowiak10-Jan-06 5:23 
QuestionPrinting Pin
Dylan van Heerden9-Jan-06 20:10
Dylan van Heerden9-Jan-06 20:10 
AnswerRe: Printing Pin
PrakashBhaskar9-Jan-06 20:26
PrakashBhaskar9-Jan-06 20:26 
Question[Message Deleted] Pin
Anup20069-Jan-06 18:21
Anup20069-Jan-06 18:21 
AnswerRe: How To Get The Row Count Of Datagrid Including Automatically Generated Row Pin
Maqsood Ahmed9-Jan-06 18:49
Maqsood Ahmed9-Jan-06 18:49 
Hello,
You can get the CurrencyManager and access its Count property.

CurrencyManager cm = dataGrid.BindingContext[dataGrid.DataSource] as CurrencyManager;<br />
if(cm != null)<br />
  int count = cm.List.Count; //Total rows in the grid.


HTH. Cheers Smile | :)

Maqsood Ahmed - MCAD.net
Kolachi Advanced Technologies
http://www.kolachi.net
GeneralRe: How To Get The Row Count Of Datagrid Including Automatically Generated Row Pin
Anup20069-Jan-06 22:50
Anup20069-Jan-06 22:50 
QuestionHex question Pin
Tom Wright9-Jan-06 11:23
Tom Wright9-Jan-06 11:23 
AnswerRe: Hex question Pin
Curtis Schlak.9-Jan-06 11:46
Curtis Schlak.9-Jan-06 11:46 
QuestionBar Code Reading Pin
thepolishguy9-Jan-06 9:57
thepolishguy9-Jan-06 9:57 
AnswerRe: Bar Code Reading Pin
Tom Wright9-Jan-06 10:37
Tom Wright9-Jan-06 10:37 
GeneralRe: Bar Code Reading Pin
thepolishguy9-Jan-06 11:07
thepolishguy9-Jan-06 11:07 
QuestionParsing a string Pin
Tom Wright9-Jan-06 9:55
Tom Wright9-Jan-06 9:55 
AnswerRe: Parsing a string Pin
Guffa9-Jan-06 9:59
Guffa9-Jan-06 9:59 
AnswerRe: Parsing a string Pin
galinace9-Jan-06 10:01
galinace9-Jan-06 10:01 
Questionstring.Compare using wildcards Pin
melanieab9-Jan-06 9:40
melanieab9-Jan-06 9:40 
AnswerRe: string.Compare using wildcards Pin
Dave Kreskowiak9-Jan-06 10:09
mveDave Kreskowiak9-Jan-06 10:09 
GeneralRe: string.Compare using wildcards Pin
melanieab9-Jan-06 10:21
melanieab9-Jan-06 10:21 
QuestionNumber Format Pin
mtone9-Jan-06 9:29
mtone9-Jan-06 9:29 
AnswerRe: Number Format Pin
galinace9-Jan-06 9:55
galinace9-Jan-06 9:55 
QuestionC# With Crystal reports Pin
idreesbadshah9-Jan-06 8:02
idreesbadshah9-Jan-06 8:02 
QuestionMSN Messenger Plus! Add In Pin
Tom Moore9-Jan-06 7:35
Tom Moore9-Jan-06 7:35 
AnswerRe: MSN Messenger Plus! Add In Pin
Tom Moore9-Jan-06 7:41
Tom Moore9-Jan-06 7:41 

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.