Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What should I do to get rid of the exception?
Message
From
09/05/2009 01:41:27
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01398783
Message ID:
01398816
Views:
66
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>I'm getting an exception here
>
>this.FormatOrdersSearchGrid(_dtOrder);
> this.grdSearch.Select(_rowNumber); //Exception here
>
>I don't have any orders yet entered, so my grid is empty. How can I code against it?
>
>Thanks a lot in advance.

if (this.grdSearch.Count > 0)
this.grdSearch.Select...
Previous
Reply
Map
View

Click here to load this message in the networking platform