Text Box
My problem is that I want to retrieve data from database based on some parameters, say some query. Say, I have a table test1
Name Type
car_code varchar2(8)
descript varchar2(50)
rate varchar2(4)
I've a text box called rate which is read-only. I want to display the rate of the car based on the car_code selected. But I dont get how to do this. I'm just a newbie in asp.net and I'm using just the plain asp.net tags. I would be greatful if some one could help me out.
I missed out on one more thing. Suppose the car_code is "CAMXL05" and it's corresponding rate is "65" how can i display the rate for the car_code selected?
Praveen
__________________
Praveen
|