Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why this code returns null?
Message
From
15/09/2008 13:41:01
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01347651
Message ID:
01347705
Views:
17
>>>Hmm, why the Row isn't bound and what exactly means the row bound? I assign DataSet to GridView's datasource.
>>
>>I assume this is a WebControls.GridViewRow ?
>>What's the RowType of the row in question? - are you sure it's a DataRow not a Header,Footer or other non-bound type?
>
>Yes. It is a record in a GridView I'm trying to delete. Getting names from the Cells works fine, so using alternative syntax should also work. I like the alternative syntax much better because you don't need to guess which column is the last name or first name.

This doesn't answer my question. What is the RowType of the GridViewRow when its DataItem type is null ? AFAIK a GridViewRow.DataItem will only return null if (a) it is not a bindable type or (b) it is - but it has not been bound.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform