Dynamic Data WebSite

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

I have Visual Studio 2008 installed, created a Dynamic Data Entity Web Site,
I was trying to modify a Field Template to add an Ajax Calendar Popup
Extender, but when I drag the control onto the page it doesn't do anything.
Am I missing something as far as adding ajax tools?

Thanks in advance,
Rick
 
I have Visual Studio 2008 installed, created a Dynamic Data Entity Web Site,
I was trying to modify a Field Template to add an Ajax Calendar Popup
Extender, but when I drag the control onto the page it doesn't do anything.
Am I missing something as far as adding ajax tools?

Thanks in advance,
Rick

It may be a problem with doc type declaration (before the <html> tag
in your aspx file).

See more at http://www.google.com/search?q=Calendarextender+doctype
 
Back
Top