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
Easy DHTML Question. mouseonover effect examples.
mailto hyperlink with multiple links on multiple lines
building a new server machine that has server 2003. need help
Block messages sent to recipients not listed in the Global Address List
Cisco 79xx Message Button
Getting Column Names from RowDataBound
Java Client Applet - Passing one boolean to another
Trouble getting Outlook 2007 to connect to Exchange 2010
Delphi Is there a simple way to Concat two Dynamic Arrays in to one Array?
add line spaces within a VBA email message