Working with Databases is always recommended over file system as far as performance is concerned and as long as your client requirements permit. Because it may happen that the application you are working on is a desktop application and the client does not want to mess around with the database thing.
However, if you want to store the data in files only, use XML files instead of plain text files.
User Profile
Collapse
-
since the first code section given by you is correct in syntax. i think the path to the file is not correct. Note that the path over here is relative .Leave a comment:
-
I am not using IIS. It's just the ASP.NET development server....Leave a comment:
-
Logon for a non database application
I am using Crystal report to display contents of an HTML file. But my application asks for logon information even when I am not using any database.
I tried a lot of options but could not figure out.Kindly help !! -
This is how you can refer the text object
Code:TextObject txtObj = (TextObject)crReportDocument.ReportDefinition.Sections["Section1"].ReportObjects[0];
Leave a comment:
No activity results to display
Show More
Leave a comment: