how to redirect output of manual query to CrystalReport in C#.NET
eg:-
select * from info where info_no=textbox1.TEXT;
(where txtbox1.TEXT is input box for user entry)
Loading
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.
Jiteendra SampathiraoPosted Sep 8, 2011, 5:11 AM
Good approach is first you enter the record(textbox value) into your database ..then map desired column name to Crystal Report Viewer....
Prabhu RajaPosted Sep 8, 2011, 5:06 AM