Click here to Skip to main content
16,004,678 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai..,

i had try to convert in grid view information to word document but there is exception like this "Control 'gvProposalNew' of type 'GridView' must be placed inside a form tag with runat=server.".but grid view is display all records why this error pl send solution.
Posted

1 solution

<form>
<asp:GridView ID="gvProposalNew" runat="server">
</form>
 
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