Hi To All,
I want to show popup calender control in my website. How to do that?
Plz help
sakhi kul 0 Junior Poster in Training
Recommended Answers
Jump to PostFirst thing, go to your toolbox and Add a Calender control , set the visibility to false, and add a textbox where there value will be passed too and a link button to invoke the calender. in the click event of your link button make the visibility of the calender …
Jump to Post…Hi,
Actually i set calender on another form & retrive date via querystring . It appears in textbox but It converts into string. I want to again convert it into Date , so how to check that. b'coz further i want to check data for validation..plz help me !
Jump to PostDateTime date = Convert.ToDateTime(txtdate.Text); if(date>DateTime.Now) txtEnteredDate.Text = "Selected date is greater";
Hope this helps
i hope your requirement was to translate the date captured in string datetime.
P.S Mark the thread as solved if your query is resolved
All 12 Replies
vuyiswamb 17 Posting Whiz
love_dude1984 0 Junior Poster in Training
love_dude1984 0 Junior Poster in Training
love_dude1984 0 Junior Poster in Training
love_dude1984 0 Junior Poster in Training
sakhi kul 0 Junior Poster in Training
carobee 0 Posting Whiz in Training
vsa000 1 Newbie Poster
carobee 0 Posting Whiz in Training
Ramesh S 129 Posting Pro
sakhi kul 0 Junior Poster in Training
sakhi kul 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.