Click here to Skip to main content
15,897,032 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
See more:
Hi

I am doing invoice Management i have completed my UI part.
Now i need to display the data from database to the web controls.then print
My invoice consist of tables,lines and textboxes could you pls provide any suggestion or useful links for this

Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 23-Nov-11 3:06am    
Not a question. Develop this part, too; you got my approval.
--SA
Lancy.net 23-Nov-11 4:12am    
Thanks for your reply? when you started learning that time some one reply to you like this how do you feel? why i should i want your approval???

Hi,

I suggest you look into using stored procedures to get the data out of the database.

Overview of SQL Server Stored Procedure[^]


Also, look into using nTier structure to get and handle data.
Coding an N-Tier Application in C# Without Any Wizard: Part II[^]

If you look through these two articles will give you a very good understanding of what to do.

Good luck
 
Share this answer
 
Comments
Lancy.net 23-Nov-11 4:37am    
Thanks
For Database model,
Customers and Invoices Data Model[^]
Refer some other applications like open source or anything like that

Check these tutorials
ASP.NET Data Access Tutorials[^]
 
Share this answer
 
Comments
Lancy.net 23-Nov-11 7:47am    
Thanks...

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