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
gpupdate problem Windows 7 Professinal 32 bit
Vm question
Batch script problems
Select Query to identify when a customer ID exists during the same time period
File size limits on NAS units that employ ext2 or ext3 file structures
Check numbers in string
FPDF PDF Generator Support
RPC over HTTP Scalability
Picking a random name.
basic question about eigenvalues