DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Rev

I keep getting this error>> Why? Help
<asp:TemplateField HeaderText=“RevID” InsertVisible=“False”
SortExpression=“RevID” Visible=“False”>
<ItemTemplate>
<asp:Label ID=“lblRevID” runat=“server” Text=‘<%# Bind(“RevID”) %>’></asp:Label>
</ItemTemplate>
</asp:TemplateField>

Please don’t bother…got the problem resolved myself…looks like i am getting there finally