<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://news.infragistics.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET</title><link>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>How do I know if a request is an ajax request made by Infragistics control?</title><link>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/04/09/how-do-i-know-if-a-request-is-an-ajax-request-made-by-infragistics-control.aspx</link><pubDate>Thu, 09 Apr 2009 15:10:30 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:87892</guid><dc:creator>[Infragistics] Murtaza Abdeali</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/rsscomments.aspx?PostID=87892</wfw:commentRss><comments>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/04/09/how-do-i-know-if-a-request-is-an-ajax-request-made-by-infragistics-control.aspx#comments</comments><description>&lt;p&gt;One of the common scenarios page developers run into is to make sure only the code necessary to serve up a particular request is executed during a page cycle. When using the ASP.NET AJAX controls built on top of our Aikido framework, you can easily filter calls made by these controls within your code behind by checking the following flag.&amp;#160; &lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:2697edda-6350-42cf-9673-fc646f34aeb1" class="wlWriterEditableSmartContent"&gt;&lt;pre name="code" class="c#"&gt;Infragistics.Web.UI.Framework.AppSettings.IsAjaxPostBack&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;This flag was added in 2009 Volume 1, so you have to be using the same volume or higher to be able to use it. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://news.infragistics.com/aggbug.aspx?PostID=87892" width="1" height="1"&gt;</description><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/Request/default.aspx">Request</category><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/AppSettings/default.aspx">AppSettings</category></item><item><title>How do I setup WebDataGrid paging when there are a lots of pages?</title><link>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-do-i-setup-webdatagrid-paging-when-there-are-a-lots-of-pages.aspx</link><pubDate>Sun, 01 Mar 2009 00:51:14 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:79107</guid><dc:creator>[Infragistics] Tony Lombardo</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/rsscomments.aspx?PostID=79107</wfw:commentRss><comments>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-do-i-setup-webdatagrid-paging-when-there-are-a-lots-of-pages.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR3.5/html/Infragistics35.Web.v8.3~Infragistics.Web.UI.GridControls.Paging~QuickPages.html"&gt;QuickPages&lt;/a&gt; is a method of paging which will give links to a limited number of pages before and after the current page index.&amp;nbsp;&amp;nbsp; Below is an example of the Paging behavior which is setup to display 3 quick pages along with a &amp;quot;First&amp;quot; and &amp;quot;Last&amp;quot; quick link.&amp;nbsp; This setup provides the best user experience for paged records which return more than 8 pages of data.&lt;/p&gt;
&lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:0893d556-a4fb-4034-a2b8-c4aa639bed40" class="wlWriterEditableSmartContent"&gt;
&lt;pre name="code" class="xml"&gt;&amp;lt;ig:Paging PagerAppearance=&amp;quot;Both&amp;quot; PagerMode=&amp;quot;NumericFirstLast&amp;quot; 
    QuickPages=&amp;quot;3&amp;quot; PageSize=&amp;quot;20&amp;quot; 
    FirstPageText=&amp;quot;First&amp;quot; LastPageText=&amp;quot;Last&amp;quot; &amp;gt;
&amp;lt;/ig:Paging&amp;gt;&lt;/pre&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://news.infragistics.com/aggbug.aspx?PostID=79107" width="1" height="1"&gt;</description><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/WebDataGrid/default.aspx">WebDataGrid</category><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/UX/default.aspx">UX</category></item><item><title>How do I set Application Styling settings through the Web.Config?</title><link>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-do-i-set-application-styling-settings-through-the-web-config.aspx</link><pubDate>Sat, 28 Feb 2009 16:19:32 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:79110</guid><dc:creator>[Infragistics] Tony Lombardo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/rsscomments.aspx?PostID=79110</wfw:commentRss><comments>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-do-i-set-application-styling-settings-through-the-web-config.aspx#comments</comments><description>&lt;p&gt;You can use the &lt;a href="http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR3.5/html/Web_Enabling_Application_Styling_Using_the_NetAdvantage_Application_Styling_Configuration_Tool.html"&gt;AppStyling Visual Studio Add-in&lt;/a&gt; which is available from the Tools menu in Visual Studio.&amp;#160; &lt;/p&gt;  &lt;p&gt;Alternatively, you can manually add the settings into your web.config as seen below.&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:9be71080-88d3-4da7-8238-dbe3f85c4b01" class="wlWriterEditableSmartContent"&gt;&lt;pre name="code" class="xml"&gt;&amp;lt;configSections&amp;gt;
  &amp;lt;section name=&amp;quot;infragistics.web&amp;quot; type=&amp;quot;System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&amp;quot; /&amp;gt;
&amp;lt;/configSections&amp;gt;
&amp;lt;infragistics.web styleSetName=&amp;quot;Office2007Silver&amp;quot; styleSetPath=&amp;quot;~/ig_res&amp;quot; enableAppStyling=&amp;quot;true&amp;quot; /&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://news.infragistics.com/aggbug.aspx?PostID=79110" width="1" height="1"&gt;</description><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/ApplicationStyling/default.aspx">ApplicationStyling</category></item><item><title>How do I dynamically change Application Style settings at runtime?</title><link>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-do-i-dynamically-change-application-style-settings-at-runtime.aspx</link><pubDate>Sat, 28 Feb 2009 16:16:43 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:79109</guid><dc:creator>[Infragistics] Tony Lombardo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/rsscomments.aspx?PostID=79109</wfw:commentRss><comments>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-do-i-dynamically-change-application-style-settings-at-runtime.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;In Visual Basic:&lt;/strong&gt;&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:3b4d37c3-cdd0-447f-9829-bbdf39308f01" class="wlWriterEditableSmartContent"&gt;&lt;pre name="code" class="vb"&gt;
Private Sub Page_Load(ByVal sender As System.Object, _
  ByVal e As System.EventArgs) Handles MyBase.Load
	Dim settings As AppStylingManager = AppStylingManager.Settings
	settings.StyleSetName = &amp;quot;Office2007Black&amp;quot;
End Sub
&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;In C#:&lt;/strong&gt;&lt;/p&gt;

&lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:d67a9641-7b1d-41c6-85ca-74eb9bb1c729" class="wlWriterEditableSmartContent"&gt;&lt;pre name="code" class="c#"&gt;private void Page_Load(object sender, System.EventArgs e)
{
	AppStylingManager settings = AppStylingManager.Settings;
	settings.StyleSetName = &amp;quot;Office2007Black&amp;quot;;
}&lt;/pre&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://news.infragistics.com/aggbug.aspx?PostID=79109" width="1" height="1"&gt;</description><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/ApplicationStyling/default.aspx">ApplicationStyling</category></item><item><title>How do I bind the WebDataGrid to my business objects?</title><link>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-do-i-bind-the-webdatagrid-to-my-business-objects.aspx</link><pubDate>Sat, 28 Feb 2009 16:13:50 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:79108</guid><dc:creator>[Infragistics] Tony Lombardo</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/rsscomments.aspx?PostID=79108</wfw:commentRss><comments>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-do-i-bind-the-webdatagrid-to-my-business-objects.aspx#comments</comments><description>&lt;p&gt;The WebDataGrid can bind to a &lt;a href="http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR3.5/html/WebDataGrid_Supported_Data_Sources.html"&gt;variety of objects&lt;/a&gt;, including an IList which is what we&amp;#39;ll use in the example below.&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:24e2ddf2-f349-48bb-be8f-5c0fe02beaad" class="wlWriterEditableSmartContent"&gt;&lt;pre name="code" class="c#"&gt;protected void Page_Load(object sender, EventArgs e) 
{ 
    //Assign the DataSource property 
    this.WebDataGrid1.DataSource = this.Customers; 
    //Call DataBind 
    this.WebDataGrid1.DataBind(); 
} 
    //Get a list of customers 
public List&amp;lt;Customer&amp;gt; Customers 
{ 
    get 
    { 
        //For this example, just create a new list and add one item to it 
        //This is where you would return your List of customers which would 
        //ordinarily be cached or saved as a private member 
        List&amp;lt;Customer&amp;gt; _Customers= new List&amp;lt;Customer&amp;gt;();
        _Customers.Add(new Customer(0, &amp;quot;Tony&amp;quot;)); 
        return _Customers; 
    } 
} 

//The Customer class 
public class Customer 
{ 
    public Customer(int id, string name) 
    { 
        this.ID = id; this.Name = name; 
    } 
    
    //Use Auto Generated Properties for convenience 
    
    public string Name {get;set; } 
    
    public int ID { get; set; } 
} &lt;/pre&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://news.infragistics.com/aggbug.aspx?PostID=79108" width="1" height="1"&gt;</description><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/WebDataGrid/default.aspx">WebDataGrid</category><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/DataBinding/default.aspx">DataBinding</category></item><item><title>How do I add a control to the WebDialogWindow through code?</title><link>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-do-i-add-a-control-to-the-webdialogwindow-through-code.aspx</link><pubDate>Sat, 28 Feb 2009 16:01:08 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:79106</guid><dc:creator>[Infragistics] Tony Lombardo</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/rsscomments.aspx?PostID=79106</wfw:commentRss><comments>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-do-i-add-a-control-to-the-webdialogwindow-through-code.aspx#comments</comments><description>&lt;p&gt;You can add controls dynamically to the WebDialogWindow by adding to the ContentPane.Controls collection.&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:86a29621-ca51-4c08-8892-35f3cf78f8cd" class="wlWriterEditableSmartContent"&gt;&lt;pre name="code" class="c#"&gt;//Create a textbox
TextBox tb = new TextBox();
tb.ID = &amp;quot;tb1&amp;quot;;
tb.Text = &amp;quot;text&amp;quot;;

//Add the textbox to the DialogWindow&amp;#39;s ContentPane Control&amp;#39;s collection
this.WebDialogWindow1.ContentPane.Controls.Add(tb);&lt;/pre&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://news.infragistics.com/aggbug.aspx?PostID=79106" width="1" height="1"&gt;</description><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/WebDialogWindow/default.aspx">WebDialogWindow</category></item><item><title>How to Get a reference to a control through JavaScript</title><link>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-to-get-a-reference-to-a-control-through-javascript.aspx</link><pubDate>Sat, 28 Feb 2009 15:57:38 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:79105</guid><dc:creator>[Infragistics] Tony Lombardo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/rsscomments.aspx?PostID=79105</wfw:commentRss><comments>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-to-get-a-reference-to-a-control-through-javascript.aspx#comments</comments><description>&lt;p&gt;The following code can be used to get a reference to an Infragistics control through JavaScript.&amp;#160; Note ClientID should be used, this value can be retrieved through the &amp;quot;ClientID&amp;quot; property of the control.&amp;#160; Here&amp;#39;s a simple example, where &amp;quot;webdatagrid&amp;quot; is the ClientID of the target control.&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:50951f37-5014-4b42-bf46-8551a34e546a" class="wlWriterEditableSmartContent"&gt;&lt;pre name="code" class="js"&gt;function pageLoad() 
{ 
	//Call $find with the ClientID of the target control 
	var control = $find(&amp;quot;webdatagrid&amp;quot;); 
} &lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;The code above works fine, but is rigid since you&amp;#39;re hard coding a ClientID (something that can easily change in the future).&amp;#160; A slight modification will create a dynamic approach that will save you headaches in the future.&lt;/p&gt;

&lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:a1d6fb60-7801-46c4-b112-963cf66219fa" class="wlWriterEditableSmartContent"&gt;&lt;pre name="code" class="js"&gt;function pageLoad() 
{ 
	//A slight modification can be made to avoid hard-coding the ClientID 
	var control = $find(&amp;#39;&amp;lt;%= WebDataGrid1.ClientID %&amp;gt;&amp;#39;); 
}&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Placing the code above in your ASPX page will set the Javascript variable &amp;quot;control&amp;quot; to a client-side reference of the control &amp;quot;WebDataGrid1&amp;quot;.&amp;#160; The &amp;lt;%= %&amp;gt; is a server-side code block (or scriptlet) which when evaluated will emit the result as a string into the HTML output. &lt;/p&gt;

&lt;p&gt;I recommend using this modified &amp;quot;dynamic&amp;quot; method over the static one above it.&amp;#160; Incase you ever change your control containership, you won&amp;#39;t have a hard-coded ID that would require manual updating.&amp;#160; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://news.infragistics.com/aggbug.aspx?PostID=79105" width="1" height="1"&gt;</description></item><item><title>How can I combine all script files for the WebDataGrid into a single script?</title><link>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-can-i-combine-all-script-files-for-the-webdatagrid-into-a-single-script.aspx</link><pubDate>Sat, 28 Feb 2009 15:37:37 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:79103</guid><dc:creator>[Infragistics] Tony Lombardo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/rsscomments.aspx?PostID=79103</wfw:commentRss><comments>http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/2009/02/28/how-can-i-combine-all-script-files-for-the-webdatagrid-into-a-single-script.aspx#comments</comments><description>&lt;p&gt;This Snippet explains how to enable Script Combining.&amp;nbsp; For more details on&amp;nbsp;why to use&amp;nbsp;Script Combining, read &lt;a href="http://community.beta.infragistics.local/aspnet/articles/understanding-script-combining.aspx"&gt;Understanding Script Combining&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Note: for this to work, you must change the Version number in the Assembly attribute to match the version you&amp;#39;re using.&lt;/p&gt;
&lt;pre name="code" class="xml"&gt;&amp;lt;asp:ScriptManager ID=&amp;quot;sm&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;CompositeScript&amp;gt;
        &amp;lt;Scripts&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;MicrosoftAjax.js&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;MicrosoftAjaxWebForms.js&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.Scripts.0_igControlMain.js&amp;quot; Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.Scripts.2_igCollections.js&amp;quot; Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.Scripts.3_igUIBehaviors.js&amp;quot; Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.Scripts.4_igEnums.js&amp;quot; Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.Scripts.5_igObjects.js&amp;quot; Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.Scripts.7_igClientStateManager.js&amp;quot;
                Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.Scripts.8_igCallback.js&amp;quot; Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.Scripts.9_igPropertyManagers.js&amp;quot; Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.GridControls.WebDataGrid.js.igWebDataGridBase.js&amp;quot;
                Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.GridControls.WebDataGrid.js.igWebDataGrid.js&amp;quot;
                Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.GridControls.WebDataGrid.js.igWebDataGridPaging.js&amp;quot;
                Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.GridControls.WebDataGrid.js.igWebDataGridActivation.js&amp;quot;
                Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
            &amp;lt;asp:ScriptReference Name=&amp;quot;Infragistics.Web.UI.GridControls.WebDataGrid.js.igWebDataGridSorting.js&amp;quot;
                Assembly=&amp;quot;Infragistics35.Web.v8.3, Version=8.3.20083.169, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb&amp;quot; /&amp;gt;
        &amp;lt;/Scripts&amp;gt;
    &amp;lt;/CompositeScript&amp;gt;
&amp;lt;/asp:ScriptManager&amp;gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://news.infragistics.com/aggbug.aspx?PostID=79103" width="1" height="1"&gt;</description><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/Performance/default.aspx">Performance</category><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/ScriptCombining/default.aspx">ScriptCombining</category><category domain="http://news.infragistics.com/blogs/d0618ef2-5f2e-42c9-94e9-6bbee760f601/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item></channel></rss>