hi i am developing one web application,in that i am having a gridview control,in that gridview i list all the details of the employee,and every column i provide a print button for every employee id,,if the user click the print,it will generate a report as per the employee id,in the link button i am using<%# "viewemployeelist.aspx?EmpId=" + Eval("empid").tostring() %>' i am passing employee id to the crystal report,,,but its not working...can anyone tell me how to create like this in crystal report,,,
Mohamed Rifayee