Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i add a textbox,button,calender and grid view in default.aspx.if i click the button it display the calender and when i click the date in calender,the date will show in the text box.now the database is in the oracle,and it has the field creation of table cgl2.The creation field saves the date of the all entries.
When the date is show in the text box,it will show the all entrie of that date in grid view.
Posted
Updated 20-Feb-12 21:08pm
v4
Comments
Aniket Yadav 21-Feb-12 1:46am    
Elaborate Your Question... Unable to get what you exactly want to say
Rajesh Anuhya 21-Feb-12 1:48am    
Not clear.
--RA

You Question is not clear,

As per my understand you are trying to read the database Datetime.

see the below Query this may helps you

SELECT TO_CHAR
    (SYSDATE, 'MM-DD-YYYY HH24:MI:SS') "NOW"
     FROM DUAL;


Thanks
--RA
 
Share this answer
 
Featch the data from the database 
with in the calender  date selection event when you are binding selected date with the text box..
 
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