Click here to Skip to main content
15,909,742 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
This is Ramesh.

I am using asp.net ,c# and sqlserver. My Problem is I have database with status.
Suppose Status have Three Types is there.(A,B,C). Now it's fine. Suppose in future client Inserted new status(D). Automatically grid-view will bind a new row with status D.
Posted
Comments
Prasad_Kulkarni 3-Apr-12 2:15am    
column or row??

1 solution

Hi,

C#
<asp:gridview id="gvwDemo" autogeneratecolumns="true" xmlns:asp="#unknown">
</asp:gridview>



Hope This helps you..
 
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