Microsoft
Software
Hardware
Network
Question : IsDBNull(sender.Rows(e.RowIndex).Cells(0).Value) is very slow+vb.net 2005 windows programming
Hi,
Iam checking in datagridview
If IsDBNull(sender.Rows(e.Row
Index).Cel
ls(0).Valu
e) = True Then Exit Sub which is terribly slow..any alternative for this code
Cheers
Answer : IsDBNull(sender.Rows(e.RowIndex).Cells(0).Value) is very slow+vb.net 2005 windows programming
How about this:
If e.RowIndex >-1 AndAlso sender.Rows(e.RowIndex).Ce
lls(0).Val
ue is Nothing Then Exit Sub
Random Solutions
Do you know how to select fields from 2 files based on a join of the files?
Lotus Notes to Exchange 2010 Conversion
another basic rearrangement
When I try to creat a DB in SQL with Microsoft SQL Server Management Studio I get an error 5133
asp tree menu java script
Black Screen on Windows Server 2008 R2
System tables in SQL Server - management console
Chrome - overflow='auto'
Quick way to clear thousands of SMS / messages from a basic model Nokia mobile phone
Change /etc/init.d boot order Ubuntu 9.10