Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am binding products to the dropdown list in gridview. When i am selected any one of the product from the dropdown list it should display cost and description in the respective columns then i will enter the quantity and it will calculate the total. Using asp.net with c#. Can any one please guide how can i do that. Thanks in advance.

Regards,
Jeevan.
Posted

Does this help you ?

http://www.c-sharpcorner.com/UploadFile/Art%20Scott/GridViewInsertANewRow09012006165053PM/GridViewInsertANewRow.aspx[^]

You can use GridView Footer to add a new empty row as well.
 
Share this answer
 
this link help you add rows in gridview. check that
Adding Empty Rows in GridView[^]
 
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