Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i had three tables:


tax table
test1
test2
test3


fee table
fee1
fee2
fee3



taxable fee which has two columns
test1 fee1
test2 fee2
test3 fee3

now i have a grid...it has two columns which are both dropdowns......i nned to get the number of rows as per the record in third table for example if there are 3 records in third table ined to get 3 rows in grid....and first dropdown should bind to tax table and second column should bind to fee table....


please help
Posted
Comments
Vinay Jade 30-Dec-13 0:32am    
In which mode you want to bind the data to dropdowns ?
create or edit because in display its of no use
spanner21 30-Dec-13 0:48am    
i need to create

1 solution

there is an event for GridView called Rowdatabound

[^]

http://www.dotnetgallery.com/kb/resource17-RowDatabound-event-tips-and-tricks-in-Gridview-control.aspx[^]

these links will help 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