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
SPFile, PFile and Init
Cannot delete all files from search
ESX 4.1 secuity best practices
Microsoft Office Access Can't Find the Object
How do I create an Access runtime database
Need to do a selective join
Transactional replication
photo gallery
Offline Files is disabled when away from network!
Windows Batch script to create directories to backup to & housekeep directories older than 10 days