我有一个启用了 Edite 命令的详细信息视图,它返回我想要的数据,并且需要从我的数据库返回的数据,因为它们不能为空,但是在使用详细视图进行更新时,它给了我一些文本字段,用户可以放置它导致的空间我的数据库中有一个例外,那么如何为该 textFields 放置 RequiredField ?
那是我的代码
<asp:BoundField DataField="Name" HeaderText="ناو :" SortExpression="Name" />
<asp:BoundField DataField="Username" HeaderText="ناوی بەکارهێنەر :" SortExpression="Username" />
<asp:BoundField DataField="Mobile" HeaderText="مۆبــایل :" SortExpression="Mobile" />
<asp:CommandField ButtonType="Button" ControlStyle-CssClass="NormalButton" ShowEditButton="True" CancelText="پاشگەزبوونەوە" EditText="دەستکاری کردن" UpdateText="گۆڕین" />
<asp:ButtonField ButtonType="Button" ControlStyle-CssClass="NormalButton" Text="گۆڕینی ژمارەی نهێنی" />
</Fields>
<FooterStyle BackColor="White" ForeColor="#000066" />
<HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" />
<RowStyle ForeColor="#000066" />
</asp:DetailsView>