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
WSUS clients not reporting
MS SQL Reporting Services 2005 upgrade to 2008 issues
Cannot find Domain Controller while trying to join the domain
How to find focused control in Silverlight
Local administrator rights are required while logged into a sbs 2008 server.
Downgrade 2008 R2 TO R1 OEM
Problem moving Wordpress site from one domain to another, and on a new webserver.
Word doesn't open file that's setup with VB- error: could not load some objects because they are not available on this machine
Simple File Sharing Question
How do I prevent Navigation Pane from expanding when I activate a command button?