Hi all, Develpment tool used : 1. crystal report 2008 2. visual studio 2008 Actually, I want to pass serveral paramters e.g (report ID,phone, address, ..) from code behind page(.aspx.cs) into crystal report instead of hardcode. But now there is no any idea in my mind to handle this case. Here are several question in mind (1) Is it possible to achieve it? =.= (2) How to create parameter in crystal report (like special field?) (3) How to set parameter values from .aspx.cs ? (4) Have any example ^.^?