Click here to Skip to main content
15,898,987 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am a beginner and i want to create a simple record of my class
in cSharp.I want to create some fields like student name,id,attendance status .Then I want all this print to simple report in visual studio as a record.
I need to know where to begin.
Posted
Updated 16-Nov-11 4:46am
v2
Comments
thatraja 15-Nov-11 10:44am    
Not clear

Your use of the word "record" seems to indicate that you are not very familiar with classes and structs in C#. A first step here would be to learn those concepts before you think of DB programming. Once you do that, get a good book on .NET database programming (ADO.NET) or start with a few simple articles here on Code Project.

At your current programming level, it's impossible to help you meaningfully other than by providing full code listings (with instructions on compiling/deploying it).
 
Share this answer
 
Comments
M Ali Qadir 16-Nov-11 13:47pm    
I have learnt a lot about c#,
as professional projects i want to this task if you could guide in some steps.
Use ADO.Net for Database.
and ReportViewer for Report.
Both ADO.net and ReportViewer control Details ,You can get from google easily.
 
Share this answer
 
v2
Can you brief your requirements more ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900