2
Answers

Create new application

Anantha Krishna

Anantha Krishna

20y
1.8k
1
i start the visual studio .net tool , start new project and create ASP.net application there is a error occur as "Visual studio has detected that the specified web serever is not running ASP.NET version 1.1.you will be unable to run ASP.NET web application or services."pls do u have any idea about this problem?
Answers (2)
0
Amit Dhania

Amit Dhania

NA 659 164.6k 16y

We can put fields on report dynamically. For it we have to put formula-fields on report on design time.
We can put fields value from database in formula-fields in our c# coding.

For example AttendenceReport is crystal report having formula-field "status".

 AttendenceReport objAttendenceReport=new AttendenceReport();
//{AttendenceTable.Status} values coming from //database                               objAttendenceReport.DataDefinition.FormulaFields["Status"].Text = "{AttendenceTable.Status}";

Next Recommended Forum