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
Recalculate fields after requery.
weird effects using ROUND() on REALs in TSQL
Desctription and title in Google results different
SQL Query for count function on multiple tables
storage of data file when exchange is hosted
Java Client Update Error
Sum by range
increase incoming mail size server 2008
Microsoft DHCP moving leased addresses
Setup Programm for Linux systems