Dear Friends,
I have a GRIDVIEW on my Webform,and Displayed Data from Database into Gridview.
In gridview Source I gave Command Filed as :
<Columns>
<asp:CommandField ShowSelectButton="True"" />
</Columns>
When i Click the Select command in Gridview, it Redirects to another page and displays Only one Row Record.
Now Finally, I want to Print the Selected Row Records. by using Crystal Reports.
I have Created a Cyrstal Report in ASP.NET 3.5.
When I click the Print Button, All the Gridview Records are Printing.
SO I NEED TO PRINT THE ONLY SELECTED ROW RECORDS.
So Please can anybody help me, how to print the Selected Records in Gridview.
Thanks.