Click here to Skip to main content
16,006,749 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a problem related to gridview Here i am using two database table for gridview one for populate two column in gridview that are dropdown list and lable means item selected from dropdown and rate display for that item selected from dropdown and another table for make order now there are two other column quantity and amount insert by user after that all four column value store in other table.

and row generated on required item.
what is the solution for such problem.
Thanks
Posted
Comments
m@dhu 14-Oct-10 1:58am    
Try to use sql joins according to your requirement.

1 solution

As U told u want to populate dropdowlist in gridview from one table use SQlDatasource Wizard for it and rest of column with another table.
 
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