Click here to Skip to main content
15,911,132 members
Home / Discussions / C#
   

C#

 
GeneralInserting Data from other Database File Pin
kallileo10-Apr-08 3:31
kallileo10-Apr-08 3:31 
GeneralIs it polite... Pin
Brady Kelly10-Apr-08 3:31
Brady Kelly10-Apr-08 3:31 
GeneralRe: Is it polite... Pin
Pete O'Hanlon10-Apr-08 4:52
mvePete O'Hanlon10-Apr-08 4:52 
GeneralRe: Is it polite... Pin
led mike10-Apr-08 4:55
led mike10-Apr-08 4:55 
GeneralRe: Is it polite... Pin
Brady Kelly10-Apr-08 5:29
Brady Kelly10-Apr-08 5:29 
GeneralRe: Is it polite... Pin
PIEBALDconsult10-Apr-08 5:14
mvePIEBALDconsult10-Apr-08 5:14 
JokeRe: Is it polite... Pin
darkelv10-Apr-08 5:15
darkelv10-Apr-08 5:15 
Generaladding icon to project [modified] Pin
Denver Thomas10-Apr-08 3:22
Denver Thomas10-Apr-08 3:22 
GeneralFile Scan for virus using C# !!!!! Pin
Nithin Krishna10-Apr-08 3:21
Nithin Krishna10-Apr-08 3:21 
GeneralRe: File Scan for virus using C# !!!!! Pin
Judah Gabriel Himango10-Apr-08 4:04
sponsorJudah Gabriel Himango10-Apr-08 4:04 
GeneralInheritance Pin
Brady Kelly10-Apr-08 3:16
Brady Kelly10-Apr-08 3:16 
GeneralRe: Inheritance Pin
Judah Gabriel Himango10-Apr-08 3:59
sponsorJudah Gabriel Himango10-Apr-08 3:59 
GeneralRe: Inheritance Pin
carbon_golem10-Apr-08 5:19
carbon_golem10-Apr-08 5:19 
JokeRe: Inheritance Pin
Luc Pattyn10-Apr-08 6:30
sitebuilderLuc Pattyn10-Apr-08 6:30 
GeneralRe: Inheritance Pin
PIEBALDconsult10-Apr-08 5:17
mvePIEBALDconsult10-Apr-08 5:17 
QuestionHow to add a Worksheet to a Workbook in Excel Pin
Walaza10-Apr-08 2:34
Walaza10-Apr-08 2:34 
QuestionAccessing Form Components from another class(namespace) Pin
Programm3r10-Apr-08 2:11
Programm3r10-Apr-08 2:11 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 2:50
mvePete O'Hanlon10-Apr-08 2:50 
QuestionRe: Accessing Form Components from another class(namespace) Pin
Programm3r10-Apr-08 2:54
Programm3r10-Apr-08 2:54 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 3:01
mvePete O'Hanlon10-Apr-08 3:01 
QuestionRe: Accessing Form Components from another class(namespace) Pin
Programm3r10-Apr-08 3:12
Programm3r10-Apr-08 3:12 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Pete O'Hanlon10-Apr-08 4:46
mvePete O'Hanlon10-Apr-08 4:46 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Luc Pattyn10-Apr-08 4:54
sitebuilderLuc Pattyn10-Apr-08 4:54 
GeneralRe: Accessing Form Components from another class(namespace) Pin
Jesse Squire10-Apr-08 3:06
Jesse Squire10-Apr-08 3:06 
QuestionDataGridView scrolling Problem Pin
Member 464310110-Apr-08 2:03
Member 464310110-Apr-08 2:03 
The below unhandled Exception occur at application level, when 1000 records added in datatable which is bound to DatagridView and when click on scrollbar of Datagridview (The 1000 rows was added through code using while loop)


How can I handle or resolve the same.


System.ArgumentException occured
Message="InvalidArgument=Value of '5448' is not valid for 'rowIndex'."
Source="System.Windows.Forms"
StackTrace:
at System.Windows.Forms.DataGridViewRow.GetStte(Int32 rowIndex)
at System.Windows.Forms.DataGridViewRowCollection.GetRowState(Int32 rowIndex)
at System.Windows.Forms.DataGridView.ComputeHeightOfFittingTrailingScrollingRows(Int32 totalVisibleFrozenHeight)
at System.Windows.Forms.DataGridView.set_VerticalOffset(Int32 value)
at System.Windows.Forms.DataGridView.DataGridViewVScrolled(Object sender, ScrollEventArgs se)
at System.Windows.Forms.ScriollBar.OnScroll(ScrollEventArgs se)
at ....................

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.