Around and About .NET World

Il blog di Marco Minerva
posts - 1671, comments - 2232, trackbacks - 2135

My Links

News

Contattami su Live Messenger:


MCTS: Windows, Web, Distributed Applications & SQL Server

MCPD: Enterprise Applications

Tag Cloud

Archives

Post Categories

Links

ASP .NET Dynamic Data e controllo AJAX Calendar

Se si prova ad inserire il controllo AJAX Calendar in un sito basato sugli ASP .NET Dynamic Data, esso sarà visualizzato in maniera errata:

AJAXCalendar

Per risolvere il problema, è necessario aggiungere un'apposita sezione nel file Site.css, che si può trovare nella root del sito:

/*  Addition to fix rendering of AJAX calendar extender  
http://www.kevdaly.co.nz/weblog/Default.aspx?p=f6d27b62-1a36-45c5-9fc0-6c5547e60774 */ 
table td table td 
{ border-left:none !important; 
  border-right:none !important;
   border-bottom:none !important; 
   padding-left:0px !important; 
   padding-right:0px !important; 
   padding-top:0px !important; 
   padding-bottom:0px !important;
} 

Fonte: Quiziqual blog

Print | posted on mercoledì 28 gennaio 2009 02:05 | Filed Under [ ASP .NET Orcas & .NET 3.5 ]

Feedback

Gravatar

# ASP .NET Dynamic Data e controllo AJAX Calendar

ASP .NET Dynamic Data e controllo AJAX Calendar
02/02/2009 15:20 | Around and About .NET World
Gravatar

# ASP .NET Dynamic Data e controllo AJAX Calendar – Parte seconda

Qualche giorno fa ho parlato dei problemi nell'utilizzo del controllo AJAX Calendar in combinazione
02/02/2009 15:41 | Around and About .NET World
Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET