Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in my data base 3 column(empid,workdate,workdone) are there.in my front end one calender and 2 textboxes are there. i want when i select one date from calender it will display the workdones data on particular days.how can i do it...plz suggest me
Posted
Comments
_Amy 2-Aug-12 7:48am    
What have you tried so far?
Arup(Software engineer) 2-Aug-12 8:07am    
i m trying to retrive one columns data from database to a textbox by clicking date on my calendar in my webpage.
AmitGajjar 2-Aug-12 8:27am    
Post your code and people will help you to solve your issue. if you ask question on the fly then nobody can imagine what may be your problem.

 
Share this answer
 
Hi

I think you need based on the 'date' it will display other details like empid,workdone ,rt?
For this you need to write a query and its parameter as date
eg: select empid,workdone from egtable where workdate="+selected date+"
 
Share this answer
 
onnume illama eathuku site vaiche irkka mayeru
 
Share this answer
 

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