开发者

displaying and updating data of two tables from a grid (or table) in aspx page?

开发者 https://www.devze.com 2023-03-30 05:35 出处:网络
I need your guidance please for doing a unusual task which I am not getting how can be done. I have three database tables. CompanyName (it have Id and CompanyName columns)and Agent (it has id and Agen

I need your guidance please for doing a unusual task which I am not getting how can be done. I have three database tables. CompanyName (it have Id and CompanyName columns) and Agent (it has id and AgentName columns) and Rates (RowId,AgentCompanyName,AgentName and Date).

Requirment is to display data of Agent and Companies tables in one grid or table in a way that Companies will appear as columns and agents will appear as rows on top x-axis and agents will app开发者_运维知识库ear as rows (in one column) on y-exis. This is display just like a matrix and conjunction of each will have a textbox to get (agent's value for that company).

NOTE: update buttons can be on left side as a column or under table as a single button. There can be any no columns (compnayName) and any no of rows (agent names). On pressing Update these rates will be saved in Rates table.

How can I display such a page and how implement Update functionality?

displaying and updating data of two tables from a grid (or table) in aspx page?


Depending on what works best for you, you could create one stored procedure that accepts all of those fields and updates the tables, or you can execute an insert/update stored procedure for each table.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号