hi,
i am using a sql server 2005 and asp.net2.0 .actualy i want to develop a financial report or data . how ?????? i dont wnt to use a crystal report .
ok
thkx
hi,
i am using a sql server 2005 and asp.net2.0 .actualy i want to develop a financial report or data . how ?????? i dont wnt to use a crystal report .
ok
thkx
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Md MushtaquePosted Aug 6, 2008, 4:37 AM
Hi,
You can use GridView Control or can use DataTable object to fetch the record and display it through code behind in aspx.vb file on Place Holder Control.
Mushtaque
Posted Aug 5, 2008, 3:28 AM
there are two option to achive your desired output
1. Use SQL Reporting Tool
2. check following link
http://www.codeproject.com/KB/grid/GridDrawer.Net.aspx