I have a datagrid with an item template that contains an<BR>HTMLAnchor control. The HREF property for this control needs to change dynamically. How can I access individual cells in the datagrid so I can tell this column which field in the database to use? <BR><BR><ItemTemplate><BR><B><A id="PageLink" runat="server"/><BR><%# Container.DataItem("Subject")%></A></B><BR></ItemTemplate>