Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to display the save record, Record count will be display in the Label.

for that how can i do using c sharp.

it is windows application.
Posted

1 solution

Use ADO.NET to save data in your database. Once the operation is successful, show/display the message in UI. If you want to show something specific of the new record or let say some count, fetch that from Database and then show it.

Read about ADO.NET here and it will help you:
MSDN: ADO.NET[^]
MSDN: Accessing Data with ADO.NET[^]
Simple ADO.NET Database Read, Insert, Update and Delete using C#.[^]
 
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