I am displaying a table using GridView and all the fields are hyperlinks Except first column.
All are Working fine. when ever i click on the particular hyperlink the corresponding result gets displayed.
eg
Customer Name--|Jhon--|Peter-|Mickel
--- adsdfg----------|---4---|--------|---------
--- Zzvczxvc-------|--------|---7---|--- 5---
--- qwer------------|---5---|--------|--- 5---
Note: The Symbol "-" are put only for alignment.
In the above example Customer name displays Names of all customers,
"Jhon, Peter, Mickel" are sales men.
The Numeric data in the DataGrid shows number of products sold by a particular salesman to a particular customer.
all this hyperlinks are working fine ie whenever i click on particular number it displays all the products sold by a particular salesman to the particular customer.
Now i added one more column "Total" which calculates Row wise sum
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
choto
Hello Everyone
I am displaying a table using GridView and all the fields are hyperlinks Except first column.
All are Working fine. when ever i click on the particular hyperlink the corresponding result gets displayed.
eg
Customer Name--|Jhon--|Peter-|Mickel
--- adsdfg----------|---4---|--------|---------
--- Zzvczxvc-------|--------|---7---|--- 5---
--- qwer------------|---5---|--------|--- 5---
Note: The Symbol "-" are put only for alignment.
In the above example Customer name displays Names of all customers,
"Jhon, Peter, Mickel" are sales men.
The Numeric data in the DataGrid shows number of products sold by a particular salesman to a particular customer.
all this hyperlinks are working fine ie whenever i click on particular number it displays all the products sold by a particular salesman to the particular customer.
Now i added one more column "Total" which calculates Row wise sum
as shown below
Customer Name--|Jhon--|Peter-|Mickel|Total
--- adsdfg----------|---4---|--------|---------|---4---
--- Zzvczxvc-------|--------|---7---|--- 5----|--12---
--- qwer------------|---5---|--------|--- 5----|--10--
if i click on the total link i want it should display all the products taken by the customer irrespective of the salesman.
Thanks in Advance
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.