Click here to Skip to main content
15,904,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
my Query is,the data retrieved from the database should be shown as label in a grid.....and if i add new empty row at the bottom of the grid using data row fn, the new row should contain only the textbox through which i can enter the values .........
Posted

You can use footer template of a grid view..

ASP.NET
<footertemplate>
   <asp:textbox id="txtb" runat="server" xmlns:asp="#unknown"></asp:textbox>
</footertemplate>


check more here..

Footer Template

GridView Footer

Footer Template

Hope this helps..
 
Share this answer
 

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