﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebCombo - WebCombo Failing When Used Inside Webpart</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-Failing-When-Used-Inside-Webpart/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebCombo Failing When Used Inside Webpart</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-Failing-When-Used-Inside-Webpart/</link><pubDate>Tue, 19 Apr 2011 03:10:39 GMT</pubDate><dc:creator>MarTin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have created a WebPart project that contains a WebCombo that is bound to database using SqlDataSource. So far, the combo works fine on my end. I couldn't replicate your issue here. Am I missing something?&lt;/p&gt;
&lt;p&gt;Attached is the recorded video file that shows on how I include the user control combo page (ascx) in the WebPart component.&lt;/p&gt;
&lt;p&gt;For your information, I'm currently using WebCombo build version 4.0.7200.232.&lt;/p&gt;
&lt;p&gt;Hope this helps. Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;-Martin-&lt;/p&gt;</description></item><item><title>WebCombo Failing When Used Inside Webpart</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-Failing-When-Used-Inside-Webpart/</link><pubDate>Mon, 18 Apr 2011 11:34:32 GMT</pubDate><dc:creator>rob.padgett@gmail.com</dc:creator><description>I used a Webcombo instance of a filter page directly, using a SqlDataSource to bind to for the data and it works fine.
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;When I copy this same code into an ASCX file that is going to be used as a webpart component, it fails.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;The webpart page is basically a container page with a table.  In this table it creates instances of ASP components.  One of those components is a copy of the code from our filter search page.  It is in this component where I have several instances of WebCombo.  When I type or drop the list down it loads for a long time and comes up empty.  If I check the javascript console I see that I'm repeatedly getting this error from WebCombo.js&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;'event' is null or not an object       WebCombo.js, line 7 character 31460&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Below is a snippet from the outer container page where the component is added.  There is some other stuff on this page to and can add it if its neccessary to figure out why this isn't working.&lt;/div&gt;
&lt;div&gt;&lt;pre&gt;&amp;lt;%@ Register Src="webparts/contractsearch.ascx" TagName="contractsearch" TagPrefix="exec" %&amp;gt;
&amp;lt;table&amp;gt;
&amp;lt;tr&amp;gt;
	&amp;lt;td id="tdLeft" runat="server" style="vertical-align:top; text-align:left; width:33%"&amp;gt;
	    &amp;lt;tm:tmzwebpartzone id="wpzLeft" runat="server" headertext="Left" PartChromeType="TitleAndBorder" width="320px" PartStyle-CssClass="PartStyle" PartTitleStyle-CssClass="PartTitleStyle" PartChromeStyle-BorderColor="transparent" AllowShrink="false"&amp;gt;
			&amp;lt;VerbStyle CssClass="gridheading" /&amp;gt;
			&amp;lt;HeaderStyle BorderColor="black" borderstyle="solid" CssClass="leftnavselected" /&amp;gt;
			&amp;lt;MenuPopupStyle  BackColor="white" BorderColor="black" BorderWidth="1px" GridLines="Horizontal" Font-Names="verdana" Font-Size="8pt" /&amp;gt;
			&amp;lt;zonetemplate&amp;gt;	
			        &amp;lt;exec:contractsearch ID="contractSearch3" runat="server" Title="Contract Search" AuthorizationFilter="tmproductline=999"/&amp;gt;
			&amp;lt;/zonetemplate&amp;gt;
	    &amp;lt;/tm:tmwebpartzone&amp;gt;
    &amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;And here is the code for the component.&lt;/p&gt;&lt;p /&gt;&lt;pre&gt;&amp;lt;%@ Control Language="vb" AutoEventWireup="false" CodeBehind="contractsearch.ascx.vb" Inherits="ExecComm.contractsearch" %&amp;gt;
&amp;lt;%@ Register Assembly="TMControls" Namespace="TractManager.TMControls" TagPrefix="cc1" %&amp;gt;
&amp;lt;%@ Register Assembly="ISNet.WebUI.WebCombo" Namespace="ISNet.WebUI.WebCombo" TagPrefix="ISWebCombo" %&amp;gt;
&amp;lt;div id="dClass" runat="server" class="tmpart"&amp;gt;
&amp;lt;asp:ScriptManager ID="ContractSearchScriptManager" runat="server" EnablePartialRendering="true" /&amp;gt;
&amp;lt;asp:UpdatePanel ID="ContractSearchPanel" runat="server"&amp;gt;
	&amp;lt;ContentTemplate&amp;gt;
		&amp;lt;asp:Label id="lblError" runat="server" EnableViewState="false" CssClass="error-message" /&amp;gt;
		&amp;lt;asp:Label id="lblLoadTime" runat="server" EnableViewState="false" CssClass="error-message" /&amp;gt;
	
		&amp;lt;table id="tabSearch" cellspacing="1" cellpadding="2" border="0" width="99%" style="z-index:999;"&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td colspan="2" rowspan="1" style="vertical-align:top; text-align:left; white-space:nowrap; width:100%;"&amp;gt;
				&amp;lt;asp:Label id="lblSubHeadingTop" runat="server" width="99%" CssClass="subheading"&amp;gt;&amp;lt;/asp:Label&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label id="lblEntity" runat="server" Font-Bold="true" CssClass="controls"/&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
  				&amp;lt;cc1:TMDropDown ID="cblEntity" runat="server" DataTextField="Name" DataValueField="ID" Width="185px" cssclass="controls" /&amp;gt;
				&amp;lt;ISWebCombo:WebCombo id="cboEntity" runat="server" Visible="false" DropDownRows="100" Width="185px" ToolTip="Start typing to search, or control-space to see list." UseDefaultStyle="true"&amp;gt;
					&amp;lt;LayoutSettings AlwaysShowHelpButton="true" AlwaysShowSearchButton="true" /&amp;gt;
					&amp;lt;MultipleSelectionSettings Enabled="true" AllowNotInListText="false" HideResultBoxOnEmptyResult="false" AllowBrowseAll="true" /&amp;gt;
				&amp;lt;/ISWebCombo:WebCombo&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label id="lblSite" runat="server" Font-Bold="true" CssClass="controls"/&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;cc1:TMDropDown ID="cblSite" runat="server" DataTextField="Name" DataValueField="ID" Width="185px" cssclass="controls" /&amp;gt;
				&amp;lt;ISWebCombo:WebCombo id="cboSite" runat="server" Visible="false" DropDownRows="100" Width="185px" ToolTip="Start typing to search, or control-space to see list." UseDefaultStyle="true"&amp;gt;
					&amp;lt;LayoutSettings AlwaysShowHelpButton="true" AlwaysShowSearchButton="true" /&amp;gt;
					&amp;lt;MultipleSelectionSettings Enabled="true" AllowNotInListText="false" HideResultBoxOnEmptyResult="false" AllowBrowseAll="true" /&amp;gt;
				&amp;lt;/ISWebCombo:WebCombo&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label id="lblDepartment" runat="server" Font-Bold="true" CssClass="controls"/&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;cc1:TMDropDown ID="cblDepartment" runat="server" DataTextField="Name" DataValueField="ID" Width="185px" cssclass="controls" /&amp;gt;
   				&amp;lt;ISWebCombo:WebCombo id="cboDepartment" runat="server" Visible="false" DropDownRows="100" Width="185px" ToolTip="Start typing to search, or control-space to see list." UseDefaultStyle="true"&amp;gt;
					&amp;lt;LayoutSettings AlwaysShowHelpButton="true" AlwaysShowSearchButton="true" /&amp;gt;
					&amp;lt;MultipleSelectionSettings Enabled="true" AllowNotInListText="false" HideResultBoxOnEmptyResult="false" AllowBrowseAll="true" /&amp;gt;
				&amp;lt;/ISWebCombo:WebCombo&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:20%; "&amp;gt;
				&amp;lt;asp:Label id="lblType" runat="server" Font-Bold="true" CssClass="controls"/&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;cc1:TMDropDown ID="cblContractType" runat="server" DataTextField="ContractTypeName" DataValueField="ContractTypeID" Width="185px" cssclass="controls" /&amp;gt;
				&amp;lt;ISWebCombo:WebCombo id="cboContractType" runat="server" Visible="false" DropDownRows="100" Width="185px" ToolTip="Start typing to search, or control-space to see list." UseDefaultStyle="true"&amp;gt;
					&amp;lt;LayoutSettings AlwaysShowHelpButton="true" AlwaysShowSearchButton="true" /&amp;gt;
					&amp;lt;MultipleSelectionSettings Enabled="true" AllowNotInListText="false" HideResultBoxOnEmptyResult="false" AllowBrowseAll="true" /&amp;gt;
				&amp;lt;/ISWebCombo:WebCombo&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label id="lblStatus" runat="server" Font-Bold="true" Text="Status:" CssClass="controls" /&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;asp:checkboxlist ID="cblStatus" runat="server" DataTextField="Name" DataValueField="ID" Width="185px" CssClass="controlist" /&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label id="lblPrimaryRP" runat="server" Font-Bold="true" Text="Primary RP:" CssClass="controls" /&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;cc1:TMDropDown ID="cblPrimaryRP" runat="server" DataTextField="LastNameFirstName" DataValueField="ID" Width="185px" cssclass="controls" /&amp;gt;
				&amp;lt;ISWebCombo:WebCombo id="cboPrimaryRP" runat="server" Visible="false" DropDownRows="100" Width="185px" ToolTip="Start typing to search, or control-space to see list." UseDefaultStyle="true"&amp;gt;
					&amp;lt;LayoutSettings AlwaysShowHelpButton="true" AlwaysShowSearchButton="true" /&amp;gt;
					&amp;lt;MultipleSelectionSettings Enabled="true" AllowNotInListText="false" HideResultBoxOnEmptyResult="false" AllowBrowseAll="true" /&amp;gt;
				&amp;lt;/ISWebCombo:WebCombo&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label id="lblSecondaryRP" runat="server" Font-Bold="true" Text="Secondary RP:" CssClass="controls" /&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;cc1:TMDropDown ID="cblSecondaryRP" runat="server" DataTextField="LastNameFirstName" DataValueField="ID" Width="185px" cssclass="controls" /&amp;gt;
				&amp;lt;ISWebCombo:WebCombo id="cboSecondaryRP" runat="server" Visible="false" DropDownRows="100" Width="185px" ToolTip="Start typing to search, or control-space to see list." UseDefaultStyle="true"&amp;gt;
					&amp;lt;LayoutSettings AlwaysShowHelpButton="true" AlwaysShowSearchButton="true" /&amp;gt;
					&amp;lt;MultipleSelectionSettings Enabled="true" AllowNotInListText="false" HideResultBoxOnEmptyResult="false" AllowBrowseAll="true" /&amp;gt;
				&amp;lt;/ISWebCombo:WebCombo&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label id="lblThirdRP" runat="server" Font-Bold="true" Text="Third RP:" CssClass="controls" /&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;cc1:TMDropDown ID="cblThirdRP" runat="server" DataTextField="LastNameFirstName" DataValueField="ID" Width="185px" cssclass="controls" /&amp;gt;
				&amp;lt;ISWebCombo:WebCombo id="cboThirdRP" runat="server" Visible="false" DropDownRows="100" Width="185px" ToolTip="Start typing to search, or control-space to see list." UseDefaultStyle="true"&amp;gt;
					&amp;lt;LayoutSettings AlwaysShowHelpButton="true" AlwaysShowSearchButton="true" /&amp;gt;
					&amp;lt;MultipleSelectionSettings Enabled="true" AllowNotInListText="false" HideResultBoxOnEmptyResult="false" AllowBrowseAll="true" /&amp;gt;
				&amp;lt;/ISWebCombo:WebCombo&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td colspan="2" rowspan="1" style="vertical-align:top; text-align:left; white-space:nowrap; width:100%;"&amp;gt;
				&amp;nbsp;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label ID="lblSort" runat="server" Font-Bold="true" Text="Sort By:" CssClass="controls" /&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;asp:dropdownlist ID="ddlSort" runat="server" tabIndex="5" Width="185px" cssclass="controls"/&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label ID="lblKeyword" runat="server" Font-Bold="true" Text="Keyword:" CssClass="controls" /&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;asp:TextBox id="txtKeyword" tabIndex="6" runat="server" Width="180px" CssClass="controls"&amp;gt;&amp;lt;/asp:TextBox&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;&amp;nbsp;&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;table border="0" cellpadding="0" cellspacing="0" width="100%"&amp;gt;
				 &amp;lt;tr&amp;gt;
					&amp;lt;td style="width:100%;"&amp;gt;
						&amp;lt;asp:button id="cmdSearch" tabIndex="7" runat="server" Text="Search" Width="60px" CssClass="button" /&amp;gt;
        				&amp;lt;asp:button id="cmdSearchFuzzy" tabIndex="8" runat="server" Text="Fuzzy Search" Width="100px" CssClass="button" Visible="False" /&amp;gt;
        				&amp;lt;asp:Button id="cmdClose" runat="server" Text="Close" width="60px" CssClass="button" Visible="false" OnClientClick="form_dialog.hide();return false;" /&amp;gt;
        			&amp;lt;/td&amp;gt;
				 &amp;lt;/tr&amp;gt;
				&amp;lt;/table&amp;gt;&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td colspan="2" rowspan="1" style="vertical-align:top; text-align:left; white-space:nowrap; width:100%;"&amp;gt;
				&amp;nbsp;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td colspan="2" rowspan="1" style="vertical-align:top; text-align:left; white-space:nowrap; width:100%;"&amp;gt;
				&amp;lt;asp:Label id="lblSubHeadingBottom" runat="server" width="99%" CssClass="subheading"&amp;gt;&amp;lt;/asp:Label&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr visible="False"&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:20%;" visible="False"&amp;gt;
				&amp;lt;asp:Label ID="lblKeywordType" runat="server" Font-Bold="True" Text="Look For Keyword Type:" CssClass="controls" Visible="False"/&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;" visible="False"&amp;gt;
				&amp;lt;asp:DropDownList id="lstKeywordType" tabIndex="9" runat="server" Width="185px" CssClass="controls" Visible="False"&amp;gt;
					&amp;lt;asp:ListItem Value="1"&amp;gt;Matches Keyword Exactly&amp;lt;/asp:ListItem&amp;gt;
					&amp;lt;asp:ListItem Value="2"&amp;gt;Starts With Keyword&amp;lt;/asp:ListItem&amp;gt;
					&amp;lt;asp:ListItem Value="3"&amp;gt;Includes Keyword&amp;lt;/asp:ListItem&amp;gt;
				&amp;lt;/asp:DropDownList&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label ID="lblTop" runat="server" Font-Bold="true" Text="Return A Maximum Of:" CssClass="controls" /&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;asp:DropDownList id="lstTop" tabIndex="10" runat="server" Width="185px" CssClass="controls"&amp;gt;
					&amp;lt;asp:ListItem Value="10"&amp;gt;10&amp;lt;/asp:ListItem&amp;gt;
					&amp;lt;asp:ListItem Value="25"&amp;gt;25&amp;lt;/asp:ListItem&amp;gt;
					&amp;lt;asp:ListItem Value="50"&amp;gt;50&amp;lt;/asp:ListItem&amp;gt;
					&amp;lt;asp:ListItem Value="100"&amp;gt;100&amp;lt;/asp:ListItem&amp;gt;
					&amp;lt;asp:ListItem Value="150"&amp;gt;150&amp;lt;/asp:ListItem&amp;gt;
					&amp;lt;asp:ListItem Value="200"&amp;gt;200&amp;lt;/asp:ListItem&amp;gt;
					&amp;lt;asp:ListItem Value="250"&amp;gt;250&amp;lt;/asp:ListItem&amp;gt;
					&amp;lt;asp:ListItem Value="0" Selected="True"&amp;gt;Unlimited&amp;lt;/asp:ListItem&amp;gt;
				&amp;lt;/asp:DropDownList&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label ID="lblFullText" runat="server" Font-Bold="true" Text="Full Text Option:" CssClass="controls" /&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;asp:DropDownList id="lstFullText" tabIndex="11" runat="server" Width="185px" CssClass="controls"/&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; width:20%;"&amp;gt;
				&amp;lt;asp:Label id="lblOrganizations" runat="server" Font-Bold="true" Width="100%" Text="Database(s) Option:" CssClass="controls" /&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td style="vertical-align:top; text-align:left; white-space:nowrap; width:78%;"&amp;gt;
				&amp;lt;cc1:TMDropDown ID="cblOrganizations" runat="server" Width="185px" cssclass="controls" /&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		 &amp;lt;tr&amp;gt;
			&amp;lt;td colspan="2" rowspan="1" style="vertical-align:top; text-align:left; white-space:nowrap; width:100%;"&amp;gt;
				&amp;lt;asp:TextBox id="txtDebug" runat="server" Height="200px" Width="185px" TextMode="MultiLine" Visible="False" /&amp;gt;
			&amp;lt;/td&amp;gt;
		 &amp;lt;/tr&amp;gt;
		&amp;lt;/table&amp;gt;
		&amp;lt;asp:SqlDataSource ID="dsEntities" runat="server" SelectCommand="sp_0" SelectCommandType="StoredProcedure"&amp;gt;
			&amp;lt;SelectParameters&amp;gt;
				&amp;lt;asp:Parameter Name="organization" Type="Int32" DefaultValue="0" /&amp;gt;
				&amp;lt;asp:Parameter Name="user" Type="Int32" DefaultValue="0" /&amp;gt;
			&amp;lt;/SelectParameters&amp;gt;
		&amp;lt;/asp:SqlDataSource&amp;gt;
		&amp;lt;asp:SqlDataSource ID="dsDepartments" runat="server" SelectCommand="sp_organization_user_department_list" SelectCommandType="StoredProcedure"&amp;gt;
			&amp;lt;SelectParameters&amp;gt;
				&amp;lt;asp:Parameter Name="organization" Type="Int32" DefaultValue="0" /&amp;gt;
				&amp;lt;asp:Parameter Name="user" Type="Int32" DefaultValue="0" /&amp;gt;
			&amp;lt;/SelectParameters&amp;gt;
		&amp;lt;/asp:SqlDataSource&amp;gt;
		&amp;lt;asp:SqlDataSource ID="dsSites" runat="server" SelectCommand="sp_1" SelectCommandType="StoredProcedure"&amp;gt;
			&amp;lt;SelectParameters&amp;gt;
				&amp;lt;asp:Parameter Name="organization" Type="Int32" DefaultValue="0" /&amp;gt;
				&amp;lt;asp:Parameter Name="user" Type="Int32" DefaultValue="0" /&amp;gt;
			&amp;lt;/SelectParameters&amp;gt;
		&amp;lt;/asp:SqlDataSource&amp;gt;
		&amp;lt;asp:SqlDataSource ID="dsContractTypes" runat="server" SelectCommand="sp_2" SelectCommandType="StoredProcedure"&amp;gt;
			&amp;lt;SelectParameters&amp;gt;
				&amp;lt;asp:Parameter Name="organization" Type="Int32" DefaultValue="0" /&amp;gt;
				&amp;lt;asp:Parameter Name="user" Type="Int32" DefaultValue="0" /&amp;gt;
			&amp;lt;/SelectParameters&amp;gt;
		&amp;lt;/asp:SqlDataSource&amp;gt;
		&amp;lt;asp:SqlDataSource ID="dsPrimaryRPUsers" runat="server" SelectCommand="sp_3" SelectCommandType="StoredProcedure"&amp;gt;
			&amp;lt;SelectParameters&amp;gt;
				&amp;lt;asp:Parameter Name="organization" Type="Int32" DefaultValue="0" /&amp;gt;
				&amp;lt;asp:Parameter Name="user" Type="Int32" DefaultValue="0" /&amp;gt;
			&amp;lt;/SelectParameters&amp;gt;
		&amp;lt;/asp:SqlDataSource&amp;gt;
		&amp;lt;asp:SqlDataSource ID="dsSecondaryRPUsers" runat="server" SelectCommand="sp_4" SelectCommandType="StoredProcedure"&amp;gt;
			&amp;lt;SelectParameters&amp;gt;
				&amp;lt;asp:Parameter Name="organization" Type="Int32" DefaultValue="0" /&amp;gt;
				&amp;lt;asp:Parameter Name="user" Type="Int32" DefaultValue="0" /&amp;gt;
			&amp;lt;/SelectParameters&amp;gt;
		&amp;lt;/asp:SqlDataSource&amp;gt;
		&amp;lt;asp:SqlDataSource ID="dsThirdRPUsers" runat="server" SelectCommand="sp_5" SelectCommandType="StoredProcedure"&amp;gt;
			&amp;lt;SelectParameters&amp;gt;
				&amp;lt;asp:Parameter Name="organization" Type="Int32" DefaultValue="0" /&amp;gt;
				&amp;lt;asp:Parameter Name="user" Type="Int32" DefaultValue="0" /&amp;gt;
			&amp;lt;/SelectParameters&amp;gt;
		&amp;lt;/asp:SqlDataSource&amp;gt;
	&amp;lt;/ContentTemplate&amp;gt;
&amp;lt;/asp:UpdatePanel&amp;gt;
&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p /&gt;&lt;/div&gt;</description></item></channel></rss>