Skip to main content

All Questions

Tagged with
2 votes
1 answer
2k views

Asp net validation error message is never display

I'm using a RequiredFieldValidator to check a field as follow : <asp:TextBox runat="server" ID="field" Text=""></asp:TextBox> <asp:RequiredFieldValidator ID="fieldValidator" runat="...
MrLuje's user avatar
  • 637
5 votes
1 answer
8k views

Gridview's footer is not visible

I have put some controls in Gridview's footer template, but at run time they are not visible why
Student's user avatar
  • 3,499
6 votes
3 answers
17k views

Make GridView footer visible when there is no data bound

how to show footer when there is no data in gridview for inserting data from footer.
user avatar