Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why this code returns null?
Message
De
15/09/2008 13:41:01
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01347651
Message ID:
01347705
Vues:
18
>>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform