Passing parameters programmatically to Crystal report
It is very easy to pass the parameters in Crystal reports editing the crystal reports ( just by adding the required parameters on the report and making "EnableParameterprompt = "True" " in the properties of the crystal report viewer. , but it has several drawbacks, like the parameters do not get added to the report automatically, we can not really modify the interface of parameter prompt and so on. Today we are discussing about the parameter passing to crystal reports programmatically. In .aspx page, drag the control to ask for the parameters and drag the control for Crystal report viewer as follows: < table > < tr >< td style ="vertical-align: top; text-align: left; height: 21px;">< asp : Label ID ="lbl1" runat ="server" Text ="Choose the semester" style ="vertical-align: top; text-align: left" /> td > < td style ="height: 21px; vertical-align: top; text-align: left;...