Shouldn't I be able to replace:

<asp:BoundColumn DataField="password" ReadOnly="True"
HeaderText="PASSWORD"></asp:BoundColumn>
<asp:TemplateColumn>
  <EditItemTemplate>
  <asp:TextBox ID="txtPassword" Text='<%#
Container.DataItem("password") %>' runat="server">
  </asp:TextBox>
</EditItemTemplate>
</asp:TemplateColumn>

With:

<asp:BoundColumn HeaderText="Password" DataField="password" /> 

with no problem? Isn't it the same thing? When I put in
"<asp:BoundColumn HeaderText="Password" DataField="password" /> " I no
longer get results in my datagrid...its the strangest thing!


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to