<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>APNSoft - News</title><link>http://www.apnsoft.com/RSS/News.xml</link><description>Giving Easy Solutions</description><language>en-us</language><copyright>Copyright (c) 2008 APNSoft, All Rights Reserved.</copyright><pubDate>Thu, 13 Sep 2007 04:00:00 GMT</pubDate><lastBuildDate>Tue, 01 Apr 2008 10:14:52 GMT</lastBuildDate><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Apnsoft-News" type="application/rss+xml" /><item><title>APNSoft DataGrid 2.5 is available for download!</title><description>&lt;p&gt;APNSoft is pleased to announce the release of APNSoft DataGrid 2.5!&lt;/p&gt;
&lt;p&gt;APNSoft DataGrid is an ASP.NET server control with AJAX support to display data in a tabular format with options of choice, sorting and editing entries. DataGrid component has been designed in a way to reduce development time at the utmost and require no specific knowledge from developers. &lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;New features:&lt;br&gt;---------------------------------------------&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;ul&gt;

&lt;li&gt;&lt;b&gt;Support for different data sources.&lt;/b&gt;
&lt;br&gt;The first step in programming a DataGrid is to set up its DataSource property. APNSoft DataGrid now supports different data sources: DataView, DataTable, DataSet, DataReader and any object that implements IEnumerable interface.&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Cell editing.&lt;/b&gt;
&lt;br&gt;APNSoft DataGrid is now enriched with new useful feature. It allows the user to modify a record right in the DataGrid area. When cell is clicked, it is transformed into Input Box populated with the cell value. The user can then edit this value. This sort of editing is also known as Inline editing.&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;ASCX template (User Control) for a Column.&lt;/b&gt;
&lt;br&gt;APNSoft DataGrid displays each item in the column in accordance with a specified template. You can now use ASCX templates to organize and format column data by using your preferred programming language C# or VB.NET. The DataGrid component automatically identifies the type of applicable template (ASCX, XSL or HTML).&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Custom Buttons on the Bottom Bar.&lt;/b&gt;
&lt;br&gt;Now you can extend Bottom Bar with custom buttons, which make DataGrid more relevant to users. Each custom button is defined by a single XML node in the XML template applied to Bottom Bar and one or two icon files, which are all stored in the Grid's Skin Folder.&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;New client-side methods&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;dg.Refresh(GridID); - refreshes the content of the DataGrid.&lt;/li&gt;
&lt;li&gt;dg.SetPage(GridID, PageNumber); - sets the grid page number to be shown.&lt;/li&gt;
&lt;li&gt;dg.ScrollToTop(GridID); - scrolls the contents of the grid to the top position.&lt;/li&gt;
&lt;li&gt;dg.ScrollToLeft(GridID); - scrolls the contents of the grid to the left position.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;/li&gt;

&lt;/ul&gt;


&lt;p&gt;--------------------------------------------- &lt;br&gt;Links: &lt;br&gt;--------------------------------------------- &lt;/p&gt;
&lt;p&gt;Product Page:&lt;br&gt;&lt;a href="http://www.aspnetdatagrid.com/"&gt;http://www.aspnetdatagrid.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Downloads:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Downloads/DataGrid/"&gt;http://www.apnsoft.com/Downloads/DataGrid/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Contacts:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Contacts/"&gt;http://www.apnsoft.com/Contacts/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;&lt;br&gt;Sincerely Yours, &lt;br&gt;APNSoft Development Team &lt;br&gt;&lt;a href="http://www.apnsoft.com/"&gt;http://www.apnsoft.com &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;</description><guid isPermaLink="false">{5587fc1-9e15-a149-6895-6ee884a29c53}</guid><pubDate>Wed, 02 Apr 2008 19:31:03 GMT</pubDate></item><item><title>Visual Studio 2008 is now supported!</title><description>APNSoft has updated all products to support Microsoft Visual Studio 2008 &amp; .NET Framework 3.5.</description><guid isPermaLink="false">{a27a323-a162-9253-6cda-6b65b3df5992}</guid><pubDate>Mon, 25 Feb 2008 22:00:00 GMT</pubDate></item><item><title>APNSoft DataGrid 2.0 is ready!</title><description>&lt;p&gt;APNSoft is pleased to announce the release of APNSoft DataGrid 2.0!&lt;/p&gt;
&lt;p&gt;APNSoft DataGrid is an ASP.NET server control with AJAX support to display data in a tabular format with options of choice, sorting and editing entries. DataGrid component has been designed in a way to reduce development time at the utmost and require no specific knowledge from developers. &lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;New features:&lt;br&gt;---------------------------------------------&lt;/p&gt;
&lt;ul&gt;

&lt;li&gt;&lt;b&gt;Running Mode&lt;/b&gt;
&lt;br&gt;
APNSoft DataGrid now supports different running modes: CallBack and PostBack. Running mode controls how DataGrid handles sorting and paging. Use the Mode property to specify the running mode of the DataGrid. If the Mode property value is CallBack, paging and sorting are performed through AJAX-style HTTP callbacks. If the Mode property value is PostBack, each action initiates an ASP.NET postback and triggers the appropriate server-side event.&lt;br&gt;&lt;br&gt;
&lt;/li&gt;

&lt;li&gt;&lt;b&gt;ASP.NET AJAX compatibility&lt;/b&gt;
&lt;br&gt;
By default, any postback control inside an UpdatePanel control causes an asynchronous postback and refreshes the panel's content. As the DataGrid now supports PostBack running mode, component can be placed inside an UpdatePanel control. Server side events for paging and sorting must be specified as asynchronous triggers.&lt;br&gt;&lt;br&gt;
&lt;/li&gt;

&lt;li&gt;&lt;b&gt;Support for Context Menu&lt;/b&gt;
&lt;br&gt;
APNSoft DataGrid now provides you with full support for cross-browser context menu. You can use context menu for rows or column headers.&lt;br&gt;&lt;br&gt;
&lt;/li&gt;

&lt;li&gt;&lt;b&gt;Export to HTML&lt;/b&gt;
&lt;br&gt;
APNSoft DataGrid can now export the data to HTML by using the new button with 'HTML' icon on the Bottom Bar. The property Exportable specifies the value indicating whether the column data will be exported to HTML or not.&lt;br&gt;&lt;br&gt;
&lt;/li&gt;

&lt;li&gt;&lt;b&gt;Visible/invisible Bottom Bar&lt;/b&gt;
&lt;br&gt;
You can now make the Bottom Bar invisible by using the new property BottomBar.Visible.&lt;br&gt;&lt;br&gt;
&lt;/li&gt;

&lt;li&gt;&lt;b&gt;Updated Skins&lt;/b&gt;
&lt;br&gt;
Each Skin now includes new images and CSS classes required for Context Menu and export to HTML.&lt;br&gt;&lt;br&gt;
&lt;/li&gt;

&lt;li&gt;&lt;b&gt;New server-side methods&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;ResetColumnWidths - sets all columns at an equal percent fraction of the DataGrid width.&lt;/li&gt;
&lt;li&gt;ResetPageNumber - sets a Page Number to its default value (1).&lt;/li&gt;
&lt;li&gt;ResetSelectedRow - removes the 'Selected' attribute from the row.&lt;/li&gt;
&lt;li&gt;ResetSortedColumn - removes the 'Sorted' attribute from the column.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;/li&gt;

&lt;li&gt;&lt;b&gt;New client-side methods&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;dg.Sort(GridID, ColumnIndex, Direction) - sorts the data in the DataGrid.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;/li&gt;

&lt;li&gt;&lt;b&gt;Fixed bugs&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Fixed a bug that cause the "The HTTP verb POST used to access path '/' is not allowed." message.&lt;/li&gt;
&lt;li&gt;Fixed a bug that causes the "Invalid postback or callback argument." message.&lt;/li&gt;
&lt;li&gt;The behavior of scrollbars is fixed when the AutoResize property is defined.&lt;/li&gt;
&lt;li&gt;Position of the Edit Form is fixed if the DataGrid is placed in the DIV with absolute position.&lt;/li&gt;
&lt;li&gt;Several minor bugs fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;--------------------------------------------- &lt;br&gt;Links: &lt;br&gt;--------------------------------------------- &lt;/p&gt;
&lt;p&gt;Product Page:&lt;br&gt;&lt;a href="http://www.aspnetdatagrid.com/"&gt;http://www.aspnetdatagrid.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Downloads:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Downloads/DataGrid/"&gt;http://www.apnsoft.com/Downloads/DataGrid/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Contacts:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Contacts/"&gt;http://www.apnsoft.com/Contacts/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;&lt;br&gt;Sincerely Yours, &lt;br&gt;APNSoft Development Team &lt;br&gt;&lt;a href="http://www.apnsoft.com/"&gt;http://www.apnsoft.com &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;</description><guid isPermaLink="false">{2ae0866a-96ce-2cfe-5654-8219cdcac999}</guid><pubDate>Sun, 20 Jan 2008 21:00:00 GMT</pubDate></item><item><title>APNSoft Menu 3.5 Released!</title><description>&lt;p&gt;APNSoft is pleased to announce the release of APNSoft Menu 3.5! &lt;/p&gt;
&lt;p&gt;APNSoft Menu is an ASP.NET server control with AJAX support to display both statically and dynamically created menus on your Web pages. It is a flexible, reliable, powerful and easy to use menu system.&lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;New features:&lt;br&gt;---------------------------------------------&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Server-side API&lt;/b&gt;
&lt;br&gt;
APNSoft Menu now provides an extremely rich and powerful server-side API allowing developer to add, remove or edit menu elements and element collections. Menu includes two new classes MenuElement and MenuElementCollection.&lt;br&gt;&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;The href attribute can include a JavaScript call&lt;/b&gt;
&lt;br&gt;
Menu item can now include a JavaScript call in the href attribute. Also it can include special active blocks $MenuID$ and $ItemID$, instead of which data is inserted.&lt;br&gt;&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;New property ShowStartingNode&lt;/b&gt;
&lt;br&gt;
This property specifies a value indicating whether the menu renders the starting node.&lt;br&gt;&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Structure checking&lt;/b&gt;
&lt;br&gt;
APNSoft Menu now checks the structure for duplicated IDs and wrong-referenced elements in the database table with menu structure.&lt;br&gt;&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Fixed bugs&lt;/b&gt;
&lt;br&gt;&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Menu can now handle the "\" symbol in Web.sitemap file.&lt;/li&gt;
&lt;li&gt;Submenu position is corrected when the window has a horizontal scrollbar.&lt;/li&gt;
&lt;li&gt;Submenus are now displayed in browser with High-Level Security and enabled JavaScript.&lt;/li&gt;
&lt;li&gt;Tooltip position is corrected when the menu is in the DIV with relative position.&lt;/li&gt;
&lt;li&gt;Several minor bugs fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Lite Mode removed&lt;/b&gt;
&lt;br&gt;
The Lite Mode will not be supported anymore.&lt;br&gt;&lt;br&gt;
&lt;/li&gt;

&lt;/ul&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;Links:&lt;br&gt;---------------------------------------------&lt;/p&gt;
&lt;p&gt;Product Page:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Menu/"&gt;http://www.apnsoft.com/Menu/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Downloads:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Downloads/Menu/"&gt;http://www.apnsoft.com/Downloads/Menu/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Contacts:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Contacts/"&gt;http://www.apnsoft.com/Contacts/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;&lt;br&gt;Sincerely Yours, &lt;br&gt;APNSoft Development Team &lt;br&gt;&lt;a href="http://www.apnsoft.com/"&gt;http://www.apnsoft.com &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;</description><guid isPermaLink="false">{7a1d89ec-e8d6-8f74-b828-107dc2464ee}</guid><pubDate>Wed, 05 Dec 2007 22:00:00 GMT</pubDate></item><item><title>APNSoft DataGrid 1.5 is available for download!</title><description>&lt;p&gt;APNSoft is pleased to announce the release of APNSoft DataGrid 1.5!&lt;/p&gt;
&lt;p&gt;APNSoft DataGrid is an ASP.NET server control with AJAX support to display data in a tabular format with options of choice, sorting and editing entries. DataGrid component has been designed in a way to reduce development time at the utmost and require no specific knowledge from developers. &lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;New features:&lt;br&gt;---------------------------------------------&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;ul&gt;

&lt;li&gt;&lt;b&gt;Export to Excel.&lt;/b&gt;
&lt;br&gt;APNSoft DataGrid can now export the data to Microsoft Excel format by using the new button &lt;br&gt;with 'Excel' icon on the Bottom Bar. The property Exportable specifies the value indicating whether the column data will be exported to Excel or not.&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;DataGrid size on the client side.&lt;/b&gt;
&lt;br&gt;New client-side methods enables you to set width and height on the client side.&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Support for hovered rows.&lt;/b&gt;
&lt;br&gt;DataGrid includes two new properties. Please use the CssClassRowHovered property to specify the CSS class for hovered row. The CssClassRowSelectedHovered property is used to specify the CSS class for the row which is selected and hovered. These classes should be included in the CSS Style.&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;HighlightSelectedRow property.&lt;/b&gt;
&lt;br&gt;This new property specifies the value indicating whether the selected row is highlighted.&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Double click for buttons in the Bottom Bar.&lt;/b&gt;
&lt;br&gt;The new EventType attribute specifies the type of action the user must take to perform the button's action. This attribute is a part of Button node in the template for the Bottom Bar.&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Skins have been changed.&lt;/b&gt;
&lt;br&gt;The following CSS class names have been changed to make them easier to understand:
&lt;br&gt;
&lt;br&gt;"GridRowsEvenTRs" changed to "GridRowEvenTR"
&lt;br&gt;"GridRowsTRs" changed to "GridRowSelectedTR"
&lt;br&gt;"GridBarButtonTDh" changed to "GridBarButtonHoveredTD"
&lt;br&gt;
&lt;br&gt;New skins (ver. 1.2) can be downloaded from the Download Section.&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Fixed bug.&lt;/b&gt;
&lt;br&gt;Fixed bug with inserting a new record when multiple Grids are placed on the page.&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Lite Mode removed.&lt;/b&gt;
&lt;br&gt;The Lite Mode will not be supported anymore.&lt;/li&gt;

&lt;/ul&gt;


&lt;p&gt;--------------------------------------------- &lt;br&gt;Links: &lt;br&gt;--------------------------------------------- &lt;/p&gt;
&lt;p&gt;Product Page:&lt;br&gt;&lt;a href="http://www.aspnetdatagrid.com/"&gt;http://www.aspnetdatagrid.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Downloads:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Downloads/DataGrid/"&gt;http://www.apnsoft.com/Downloads/DataGrid/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Contacts:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Contacts/"&gt;http://www.apnsoft.com/Contacts/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;&lt;br&gt;Sincerely Yours, &lt;br&gt;APNSoft Development Team &lt;br&gt;&lt;a href="http://www.apnsoft.com/"&gt;http://www.apnsoft.com &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;</description><guid isPermaLink="false">{f81135b8-cd41-ce50-1f00-6f3e33ec8a96}</guid><pubDate>Thu, 04 Oct 2007 19:31:03 GMT</pubDate></item><item><title>RSS news feed is available!</title><description>We have now launched an RSS news feed to help our visitors more conveniently and quickly receive product upgrade notices, new product release information, special offers, product discounts, promos, etc. You can simply use an RSS feed reader or news aggregator to subscribe to our news.</description><guid isPermaLink="false">{ed69f740-564-34e2-3af8-6411fae29038}</guid><pubDate>Sun, 16 Sep 2007 21:00:00 GMT</pubDate></item><item><title>APNSoft DataGrid 1.3 Released! Product Info &amp; Discount Details.</title><description>&lt;p&gt;APNSoft is pleased to announce the release of APNSoft DataGrid 1.3!&lt;/p&gt;
&lt;p&gt;APNSoft DataGrid is an ASP.NET server control with AJAX support to display data in a tabular format with options of choice, sorting and editing entries. DataGrid component has been designed in a way to reduce development time at the utmost and require no specific knowledge from developers. &lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;New features:&lt;br&gt;---------------------------------------------&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Support for Line Numbers&lt;/b&gt;&lt;br&gt;The new LineNumbers property is used to display the row numbers in the specific column.&lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Different styles for alternating rows&lt;/b&gt;&lt;br&gt;You can specify complete style information for alternating rows by modifying the GridRowsEvenTRs class in the skin's CSS Style. Alternating rows tell which cells are in each row, especially with wide tables that have many columns.&lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Customizable position of the Edit Form.&lt;/b&gt;&lt;br&gt;To set the position the EditForm.PositionInsert and EditForm.PositionUpdate properties are used. The Edit Form can be positioned in the center of the screen, at the top left corner of the DataGrid, in the center of the DataGrid, below the selected row, etc.&lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Customizable shadow displayed for Edit Form.&lt;/b&gt;&lt;br&gt;The EditForm.ShadowDepth, EditForm.ShadowColor and EditForm.ShadowOpacity properties are used to set the shadow.&lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Support for SEO (Search Engine Optimization).&lt;/b&gt;&lt;br&gt;The SEOEnabled property specifies the value indicating whether the DataGrid renders an additional NOSCRIPT section with links which correspond to DataGrid rows.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;Special Offer:&lt;br&gt;---------------------------------------------&lt;/p&gt;
&lt;p&gt;All current customers are eligible to receive amazing 30% DISCOUNT on APNSoft DataGrid 1.3 (including 6 months subscription and priority support). Please contact us by &lt;a href="mailto:sales@apnsoft.com"&gt;sales@apnsoft.com&lt;/a&gt; and let us know the license type(s) you would like to purchase. We will provide you with special Coupon Code to redeem your discount.&lt;/p&gt;
&lt;p&gt;Please do not miss this special LIMITED TIME offer!&lt;/p&gt;
&lt;p&gt;--------------------------------------------- &lt;br&gt;Links: &lt;br&gt;--------------------------------------------- &lt;/p&gt;
&lt;p&gt;Product Page:&lt;br&gt;&lt;a href="http://www.aspnetdatagrid.com/"&gt;http://www.aspnetdatagrid.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Downloads:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Downloads/DataGrid/"&gt;http://www.apnsoft.com/Downloads/DataGrid/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Contacts:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Contacts/"&gt;http://www.apnsoft.com/Contacts/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;&lt;br&gt;Sincerely Yours, &lt;br&gt;APNSoft Development Team &lt;br&gt;&lt;a href="http://www.apnsoft.com/"&gt;http://www.apnsoft.com &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;</description><guid isPermaLink="false">{c206bda3-1daf-29df-9788-fbe44fb7d96e}</guid><pubDate>Thu, 31 May 2007 21:00:00 GMT</pubDate></item><item><title>APNSoft Menu 3.0 Released! Product Info &amp; Discount Details.</title><description>&lt;p&gt;APNSoft is pleased to announce the release of APNSoft Menu 3.0! &lt;/p&gt;
&lt;p&gt;APNSoft Menu is an ASP.NET server control with AJAX support to display both statically and dynamically created menus on your Web pages. It is a flexible, reliable, powerful and easy to use menu system.&lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;New features:&lt;br&gt;---------------------------------------------&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AJAX-based Load On Demand&lt;/li&gt;
&lt;li&gt;Data Binding&lt;/li&gt;
&lt;li&gt;Support for Skins&lt;/li&gt;
&lt;li&gt;Path Highlighting&lt;/li&gt;
&lt;li&gt;New attribute iconOver&lt;/li&gt;
&lt;li&gt;Expand Delay can be customized&lt;/li&gt;
&lt;li&gt;Support for Web.sitemap&lt;/li&gt;
&lt;li&gt;Support for selected item&lt;/li&gt;
&lt;li&gt;New property ClientSideOnSelect&lt;/li&gt;
&lt;li&gt;Lite Mode&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;Special Offer:&lt;br&gt;---------------------------------------------&lt;/p&gt;
&lt;p&gt;All current customers are eligible to receive amazing 50% DISCOUNT on APNSoft Menu 3.0 (including 6 months subscription and priority support). Please contact us by &lt;a href="mailto:sales@apnsoft.com"&gt;sales@apnsoft.com&lt;/a&gt; and let us know the license type(s) you would like to purchase. We will provide you with special Coupon Code to redeem your discount.&lt;/p&gt;
&lt;p&gt;Please do not miss this special LIMITED TIME offer!&lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;Links:&lt;br&gt;---------------------------------------------&lt;/p&gt;
&lt;p&gt;Product Page:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Menu/"&gt;http://www.apnsoft.com/Menu/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Downloads:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Downloads/Menu/"&gt;http://www.apnsoft.com/Downloads/Menu/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Contacts:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Contacts/"&gt;http://www.apnsoft.com/Contacts/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;&lt;br&gt;Sincerely Yours, &lt;br&gt;APNSoft Development Team &lt;br&gt;&lt;a href="http://www.apnsoft.com/"&gt;http://www.apnsoft.com &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;</description><guid isPermaLink="false">{761361df-4595-1c3f-9bcc-34a5b7b4b1d}</guid><pubDate>Fri, 04 May 2007 21:00:00 GMT</pubDate></item><item><title>APNSoft DataGrid 1.0 Released!</title><description>&lt;p&gt;APNSoft is pleased to announce the release of APNSoft DataGrid 1.0!&lt;/p&gt;
&lt;p&gt;APNSoft DataGrid is an ASP.NET server control with AJAX support to display data in a tabular format with options of choice, sorting and editing entries. DataGrid component has been designed in a way to reduce development time at the utmost and require no specific knowledge from developers. &lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;Features:&lt;br&gt;---------------------------------------------&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;"Smart" component&lt;/b&gt;&lt;br&gt;Our DataGrid component is a "Smart" one which loads data on demand, pages it, scrolls the list up to the selected entry, automatically displays scrollbars, saves its state after postback.&lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;AJAX Support&lt;/b&gt;&lt;br&gt;Built-in AJAX support provides independence from additional components and frameworks.&lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Appearance&lt;/b&gt;&lt;br&gt;APNSoft DataGrid is very flexible in customization. Skin support allows professional appearance to be easily created; there are ready-to-use skins. The form for editing entries can be configured by developer independently.&lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Data formatting&lt;/b&gt;&lt;br&gt;Universal Multilanguage support allows formatting and displaying data in several languages simultaneously.&lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Processing speed&lt;/b&gt;&lt;br&gt;Operates perfectly with tables, containing tens of thousands entries, loads data on demand, automatically checks loaded data in order to avoid extra requests by using client-side caching.&lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Data check&lt;/b&gt;&lt;br&gt;Our component checks the state of data source and displays relevant data without reloading the page.&lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Flexible templates&lt;/b&gt;&lt;br&gt;Flexible structure of templates allows combining data from different fields, processing conditional formatting and creating calculated columns. By using templates you can create complete integrated solutions on the basis of single DataGrid component.&lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;b&gt;Intuitive model&lt;/b&gt;&lt;br&gt;APNSoft DataGrid represents an obvious, easily understandable model – a set of columns and rows, and a set of options for their interaction.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;--------------------------------------------- &lt;br&gt;Links: &lt;br&gt;--------------------------------------------- &lt;/p&gt;
&lt;p&gt;Product Page:&lt;br&gt;&lt;a href="http://www.aspnetdatagrid.com/"&gt;http://www.aspnetdatagrid.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Downloads:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Downloads/DataGrid/"&gt;http://www.apnsoft.com/Downloads/DataGrid/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Contacts:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Contacts/"&gt;http://www.apnsoft.com/Contacts/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;&lt;br&gt;Sincerely Yours, &lt;br&gt;APNSoft Development Team &lt;br&gt;&lt;a href="http://www.apnsoft.com/"&gt;http://www.apnsoft.com &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;</description><guid isPermaLink="false">{c821ff4c-c12a-90ad-cdfc-4bc62ed83902}</guid><pubDate>Thu, 05 Apr 2007 21:00:00 GMT</pubDate></item><item><title>APNSoft TreeView 1.5 Released!</title><description>&lt;p&gt;APNSoft is pleased to announce the release of APNSoft TreeView 1.5! &lt;/p&gt;
&lt;p&gt;APNSoft TreeView is an ASP.NET server control with AJAX support to display hierarchical data in a tree structure. &lt;/p&gt;
&lt;p&gt;--------------------------------------------- &lt;br&gt;New features: &lt;br&gt;--------------------------------------------- &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;AJAX-based Load On Demand &lt;/strong&gt;&lt;br&gt;APNSoft TreeView now supports AJAX-based load on demand. The LoadOnDemand property specifies whether child nodes will be populated on demand without postback to the server. &lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;strong&gt;The iconOpen node attribute &lt;/strong&gt;&lt;br&gt;The iconOpen attribute allows to define the icon for expanded node. &lt;/li&gt;
&lt;p&gt;&lt;/p&gt;
&lt;li&gt;&lt;strong&gt;Health Checking &lt;/strong&gt;&lt;br&gt;APNSoft TreeView now uses client-side JavaScript messages which allow developers control the component status. For example, if you use a new TreeView version with the old JS file, you will see a warning. This feature can be switched off by using the WarningsEnabled property. &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;--------------------------------------------- &lt;br&gt;Links: &lt;br&gt;--------------------------------------------- &lt;/p&gt;
&lt;p&gt;Product Page:&lt;br&gt;&lt;a href="http://www.apnsoft.com/TreeView/"&gt;http://www.apnsoft.com/TreeView/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Downloads:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Downloads/TreeView/"&gt;http://www.apnsoft.com/Downloads/TreeView/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Contacts:&lt;br&gt;&lt;a href="http://www.apnsoft.com/Contacts/"&gt;http://www.apnsoft.com/Contacts/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;---------------------------------------------&lt;br&gt;&lt;br&gt;Sincerely Yours, &lt;br&gt;APNSoft Development Team &lt;br&gt;&lt;a href="http://www.apnsoft.com/"&gt;http://www.apnsoft.com &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;</description><guid isPermaLink="false">{83a91602-6e41-9d91-7094-4de8cf04a1b3}</guid><pubDate>Sun, 22 Oct 2006 21:00:00 GMT</pubDate></item></channel></rss>
