Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need read only value on the text box and that box i put the calender and i select some date and save it bu it not stores in DataBase if you had any suggession for me.

:((:confused:rpkaran(:confused: :((
Posted

1 solution

It sound like you want to have a date-picker (where date can only be filled using a calendar) and then save it in DB.

You can try Calendar Extender.

Have a look at this sample:
Calendar Demonstration[^]
You can set the textbox as disabled. Just get the calendar date on server side and save it to DB.
 
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