Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why this code returns null?
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Why this code returns null?
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01347651
Message ID:
01347651
Views:
59
Hi everybody,

I use similar code in other places and it works fine, but for some reason in RowDeleted event this code
DataRowView view = ProfilesGrid.Rows[e.RowIndex].DataItem as DataRowView;
returns null. The DataItem is null, but the type is DataRow


Is my only option to try to get names through columns (cells)?

Thanks a lot in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform