retrieving data from a button click in crystal report

Jan 23 2011 4:04 AM
Hi everyone. I have this record in my database:
 Member_No: 111
 Member_Name: Janine Valenzona
 Member_age: 20
 Member_position: web designer
 
 
How can I generate this single record in my crystal reports upon typing the member number in a textbox and clicking "generate report" button?

I know how to connect it to the database, and dragging the needed fields in the details view of the crystal reports. I'm also using stored proc. But when I load it, it has no output.. 

where I went wrong? 

More info:
I have no behind code in my .cs.... 
I decided to have a textbox and a button instead of having the built in parameter field prompt upon running the aspx. It's not pleasant to the eyes.
I'm using asp.net in visual studio 2008 and sql server 2005 in my databse

Answers (1)