I have a display page...i want to display data like this in C#
select * from emp_details
_________________________________________________
dsp_emp.aspx
id name sal edit
1 sam 100 edit link
2 liz 200 edit link
_________________________________________
when user click on "edit link" takes user to frm_emp_edit.aspx passing id
how i do this?
Go to the complete details ...