Click here to Skip to main content
15,905,322 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
pls help for following problem...
i want to give link for each row in table. so i am created .html file using stringbuilder in that file two tables are displaying. i want to give link for first table rows which link redirect to the second table of specific record.
suppose
in first table 3 columns & 3 rows.
col.1Id col.2Name col.3records
20 raju 3
30 dipu 2
40 monu 1
i want to give link for no.2 column each row

in second table 5 columns & 10 rows
1.id 2.Name 3.records 4.mob 5.add
20 raju 1 -- --
20 raju 1 -- --
20 raju 1 -- --
30 dipu 1 -- --
30 dipu 1 -- --
40 monu 1 -- --
.
.
.

when click on first table 2col 1row
then display the all raju records in second table


thanks in advance.....
Posted
Updated 16-Feb-12 23:33pm
v4
Comments
vino2012 17-Feb-12 5:16am    
not able to understand. Can u post your code.

1 solution

Hi,

Use DataRelation property of dataset.
 
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