3
Answers

How to find controls inside datagrid in silverlight?

Hi,
  This is Rajesh. I am developing an application in silverlight to generate online question paper. For that i have to create One form to enter Questions to database with all required options. At final i completed the design. With this user can enter Question and 4 options for that and select one correct option. Now i want to save all details entered by user into database. How can i do this?
 
Anybody please help me how to do it? Its very urgent for me.

 Thanks & Regards,
  Rajesh M
Answers (3)
2
Thiyagarajan E

Thiyagarajan E

NA 1.1k 6.8k 8y
I found the Solution:
Finf the Report web config in the below path :
C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportManager\web .config
Replace or add below line: to set admin credential for all users to access the report.

<authentication mode="Windows" /> // Authentication mode to be set to windows

<identity impersonate="true " userName="UserName" password="Password"/> // identity impersonate to be set to true and User name & Password of the SQL Server administrator should be added.