ASP.net PopUp Calendar

Capodecina
Permabanned
Joined
31 Dec 2003
Posts
5,172
Location
Barrow-In-Furness
Does anyone know of any good tutorials?

I need to create a typcial popup calendar, with the selected value going into a TextBox within a DetailsView.

Can't seem to find any tutorials that actually explain anything, or even work for that matter.

Thanks :)
 
Just to point out, don't forget that the textbox is in a DetailsView.

Therefore, it won't be able to find the textbox on the page. So you need to use DetailsView1.FindControl() in your code to find the textbox in the DetailsView.
 
Back
Top Bottom