M
Mike
Hi!
Been stuck on this one for a bit. Would really appreciate any help on
this one.
In Regards to ASP.NET/ADO.NET
To start. I have a sql database table with the following data and
design (ex)
------------------------------------
provider_id | plan_id | plan cost
------------------------------------
1 US-1 20.00
1 US-2 30.00
1 US-3 40.00
2 UK-1 10.00
2 UK-2 20.00
2 UK-3 32.00
I need to display this in a way (DataGrid, DataList, etc...)
where I can view all provider items on the same, line and select a
plan
using a radiobuttonlist or similar.
I'm not sure if it is something I need to do in the database query or
something
at the application level.
It will need to look something like this:
------------------------------------------
provider_id | plan_1 | plan_2 | plan 3
------------------------------------------
1 20.00 30.00 40.00
2 10.00 20.00 32.00
I would like the to be able to select a dollar amount(by radiobutton
if possible) and have the plan_id as the value if possible.
Has anybody got something like this working.
Been stuck on this one for a bit. Would really appreciate any help on
this one.
In Regards to ASP.NET/ADO.NET
To start. I have a sql database table with the following data and
design (ex)
------------------------------------
provider_id | plan_id | plan cost
------------------------------------
1 US-1 20.00
1 US-2 30.00
1 US-3 40.00
2 UK-1 10.00
2 UK-2 20.00
2 UK-3 32.00
I need to display this in a way (DataGrid, DataList, etc...)
where I can view all provider items on the same, line and select a
plan
using a radiobuttonlist or similar.
I'm not sure if it is something I need to do in the database query or
something
at the application level.
It will need to look something like this:
------------------------------------------
provider_id | plan_1 | plan_2 | plan 3
------------------------------------------
1 20.00 30.00 40.00
2 10.00 20.00 32.00
I would like the to be able to select a dollar amount(by radiobutton
if possible) and have the plan_id as the value if possible.
Has anybody got something like this working.