Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends

i am try to insert an row in the gridview.

and add textbox in the footer in the gridview.

XML
<FooterTemplate>
    <asp:TextBox ID="textlogin" runat="server"> </asp:TextBox>
    </FooterTemplate>

but textbox not show in the gridview

anyone guide me what the reason behind it???

and how i am show textbox so that i can insert data in gridview?
Posted

You have change the visibility of footer row,
GridView1.FooterRow.Visible = true;
 
Share this answer
 
U Can Try This Aslo...
Go GridView Property


Set "ShowFooter" property to true
 
Share this answer
 
ohhhh yes thanks my friends

Regards
Deepak
 
Share this answer
 
Comments
Sandeep Mewara 16-Jun-11 9:26am    
Not an answer. Use comment feature from next time.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900