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
I need advice using SSIS packages
HELP!!! Trying to install an app using a script (bat file) via GP.
phpbb
WPF: When might I want a class in the toolbar?
Comparing records of more than two excel documents
RAID 5 disks dropped from array.
How do i find how many columns a .csv file has?
Query help Max date and count
WER folder
Making an RSS Feed from Mysql