i retrive the data using ajax and fill into dataset
but my problem is that crystalreport
in static method crystal reportviewer not showing
so what shoud i do for reportsourse and bind crystal reports viewer in asp.net using ajax
Hi SajidHussa,
You can't bind crystal reports in ajax webmethod.
Declare a property with Dataset that are used to assign report sourse. Then inside the WebMethod set the value in Dataset.
Then set report sourse using the Dataset.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.