Set the ScriptManager:
<asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization=true ></asp:ScriptManager>
Set the ScriptManager:
<asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization=true ></asp:ScriptManager>
This sample shows how to trigger a updatepanel from a control outside of it:
<asp:UpdatePanel ID="uPanel1" runat="server" UpdateMode=Conditional > <ContentTemplate> <asp:TextBox ID="txtMyNumber" runat="server"></asp:TextBox> <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID=uPanel1> <ProgressTemplate> <asp:Image ID="imgAjaxLoader" runat="server" ImageUrl="~/Icon/ajax-loader.gif"/> </ProgressTemplate> </asp:UpdateProgress> </ContentTemplate> <Triggers> <asp:AsyncPostBackTrigger ControlID ="btnUpdateMyNumber" /> </Triggers> </asp:UpdatePanel> <asp:Button runat="server" ID="btnUpdateMyNumber" Text="Set My Number" />
You can now download Visual Studio 2010 projects that contain all the samples targeting .NET Framework 4.
The samples environment for Microsoft Chart Controls for .NET Framework contains over 200 samples for both ASP.NET and Windows Forms. The samples cover every major feature in Chart Controls for .NET Framework. They enable you to see the Chart controls in action as well as use the code as templates for your own web and windows applications.
The samples environments each contains a Getting Started section to help you start using the Chart controls quickly. The samples demonstrates how to use the following features in Microsoft Chart Controls for .NET Framework:
http://archive.msdn.microsoft.com/mschart
Thanks to Tim for this solution. In order to add the CSS Friendly adapter to your project, you will need to:
The CSS Friendly Control Adapters will render all the listed controls (Menu, TreeView, DetailsView, …) using CSS and HTML standards.
Além dos controlos finais para utilização, este pacote tem código fonte para que você possa criar seus controlos.
http://atlas.asp.net/atlastoolkit
http://ajax.asp.net/downloads/default.aspx?tabid=47
Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It’s a snap to setup and works on all modern browsers.
Mas afinal, o que é esse tal de Ajax?
Ajax é a abreviação de Asynchronous JavaScript And XmlHttpRequest e se você nunca ouviu falar dessa tecnologia, é bom correr e começar a dar uma olhada em sites como o Gmail, Google Earth, dentre outros.
É claro que a Microsoft, que está atenta a esses “detalhes” não ficaria simplesmente olhando tudo acontecer, e tchã tchã tchã tchã… Atlas. Mas isso é assunto para um próximo artigo. Para os interessados, podem dar uma olhada no endereço Atlas.
Mas voltando ao Ajax, essa não é uma tecnologia recente pra falar a verdade, mas até então, não havia sido batizada por assim dizer.
Mas ainda não falei sobre o que na verdade o Ajax faz.
Bem, tecnicamente e resumidamente falando, consiste em utilizar Javascript, Xml e XmlHttpRequest para que suas páginas façam chamadas ao servidor sem precisar recarregar a página. (bem resumido não???)
Confuso? Nem um pouco…
Imagine como seria maravilhoso se um usuário do seu site realizasse uma pesquisa e o resultado simplesmente aparecesse em sua tela.
Com o Ajax isso é possÃvel.
——-
links:
http://www.yourhtmlsource.com/javascript/ajax.html
http://www.xul.fr/en-xml-ajax.html
http://developer.mozilla.org/en/docs/AJAX:Getting_Started
http://en.wikipedia.org/wiki/AJAX#Tutorials