Automatically refresh the content of your website

Posted by Marius Dima on Tuesday, January 8th, 2008
Automatically refresh  the content of your website using a database and  a timer component from asp.net ajax Using Asp.net AJAX extensions really gives you more freedom then ever to your applications. For instance if you use a timer, an update panel, a data source and a grid component you can get a live website witch updates without refreshing the hole [...]

ToolTips in ASP.NET AJAX

Posted by Marius Dima on Friday, November 23rd, 2007
Save demo files here Step 1: Build and add  javascript file script.js ( function TT {// display the tooltip} & function findPos {// we have a position for it}) <asp:ScriptManager ID=”ScriptManager1″ runat=”server”> <Scripts><asp:ScriptReference path=”scripts.js” /></Scripts> Step 2: Add  label <ID=”label1″ runat=”server” Text=”I’m a tool tip. Mouse over me”/>  Step 3: Make the tooltip <asp:Panel ID=”Panel1″ runat=”server” Width=”342px” style=”display:none;” > Contrary to popular belief, Lorem [...]