Is there a way to add an ALT tag to the following bit of code in a data grid to make it 508 compliant?
Code:
<EditItemTemplate>
<asp:TextBox ID="txtEdit_Description" Width="289px" Text='<%# Container.DataItem("Description") %>' Runat="server" />
<EditItemTemplate>