Telerik Forums
Test Studio Forum
5 answers
110 views
I am testing a application. I need to control the iteration by my self. If need to use code, please send me the code sample.
Cody
Telerik team
 answered on 06 Aug 2010
3 answers
180 views
Hi there,
First of all, congrats on a beautiful product.

I have a quick question, maybe it's stupid, maybe not...
I am using:
WebUI Test Studio QA Edition, Evaluation Version
I am looking for this content below (Test Log contents, preferred in a file, with timestamps for each step execution) when I run Test Lists and end up with a result on the Results tab.

Basically I want to see how long each step took. 

Where is the content below for Test Lists runs? I can only see it when I execute from the Record tab, after hitting Execute button. It's hidden behind a click on an obscure button that looks like a notepad, available on the Steps screen in the status bar on top of the listed steps.

Thank you,
Serban

Overall Result: Pass
--------------------------------------------------
'6/10/2010 10:06:49 AM' - 'Pass' : 1. Navigate to : 'http://bh3acswtn01/LetterGeneration/'
'6/10/2010 10:06:50 AM' - 'Pass' : 2. Click 'PublicContentLoginButtonImageImage'
'6/10/2010 10:06:50 AM' - 'Pass' : 3. Click 'PublicContentReplaceSessionLinkButtonLink'
'6/10/2010 10:06:55 AM' - 'Pass' : 4. Select 'ByValue' option 'CLAIMS' on 'WorkGroupDropDownListSelect'
'6/10/2010 10:06:58 AM' - 'Pass' : 5. RadTreeNode: 'GENERAL' action -> 'Expand'
'6/10/2010 10:06:59 AM' - 'Pass' : 6. RadTreeNode: '(GENERAL)  General' action -> 'Expand'
'6/10/2010 10:06:59 AM' - 'Pass' : 7. Click 'GENCCCDGENDiv'
'6/10/2010 10:07:00 AM' - 'Pass' : 8. Set 'DefaultContentWpmGwpDataKeysControlDataKeysControlDataKeyDataListDataKeyTextBoxText' text to '050400055104'
'6/10/2010 10:07:00 AM' - 'Pass' : 9. Set 'DefaultContentWpmGwpDataKeysControlDataKeysControlDataKeyDataListDataKeyTextBoxText_0' text to '001'
'6/10/2010 10:07:01 AM' - 'Pass' : 10. Select 'ByValue' option 'Primary Insured' on 'DefaultContentWpmGwpRecipientControlRecipientControlSendToDropDownListSelect'
'6/10/2010 10:07:08 AM' - 'Pass' : 11. Click 'ClearGifImage'
'6/10/2010 10:07:08 AM' - 'Pass' : 12. Set 'DefaultContentUnResolvedVariablesListUnResovedVarTextBoxText' text to 'xxxxxx'
'6/10/2010 10:07:08 AM' - 'Pass' : 13. Set 'DefaultContentUnResolvedVariablesListUnResovedVarTextBoxText_0' text to 'Y'
'6/10/2010 10:07:09 AM' - 'Pass' : 14. Click 'DefaultContentBtnOkUnResolvedVariablesLink'
'6/10/2010 10:07:13 AM' - 'Pass' : 15. Click 'OKSpan'
--------------------------------------------------
'6/10/2010 10:07:13 AM' - Overall Result: Pass
--------------------------------------------------
Konstantin Petkov
Telerik team
 answered on 06 Aug 2010
1 answer
663 views
I am using WebUI Test Studio 2010.2

I record the steps and execute .. its working fine.
When I add a simple code to the recorded steps .. its throwing compilation error 
I remove the added code and click execute.. it still throws the same error..
Please check attachment for the same .
Could you please advice me on how to resolve this ?

--------------------------------------------------
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 970: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadCalendar' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 972: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadCalendar' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1140: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadInput' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1142: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadInput' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1356: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadCalendar' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1358: (BC30002) Type 'Telerik.WebAii.Controls.Html.RadCalendar' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1376: (BC30002) Type 'Telerik.WebAii.Controls.Html.GridTableHeader' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb: Line 1378: (BC30002) Type 'Telerik.WebAii.Controls.Html.GridTableHeader' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\Project.vb: Line 20: (BC30175) class 'Pages' and class 'Pages', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb', conflict in namespace '<Default>'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 4: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 6: (BC30002) Type 'TestClass' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 8: (BC30002) Type 'TestContext' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 14: (BC30002) Type 'TestContext' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 18: (BC30002) Type 'TestContext' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb: Line 45: (BC30002) Type 'TestMethod' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\User Options Add.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\User Options Add.aii.vb: Line 2: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\User Preferences.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\User Preferences.aii.vb: Line 3: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\User Preferences.aii.vb: Line 9: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 11: (BC30663) Attribute 'AssemblyTitleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 12: (BC30663) Attribute 'AssemblyDescriptionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 13: (BC30663) Attribute 'AssemblyCompanyAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 14: (BC30663) Attribute 'AssemblyProductAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 15: (BC30663) Attribute 'AssemblyCopyrightAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 16: (BC30663) Attribute 'AssemblyTrademarkAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 18: (BC30663) Attribute 'CLSCompliantAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 20: (BC30663) Attribute 'ComVisibleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 23: (BC30663) Attribute 'GuidAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 36: (BC30663) Attribute 'AssemblyVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\My Project\AssemblyInfo.vb: Line 37: (BC30663) Attribute 'AssemblyFileVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\Project.vb: Line 20: (BC30175) class 'Pages' and class 'Pages', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb', conflict in namespace '<Default>'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Echeck Quantity.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Echeck Quantity.aii.vb: Line 3: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Echeck Quantity.aii.vb: Line 9: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 5: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 69: (BC30456) 'VirtualTerminal_1' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 76: (BC30456) 'VirtualTerminal_1' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 83: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 84: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 92: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 94: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 102: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 104: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 112: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 114: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 122: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 145: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 145: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 162: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 162: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 179: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 179: (BC30652) Reference required to assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Keys'. Add one to your project.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT 01 Tran Add Simple.aii.vb: Line 209: (BC30456) 'VirtualTerminal_1' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT Tran Add  CC  Continuous.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT Tran Add  CC  Continuous.aii.vb: Line 3: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT Tran Add  CC  Continuous.aii.vb: Line 9: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT Tran Add  CC  Continuous.aii.vb: Line 73: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 01 Tran  Add\VT Tran Add  CC  Continuous.aii.vb: Line 75: (BC30456) 'VirtualTerminal_0' is not a member of 'Pages'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 11: (BC30663) Attribute 'AssemblyTitleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 12: (BC30663) Attribute 'AssemblyDescriptionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 13: (BC30663) Attribute 'AssemblyCompanyAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 14: (BC30663) Attribute 'AssemblyProductAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 15: (BC30663) Attribute 'AssemblyCopyrightAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 16: (BC30663) Attribute 'AssemblyTrademarkAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 18: (BC30663) Attribute 'CLSCompliantAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 20: (BC30663) Attribute 'ComVisibleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 23: (BC30663) Attribute 'GuidAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 36: (BC30663) Attribute 'AssemblyVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\My Project\AssemblyInfo.vb: Line 37: (BC30663) Attribute 'AssemblyFileVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT 05 Gateway Settings\Project.vb: Line 20: (BC30175) class 'Pages' and class 'Pages', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb', conflict in namespace '<Default>'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 11: (BC30663) Attribute 'AssemblyTitleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 12: (BC30663) Attribute 'AssemblyDescriptionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 13: (BC30663) Attribute 'AssemblyCompanyAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 14: (BC30663) Attribute 'AssemblyProductAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 15: (BC30663) Attribute 'AssemblyCopyrightAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 16: (BC30663) Attribute 'AssemblyTrademarkAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 18: (BC30663) Attribute 'CLSCompliantAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 20: (BC30663) Attribute 'ComVisibleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 23: (BC30663) Attribute 'GuidAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 36: (BC30663) Attribute 'AssemblyVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\My Project\AssemblyInfo.vb: Line 37: (BC30663) Attribute 'AssemblyFileVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Client\Project.vb: Line 20: (BC30175) class 'Pages' and class 'Pages', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb', conflict in namespace '<Default>'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 11: (BC30663) Attribute 'AssemblyTitleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 12: (BC30663) Attribute 'AssemblyDescriptionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 13: (BC30663) Attribute 'AssemblyCompanyAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 14: (BC30663) Attribute 'AssemblyProductAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 15: (BC30663) Attribute 'AssemblyCopyrightAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 16: (BC30663) Attribute 'AssemblyTrademarkAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 18: (BC30663) Attribute 'CLSCompliantAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 20: (BC30663) Attribute 'ComVisibleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 23: (BC30663) Attribute 'GuidAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 36: (BC30663) Attribute 'AssemblyVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\My Project\AssemblyInfo.vb: Line 37: (BC30663) Attribute 'AssemblyFileVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\Project.vb: Line 20: (BC30175) class 'Pages' and class 'Pages', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\Project.vb', conflict in namespace '<Default>'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options -Main-Main.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options -Main-Main.aii.vb: Line 3: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options -Main-Main.aii.vb: Line 9: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Main -  Echeck.aii.vb: Line 5: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 1: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Xaml' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 3: (BC40056) Namespace or type specified in the Imports 'Telerik.WebAii.Controls.Html' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 9: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 73: (BC30456) 'Data1TextBoxText' is not a member of 'Pages.VirtualTerminal_5Page'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 75: (BC30456) 'Data1TextBoxText' is not a member of 'Pages.VirtualTerminal_5Page'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 83: (BC30456) 'Data3TextboxText' is not a member of 'Pages.VirtualTerminal_5Page'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 90: (BC30456) 'Data2TextboxText' is not a member of 'Pages.VirtualTerminal_5Page'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT Merchant Options\VT Merch Options Merchdefined.aii.vb: Line 97: (BC30456) 'Data4TextboxText' is not a member of 'Pages.VirtualTerminal_5Page'.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 11: (BC30663) Attribute 'AssemblyTitleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 12: (BC30663) Attribute 'AssemblyDescriptionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 13: (BC30663) Attribute 'AssemblyCompanyAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 14: (BC30663) Attribute 'AssemblyProductAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 15: (BC30663) Attribute 'AssemblyCopyrightAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 16: (BC30663) Attribute 'AssemblyTrademarkAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 18: (BC30663) Attribute 'CLSCompliantAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 20: (BC30663) Attribute 'ComVisibleAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 23: (BC30663) Attribute 'GuidAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 36: (BC30663) Attribute 'AssemblyVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\My Project\AssemblyInfo.vb: Line 37: (BC30663) Attribute 'AssemblyFileVersionAttribute' cannot be applied multiple times.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\UnitTest1.vb: Line 4: (BC40056) Namespace or type specified in the Imports 'Microsoft.VisualStudio.TestTools.UnitTesting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\UnitTest1.vb: Line 6: (BC30002) Type 'TestClass' is not defined.
C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\VT_Automation\UnitTest1.vb: Line 6: (BC30175) class 'UnitTest1' and class 'UnitTest1', declared in 'C:\Inetpub\wwwroot\Development_MDC\Applications\VT\VT_Automation\User Options\UnitTest1.vb', conflict in namespace '<Default>'.

 

Cody
Telerik team
 answered on 05 Aug 2010
4 answers
155 views
Hi,
my analyst decided to move some of the tests that he had already made (and finished) into a folder inside the project and now it won't compile anymore. I opened said project with VS 2008 (and the developer edition of WebUI 2010.2) and fixed the broken Telerik references. Now the project runs great on my VS, but every time that he tries to run it on his WebUI QA Edition, it asks to save the file (even though he didn't make ANY changes) and shows a compilation error.

Can anyone help us with this?
Thank you very much

Sam
Cody
Telerik team
 answered on 04 Aug 2010
1 answer
107 views
Hello,

I'm testing a Silverlight application using Telerik WebUI Test Studio. Can anyone show me how to call a dialog box within a coded step? Thanks!
Cody
Telerik team
 answered on 04 Aug 2010
3 answers
118 views
My application is using Silverlight 4 components and when i try to record those components it does not recognize those components during playback. Also it records same line for even if i perform that action on different silverlight screens or objects.
Does this products supports Silverlight 4.
Is there any plugin available for Silverlight 4.
Cody
Telerik team
 answered on 04 Aug 2010
8 answers
110 views
I'm running WebUI Test Studio Q1 2010.
When I click button Record, a new browser window showed. but it open a blank page instead of Intro.html. Record toolbar don't show too.
a message box shows TimeoutException like the image I attached.
anyway to fix this?

I run winXP, vs 2010, IE 8
Cody
Telerik team
 answered on 03 Aug 2010
6 answers
51 views

 

Greetings,

I have a silverlight application. First I created a new project to test.  Then pressed the record button   .After I entered the site I needed to test .It asked me to enter user name and password . Everything went normally .When I tried to execute my recording an error occurred that include: “Unable to locate element. Details: Attempting to find [Silverlight] element using

Find logic

 (Html): [id 'Exact' silverlightControlHost] THEN UNDER NODE FIND [tagIndex 'Exact' object:0]

 (Silverlight): [XamlTag 'Exact' stackpanel] AND [name 'Exact' StackPanelMenus] THEN UNDER NODE FIND [XamlPath 'Exact' /grid[1]/hyperlinkbutton[0]]Unable to locate element. Search failed!”

And I wasn’t  unable to see the rest of the recording .

in fact the error occur when I click on the menu.

see attached file

Cody
Telerik team
 answered on 30 Jul 2010
1 answer
137 views
Hi ,

I am very new to this tool . I want some help .following are some questions:

a)  I have to record many tests and they have a large number of steps in common . Is there any way , that I copy same steps from an already recorded test and paste it in another test so that I dont need to record same steps multiple times.

b) Is there any way  by which we can use local data table of one test and paste in another and make modifications to the local data tables as necessary.

c) What is the process by which I can handle any If then else conditions , that is, conditional statements in my recorded steps in my test.
Missing User
 answered on 29 Jul 2010
1 answer
102 views
Hi,

I have inherited an application developed using Telerik controls (tabstrip, multi page, pagevew etc.) and it seem to be having issues rendering it on IE8. It looks fine on IE6, but the controls are all misplaced  and look chaotic in 8.0. I am using version "Rad Controls For Ajax Q3 2009", which is not that old. According to the documentation it should be fine in all major version of IE. To add to it, when I look at this on my local machine (Through VS 2008), it seem to be better than how it looks on the server (Windows 2003, IE7). I even got the new version installed on the server, looking at the documentation, I understand this is not a requirement.

Does anybody come across this one? Any help would be much appreciated.

I can't see an option to attach a screen hot, otherwise I would have added one. Here is the code (Which looks really messy for me!)

 <rad:RadAjaxPanel ID="RadAjaxPanel1" runat="server" ClientEvents-OnRequestStart="pnlRequestStarted"<br><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            EnableOutsideScripts="True" Height="200px" HorizontalAlign="NotSet" LoadingPanelID="AjaxLoadingPanel1"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            ScrollBars="None" BorderColor="White" BorderStyle="Solid" BorderWidth="11px"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            Width="98%"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            <asp:Label ID="Label10" runat="server" Font-Bold="True" Font-Names="Arial" Font-Size="11px"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                ForeColor="Black">Engage - Enterprise Engagement Action Planning</asp:Label><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            <asp:Label ID="Label1" runat="server" Text="Label" Font-Bold="True" Font-Size="11px"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                ForeColor="DimGray"></asp:Label><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            <rad:RadTabStrip ID="RadTabStrip1" runat="server" Height="1px" MultiPageID="RadMultiPage1"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                SelectedIndex="0" Skin="Telerik" Width="785px" BorderStyle="None"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                <Tabs></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:Tab runat="server" PageViewID="PageView6" Text="Home"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:Tab></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:Tab runat="server" PageViewID="PageView1" Text="Actions"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:Tab></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:Tab runat="server" PageViewID="PageView2" Text="Access Control"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <Tabs></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <rad:Tab runat="server" PageViewID="PageView2" Text="Users"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </rad:Tab></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <rad:Tab runat="server" PageViewID="PageView5" Text="User Rights"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </rad:Tab></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </Tabs></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:Tab></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:Tab runat="server" PageViewID="PageView3" Text="Upload Managers"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:Tab></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:Tab runat="server" PageViewID="PageView4" Text="Data"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:Tab></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                </Tabs></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            </rad:RadTabStrip></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            <rad:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" Width="98%"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                <rad:PageView ID="PageView6" runat="server"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Label ID="Label11" runat="server" Font-Bold="True" Font-Size="11px" ForeColor="#CC3300"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Text="Wave 3 - Engagement Survey Action Plans"></asp:Label><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Label ID="Label3" runat="server" Font-Bold="False" Font-Size="11px" ForeColor="Black"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Text="These intranet web pages allow you to keep a record of your Action Plans which address the strengths and opportunities which have resulted from the 2010 Engagement Survey."></asp:Label><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Label ID="Label17" runat="server" Font-Bold="True" Font-Size="11px" ForeColor="DimGray"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Text="Introduction to action planning"></asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Label ID="Label18" runat="server" Font-Bold="False" Font-Size="11px" ForeColor="Black"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Text="This web based 'action planning tool' has been developed to assist you in preparing your action plans which will evolve from the feedback of your survey results to your teams."></asp:Label><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Label ID="Label19" runat="server" Font-Bold="False" Font-Size="11px" ForeColor="Black"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Text="It provides an easy reference for your actions and enables you to follow up and check on how they are progressing."></asp:Label><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Label ID="Label20" runat="server" Font-Bold="False" Font-Size="11px" ForeColor="Black"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Text="All fields can be amended and access to the database will be available to you and a nominated member of your team."></asp:Label><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Label ID="Label9" runat="server" Font-Bold="True" Font-Size="11px" ForeColor="DimGray"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Text="The database will be regularly used to provide an update on Action Plans for the Executive Management Team, so please ensure you keep the details up to date."></asp:Label><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Label ID="Label23" runat="server" Font-Bold="False" Font-Size="11px" ForeColor="Black"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Text="If you have any questions regarding action planning please contact either me or your champion."></asp:Label><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Label ID="Label21" runat="server" Font-Bold="False" Font-Size="11px" ForeColor="Black"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Text="Jenny Scherler"></asp:Label><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Label ID="Label22" runat="server" Font-Bold="False" Font-Size="11px" ForeColor="Black"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Text="HR Manager"></asp:Label></rad:PageView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                <rad:PageView ID="PageView1" runat="server"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:RadGrid ID="RadGrid1" runat="server" AllowAutomaticDeletes="True" AllowAutomaticInserts="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        AllowAutomaticUpdates="True" AutoGenerateDeleteColumn="True" AutoGenerateEditColumn="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        DataSourceID="SqlDataSource1" EnableOutsideScripts="True" GridLines="None" OnDeleteCommand="RadGrid1_DeleteCommand"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        OnEditCommand="RadGrid1_EditCommand" OnItemCommand="RadGrid1_ItemCommand" Skin="Web20"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <MasterTableView AutoGenerateColumns="False" CommandItemDisplay="Top" DataKeyNames="ID"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            DataSourceID="SqlDataSource1"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <CommandItemTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <table width="100%"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <td width="30%"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <asp:Button ID="btnAdd" runat="server" CommandName="InitInsert" Text="Add New Action" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <td width="40%"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <td align="right" width="30%"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <asp:LinkButton ID="btnRefresh" runat="server" CommandName="Rebind" Text="Refresh data"></asp:LinkButton></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </table></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </CommandItemTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <ExpandCollapseColumn Resizable="False" Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </ExpandCollapseColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <RowIndicatorColumn Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </RowIndicatorColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <CommandItemSettings AddNewRecordText="Add new action" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <Columns></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="ID" DataType="System.Decimal" Display="False" HeaderText="ID"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="ID" UniqueName="ID"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="PERSONAL_ID" Display="False" HeaderText="PERSONAL_ID"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="PERSONAL_ID" UniqueName="PERSONAL_ID"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="QUESTION" HeaderText="Question" SortExpression="QUESTION"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="QUESTION"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="ACTION" HeaderText="Action" SortExpression="ACTION"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="ACTION"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="COMPLETE" HeaderText="Complete" SortExpression="COMPLETE"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="COMPLETE"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="STATUS" HeaderText="Status" SortExpression="STATUS"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="STATUS"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridButtonColumn CommandName="Delete" Text="Delete" UniqueName="AutoGeneratedDeleteColumn"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    <HeaderStyle Width="45px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridButtonColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridEditCommandColumn EditText="View/Edit" UniqueName="AutoGeneratedEditColumn"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    <HeaderStyle Width="30px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridEditCommandColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="SUCCESS" Display="False" UniqueName="SUCCESS"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="PEOPLE_INVOLVED" Display="False" UniqueName="PEOPLE_INVOLVED"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="ON_BEHALF" Display="False" UniqueName="ON_BEHALF"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="ITEM_TYPE" Display="False" UniqueName="ITEM_TYPE"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="OBJECTIVE_IMPACT" Display="False" UniqueName="OBJECTIVE_IMPACT"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridButtonColumn ButtonType="PushButton" CommandName="Select" HeaderText="Follow Up"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    Text="Follow Up" UniqueName="column"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridButtonColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </Columns></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <EditFormSettings EditFormType="Template"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <FormTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    &nbsp;<table style="width: 758px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px; height: 16px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td style="width: 202px; height: 16px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="height: 16px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="height: 16px; width: 62019px;"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td rowspan="2" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Label ID="Label1" runat="server" Text="Question" Width="169px"></asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px; height: 8px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <rad:RadComboBox ID="RadComboBox2" runat="server" DropDownWidth="400px" Height="200px"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    MarkFirstMatch="True" OnLoad="RadComboBox2_Load" Skin="Default2006" SkinID="Default2006"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    SkinsPath="~/RadControls/ComboBox/Skins" Text='<%# Bind("QUESTION") %>' UseEmbeddedScripts="False"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    ></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <%--                                                                    <Items></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="How satisfied are you with Siemens Enterprise Communications as a place to work?" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="I know what is expected of me at work." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="I have the materials and equipment I need to do my work right." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="At work, I have the opportunity to do what I do best every day." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="In the last seven days, I have received recognition or praise for doing good work." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="My supervisor, or someone at work, seems to care about me as a person." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="There is someone at work who encourages my development." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="At work, my opinions seem to count." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="The mission or purpose of my company makes me feel my job is important." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="My associates or fellow employees are committed to doing quality work." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="I have a best friend at work." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="In the last six months, someone at work has talked to me about my progress." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem1" runat="server" Text="This last year, I have had opportunities at work to learn and grow." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem2" runat="server" Text="I plan to be working for Siemens Enterprise Communications in three years' time." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem3" runat="server" Text="My manager clearly believes in the importance of meeting customer needs and expectations." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem4" runat="server" Text="The standards against which I am judged are based on customer needs and expectations." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem5" runat="server" Text="My team received feedback on the previous COM Engagement Survey conducted at Siemens Enterprise Communications." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem6" runat="server" Text="My team used the results of last year's COM Engagement Survey to agree on actions to be taken." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem7" runat="server" Text="My team has effectively followed through on the actions we agreed during our COM Engagement Survey Action Planning Session last year." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem8" runat="server" Text="The engagement action planning process and the implementation of agreed actions has had a positive impact on employee engagement within my team." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    </Items>--%></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <Items></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem1" runat="server" Text="I am clear about what is expected from me in my job." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem2" runat="server" Text="I have enough information and resources to do my job properly." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem3" runat="server" Text="My immediate manager regularly gives me meaningful feedback on my progress" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem4" runat="server" Text="My immediate manager coaches and supports me to develop my skills. " /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem10" runat="server" Text="I have the opportunity do what I'm best at all the time." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem11" runat="server" Text="In the last 2 weeks I have received thanks or praise for my work" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem12" runat="server" Text="My immediate manager inspires me to do my best." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem15" runat="server" Text="My role and objectives both challenge and energise me." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem5" runat="server" Text="The strategy and purpose of the Company make me feel my job is worthwhile." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem6" runat="server" Text="My team is committed to delivering quality in every aspect." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem13" runat="server" Text="My manager, or someone at work, attaches importance to my opinions." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem18" runat="server" Text="I have a network of colleagues who support me at work." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem17" runat="server" Text="I am a valued employee within the business." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem7" runat="server" Text="In the last 12 months I have had opportunities to develop my skills." />                                                                        </div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem16" runat="server" Text="I am clear about the opportunities I have to broaden my skills within the business." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem8" runat="server" Text="I really care about the future of SEC." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem9" runat="server" Text="I would recommend SEC as a good place to work." /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem ID="RadComboBoxItem14" runat="server" Text="I see myself staying with the Company for at least another 12 months." />                                                                        </div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    </Items></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                </rad:RadComboBox></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" rowspan="2" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" rowspan="2" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Label ID="Label7" runat="server" Text="Item is ..." Width="66px"></asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" rowspan="2" style="width: 62019px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:RadioButtonList ID="RadioButtonList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="RadioButtonList1_SelectedIndexChanged"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Width="100px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <asp:ListItem>Strength</asp:ListItem></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <asp:ListItem>Opportunity</asp:ListItem></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                </asp:RadioButtonList></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="RadioButtonList1"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Display="Dynamic" ErrorMessage="CompareValidator" Operator="NotEqual" ValueToCompare='""'>Complete</asp:CompareValidator></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="RadComboBox2"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    ErrorMessage="All questions already added"></asp:RequiredFieldValidator></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Label ID="Label8" runat="server" Text="Objective Impacted ..." Width="169px"></asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="3" style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:RadioButtonList ID="RadioButtonList2" runat="server" AutoPostBack="True" Height="1px"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    OnSelectedIndexChanged="CheckBoxList1_SelectedIndexChanged" RepeatColumns="2"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Width="277px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <asp:ListItem>Turnover</asp:ListItem></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <asp:ListItem>Profitability</asp:ListItem></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <asp:ListItem>Productivity</asp:ListItem></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <asp:ListItem>Safety</asp:ListItem></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <asp:ListItem>Customer Engagement</asp:ListItem></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <asp:ListItem>Other</asp:ListItem></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                </asp:RadioButtonList></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="RadioButtonList2"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Display="Dynamic" ErrorMessage="CompareValidator" Operator="NotEqual" ValueToCompare='""'>Complete</asp:CompareValidator></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Label ID="Label2" runat="server" Text="% Complete" Visible="False" Width="66px"></asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="width: 62019px; height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                &nbsp;<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("COMPLETE") %>' Visible="False"></asp:TextBox></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:HiddenField ID="HiddenField3" runat="server" OnDataBinding="HiddenField3_DataBinding"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Value='<%# Bind("ITEM_TYPE") %>' /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:HiddenField ID="HiddenField2" runat="server" OnDataBinding="HiddenField2_DataBinding"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Value='<%# Bind("OBJECTIVE_IMPACT") %>' /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Label ID="Label4" runat="server" Text="Status" Width="169px"></asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <rad:RadComboBox ID="RadComboBox1" runat="server" MarkFirstMatch="true" Skin="Default2006"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    SkinID="Web20" SkinsPath="~/RadControls/ComboBox/Skins" Text='<%# Bind("STATUS") %>'</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Width="150px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <Items></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="Open" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="Closed" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                        <rad:RadComboBoxItem runat="server" Text="Withdrawn" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    </Items></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                </rad:RadComboBox></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Label ID="Label10" runat="server" Visible="False" Width="81px">On behalf of (Pay ID)</asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="width: 62019px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <rad:RadTextBox ID="RadTextBox1" runat="server" Text='<%# Bind("ON_BEHALF") %>' Visible="False"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Width="186px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                </rad:RadTextBox></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="RadComboBox1"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    ErrorMessage="Complete"></asp:RequiredFieldValidator></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="width: 62019px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td style="height: 78px;" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Label ID="Label12" runat="server" CssClass="content" Width="169px">This is what we'll do...</asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="5" style="height: 78px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:TextBox ID="TextBox2" runat="server" Height="89px" MaxLength="1000" Text='<%# Bind("ACTION") %>'</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    TextMode="MultiLine" Width="518px"></asp:TextBox></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                &nbsp; &nbsp;</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="TextBox2"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    ErrorMessage="Complete"></asp:RequiredFieldValidator></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="width: 62019px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Label ID="Label13" runat="server" CssClass="content" Width="169px">This is what success will look like...</asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="5" style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <rad:RadTextBox ID="RadTextBox3" runat="server" Height="89px" LabelCssClass="radLabelCss_Default"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Skin="" Text='<%# Bind("SUCCESS") %>' TextMode="MultiLine" Width="524px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                </rad:RadTextBox></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px; height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ControlToValidate="RadTextBox3"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    ErrorMessage="Complete"></asp:RequiredFieldValidator></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="width: 62019px; height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Label ID="Label14" runat="server" CssClass="content" Width="169px">These people will be involved...</asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="5" style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <rad:RadTextBox ID="RadTextBox4" runat="server" Height="89px" LabelCssClass="radLabelCss_Default"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Skin="" Text='<%# Bind("PEOPLE_INVOLVED") %>' TextMode="MultiLine" Width="524px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                </rad:RadTextBox></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px; height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ControlToValidate="RadTextBox4"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    ErrorMessage="Complete"></asp:RequiredFieldValidator></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="width: 62019px; height: 16px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td valign="top" style="height: 27px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Label ID="Label15" runat="server" CssClass="content" Width="169px">We should see clear progress by:</asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px; height: 27px;" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <rad:RadDatePicker ID="RadDatePicker1" runat="server" DbSelectedDate='<%# Bind("PROGRESS_BY")%>'</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    OnLoad="RadDatePicker1_Load" OnSelectedDateChanged="RadDatePicker1_SelectedDateChanged"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    SkinID="Default" Skin="Default"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <Calendar CssFile="~/RadControls/Calendar/Skins/Web20/Calendar.css" Skin="Default"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    </Calendar></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                </rad:RadDatePicker></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" valign="top" style="height: 27px"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" rowspan="4" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" rowspan="4" style="width: 62019px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Label ID="Label16" runat="server" CssClass="content" Width="169px">We will review progress on:</asp:Label></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <rad:RadDatePicker ID="RadDatePicker2" runat="server" DbSelectedDate='<%# Bind("REVIEW_BY")%>'</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    OnLoad="RadDatePicker2_Load" SkinID="Default" Skin="Default"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    <Calendar CssFile="~/RadControls/Calendar/Skins/Web20/Calendar.css" Skin="Default"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    </Calendar></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                </rad:RadDatePicker></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        <tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="2" style="width: 622px; height: 21px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Image ID="Image1" runat="server" ImageUrl="~/Update.gif" /><asp:LinkButton ID="btnUpdate"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    runat="server" CommandName='<%# (Container as GridItem).OwnerTableView.IsItemInserted ? "PerformInsert" : "Update" %>'</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Font-Names="Arial" Font-Size="12px" Text='<%# (Container as GridItem).OwnerTableView.IsItemInserted? "Insert" : "Update" %>'></asp:LinkButton></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="3" style="height: 21px" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                <asp:Image ID="Image2" runat="server" ImageUrl="~/Cancel.gif" /><asp:LinkButton ID="btnCancel"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    runat="server" CausesValidation="false" CommandName="Cancel" Font-Names="Arial"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                                    Font-Size="12px" Text="Cancel"></asp:LinkButton>&nbsp;</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            <td colspan="1" style="height: 21px; width: 62019px;" valign="top"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                            </td></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                        </tr></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    </table></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    <asp:HiddenField ID="HiddenField1" runat="server" Value='<%# Bind("ID") %>' /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </FormTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </EditFormSettings></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </MasterTableView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <SelectedItemStyle BackColor="#CC3300" Font-Bold="False" Font-Italic="False" Font-Overline="False"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            Font-Strikeout="False" Font-Underline="False" Wrap="True" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:RadGrid><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:engagement EngagementDB %>"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        DeleteCommand="DELETE FROM RESPONSE WHERE (ID = :ID)" InsertCommand='INSERT INTO RESPONSE(QUESTION, ACTION, "COMPLETE", STATUS, PERSONAL_ID, SUCCESS, PEOPLE_INVOLVED, ON_BEHALF, ITEM_TYPE, OBJECTIVE_IMPACT, PROGRESS_BY, REVIEW_BY) VALUES (:question, :action, :complete, :status, :personal_id, :success, :people_involved, :on_behalf, :item_type, :objective_impact, :progress_by, :review_by )'</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        OnInserting="SqlDataSource1_Inserting" ProviderName="<%$ ConnectionStrings:engagement EngagementDB.ProviderName %>"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        SelectCommand='SELECT PERSONAL_ID, QUESTION, ACTION, "COMPLETE", STATUS, ID, SUCCESS, PEOPLE_INVOLVED, ON_BEHALF, ITEM_TYPE, OBJECTIVE_IMPACT, PROGRESS_BY, REVIEW_BY FROM RESPONSE'</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        UpdateCommand="UPDATE RESPONSE SET QUESTION = :question, ACTION = :action, STATUS = :status, SUCCESS=:SUCCESS, PEOPLE_INVOLVED=:PEOPLE_INVOLVED, ON_BEHALF=:ON_BEHALF, ITEM_TYPE=:ITEM_TYPE, OBJECTIVE_IMPACT=:OBJECTIVE_IMPACT, COmplete=:complete, progress_by = :progress_by, review_by = :review_by WHERE (ID = :id)"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <UpdateParameters></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="question" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="action" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="status" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="id" Type="Decimal" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="success" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="people_involved" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter DefaultValue="blank" Name="on_behalf" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="item_type" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="objective_impact" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter DefaultValue="0" Name="complete" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="progress_by" Type="DateTime" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="review_by" Type="DateTime" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </UpdateParameters></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <InsertParameters></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="question" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="action" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="status" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="personal_id" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="success" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="people_involved" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="on_behalf" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="item_type" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="objective_impact" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter DefaultValue="0" Name="complete" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="progress_by" Type="DateTime" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="review_by" Type="DateTime" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </InsertParameters></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <DeleteParameters></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="ID" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </DeleteParameters></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </asp:SqlDataSource></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:RadWindowManager ID="RadWindowManager1" runat="server" Modal="True" ReloadOnShow="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Skin="Default2006"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <Windows></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <rad:RadWindow ID="RadWindow1" runat="server" Behavior="Pin" Height="620px" Left=""</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                Modal="True" NavigateUrl="./followUp.aspx?val=66" ReloadOnShow="True" SkinsPath="~/RadControls/Window/Skins"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                Title="Follow Up" Top="" Width="950px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </Windows></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:RadWindowManager></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                </rad:PageView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                &nbsp;</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                <rad:PageView ID="PageView2" runat="server" Width="100%" Font-Bold="True" ForeColor="DimGray"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    Corporate Directory<br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:RadGrid ID="RadGrid2" runat="server" AllowFilteringByColumn="True" AllowPaging="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        AllowSorting="True" DataSourceID="SqlDataSource2" EnableAJAXLoadingTemplate="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        GridLines="None" OnItemCommand="RadGrid2_ItemCommand" OnNeedDataSource="RadGrid2_NeedDataSource"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Skin="Web20"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <MasterTableView AutoGenerateColumns="False" DataKeyNames="PERSONAL_ID" DataSourceID="SqlDataSource2"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <CommandItemTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <asp:LinkButton ID="LinkButton4" runat="server" CommandName="Re bindGrid"><img style="border:0px" alt="" src="RadControls/Grid/Skins/Refresh.gif" /> Refresh</asp:LinkButton></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </CommandItemTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <Columns></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="PERSONAL_ID" Display="False" HeaderText="PERSONAL_ID"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    ReadOnly="True" SortExpression="PERSONAL_ID" UniqueName="PERSONAL_ID"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="GIVEN_NAME" HeaderText="Name" SortExpression="GIVEN_NAME"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="GIVEN_NAME"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="SURNAME" HeaderText="Surname" SortExpression="SURNAME"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="SURNAME"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="MAIN_FUNCTION" HeaderText="Job Title" SortExpression="MAIN_FUNCTION"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="MAIN_FUNCTION"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="LOCATION" HeaderText="Location" SortExpression="LOCATION"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="LOCATION" Display="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="COST_LOCATION_UNIT" HeaderText="Cost Unit" SortExpression="COST_LOCATION_UNIT"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="COST_LOCATION_UNIT" Display="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="DEPARTMENT" HeaderText="Department" SortExpression="DEPARTMENT"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="DEPARTMENT" Display="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="INTERNET_ADDRESS" HeaderText="Email" SortExpression="INTERNET_ADDRESS"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="INTERNET_ADDRESS" Display="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="MANAGER" HeaderText="Manager" SortExpression="MANAGER"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="MANAGER"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridButtonColumn CommandName="Select" Text="Add User" UniqueName="column"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridButtonColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </Columns></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <ExpandCollapseColumn Resizable="False" Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </ExpandCollapseColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <RowIndicatorColumn Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </RowIndicatorColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <PagerStyle Mode="NextPrevAndNumeric" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </MasterTableView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <SelectedItemStyle BackColor="#CC3300" Font-Bold="False" Font-Italic="False" Font-Overline="False"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            Font-Strikeout="False" Font-Underline="False" Wrap="True" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:RadGrid><asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:SCD_Connection_String %>"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        ProviderName="<%$ ConnectionStrings:SCD_Connection_String.ProviderName %>" SelectCommand="SELECT SCD_PEOPLE.PERSONAL_ID, SCD_PEOPLE.GIVEN_NAME, SCD_PEOPLE.SURNAME, SCD_PEOPLE.MAIN_FUNCTION, SCD_PEOPLE.LOCATION, SCD_PEOPLE.COST_LOCATION_UNIT, SCD_PEOPLE.DEPARTMENT, SCD_PEOPLE.INTERNET_ADDRESS, SCD_PEOPLE_1.GIVEN_NAME || ' ' || SCD_PEOPLE_1.SURNAME AS MANAGER FROM SCD_PEOPLE, SCD_PEOPLE SCD_PEOPLE_1 WHERE SCD_PEOPLE.MA_IDENT = SCD_PEOPLE_1.PERSONAL_ID (+) AND (SCD_PEOPLE.LEAVING_DATE IS NULL) ORDER BY SCD_PEOPLE.SURNAME"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </asp:SqlDataSource></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    Current Users<br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:RadGrid ID="RadGrid3" runat="server" AllowAutomaticDeletes="True" AllowFilteringByColumn="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        AllowPaging="True" AllowSorting="True" DataSourceID="SqlDataSource3" EnableAJAXLoadingTemplate="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        GridLines="None" OnDeleteCommand="RadGrid3_DeleteCommand" OnItemCommand="RadGrid3_ItemCommand"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        Skin="Web20"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <MasterTableView AutoGenerateColumns="False" CommandItemDisplay="Top" DataSourceID="SqlDataSource3"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <CommandItemTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <asp:LinkButton ID="LinkButton4" runat="server" CommandName="Re bindGrid"><img style="border:0px" alt="" src="RadControls/Grid/Skins/Refresh.gif" /> Refresh</asp:LinkButton></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </CommandItemTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <Columns></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="PERSONAL_ID" HeaderText="PERSONAL_ID" SortExpression="PERSONAL_ID"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="PERSONAL_ID" Display="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="NAME" HeaderText="Name" SortExpression="NAME" UniqueName="NAME"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="SURNAME" HeaderText="Surname" SortExpression="SURNAME"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="SURNAME"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="BUSINESS_TITLE" HeaderText="Job Title" SortExpression="BUSINESS_TITLE"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="BUSINESS_TITLE"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="LOCATION" HeaderText="Location" SortExpression="LOCATION"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="LOCATION" Display="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="COST_UNIT" HeaderText="Cost Unit" SortExpression="COST_UNIT"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="COST_UNIT" Display="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="MANAGER" HeaderText="Manager" SortExpression="MANAGER"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="MANAGER"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridButtonColumn CommandName="Delete" Text="Delete" UniqueName="column" Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridButtonColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridEditCommandColumn Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridEditCommandColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridButtonColumn CommandName="Select" Text="Remove" UniqueName="column"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridButtonColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </Columns></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <ExpandCollapseColumn Resizable="False" Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </ExpandCollapseColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <RowIndicatorColumn Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </RowIndicatorColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <PagerStyle Mode="NextPrevAndNumeric" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <EditFormSettings EditFormType="Template"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </EditFormSettings></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </MasterTableView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:RadGrid><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:SqlDataSource ID="SqlDataSource3" runat="server" ConnectionString="<%$ ConnectionStrings:engagement EngagementDB %>"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        DeleteCommand="DELETE FROM MANAGERS WHERE (PERSONAL_ID = :personal_id)" ProviderName="<%$ ConnectionStrings:engagement EngagementDB.ProviderName %>"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        SelectCommand="SELECT MANAGERS.* FROM MANAGERS"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <DeleteParameters></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <asp:Parameter Name="personal_id" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </DeleteParameters></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </asp:SqlDataSource></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                </rad:PageView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                &nbsp;<rad:PageView ID="PageView3" runat="server" Width="100%" Font-Bold="True" ForeColor="DimGray"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    Upload<br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:FileUpload ID="FileUpload1" runat="server" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Button ID="selectUploadBtn" runat="server" OnClick="selectUploadBtn_Click" Text="Select" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Label ID="Label5" runat="server" Text="Label" Visible="False" ForeColor="Red"></asp:Label><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:RadGrid ID="RadGrid4" runat="server" AllowPaging="True" AllowSorting="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        EnableAJAXLoadingTemplate="True" GridLines="None" Skin="Web20"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <MasterTableView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <ExpandCollapseColumn Resizable="False" Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </ExpandCollapseColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <RowIndicatorColumn Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </RowIndicatorColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <PagerStyle Mode="NextPrevAndNumeric" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </MasterTableView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:RadGrid><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Button ID="uploadGridBtn" runat="server" OnClick="uploadGridBtn_Click" Text="Upload" /><asp:Label</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        ID="Label6" runat="server" Text="Label" Visible="False" ForeColor="Red"></asp:Label><asp:SqlDataSource</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            ID="SqlDataSource4" runat="server"></asp:SqlDataSource></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                </rad:PageView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                <rad:PageView ID="PageView4" runat="server" Width="100%"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:RadGrid ID="RadGrid5" runat="server" AllowFilteringByColumn="True" AllowPaging="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        AllowSorting="True" DataSourceID="SqlDataSource5" GridLines="None" OnNeedDataSource="RadGrid5_NeedDataSource"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        ShowGroupPanel="True" Skin="Web20"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <ExportSettings ExportOnlyData="True" FileName="Engagement Data" IgnorePaging="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            OpenInNewWindow="True"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </ExportSettings></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <ClientSettings AllowDragToGroup="True"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <ClientEvents OnRequestStart="gridRequestStart" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </ClientSettings></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <MasterTableView AutoGenerateColumns="False" DataSourceID="SqlDataSource5"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <CommandItemTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <asp:LinkButton ID="LinkButton4" runat="server" CommandName="Re bindGrid"><img style="border:0px" alt="" src="RadControls/Grid/Skins/Refresh.gif" /> Refresh</asp:LinkButton></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </CommandItemTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <Columns></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="NAME" HeaderText="Name" SortExpression="NAME" UniqueName="NAME"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="QUESTION" HeaderText="Question" SortExpression="QUESTION"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="QUESTION"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="ACTION" HeaderText="Action" SortExpression="ACTION"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="ACTION"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="SUCCESS" HeaderText="Success" SortExpression="SUCCESS"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="SUCCESS"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="COMPLETE" DataType="System.Decimal" HeaderText="% Complete"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="COMPLETE" UniqueName="COMPLETE" AllowFiltering="False" Resizable="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    <HeaderStyle Width="80px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="MANAGER" HeaderText="Manager" SortExpression="MANAGER"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="MANAGER"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="PROGRESS_BY" DataType="System.DateTime" HeaderText="Progress By"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="PROGRESS_BY" UniqueName="PROGRESS_BY" AllowFiltering="False"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    DataFormatString="{0:dd/MM/yyyy}" Resizable="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    <HeaderStyle Width="80px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="REVIEW_BY" DataType="System.DateTime" HeaderText="Review By"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="REVIEW_BY" UniqueName="REVIEW_BY" AllowFiltering="False" DataFormatString="{0:dd/MM/yyyy}"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    Resizable="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    <HeaderStyle Width="80px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="BUSINESS_TITLE" Display="False" HeaderText="BUSINESS_TITLE"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="BUSINESS_TITLE" UniqueName="BUSINESS_TITLE"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="STATUS" Display="False" HeaderText="STATUS" SortExpression="STATUS"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="STATUS"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="LOCATION" Display="False" HeaderText="LOCATION" SortExpression="LOCATION"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="LOCATION"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="COST_UNIT" Display="False" HeaderText="COST_UNIT"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="COST_UNIT" UniqueName="COST_UNIT"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="PERSONAL_ID" Display="False" HeaderText="PERSONAL_ID"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="PERSONAL_ID" UniqueName="PERSONAL_ID"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="PEOPLE_INVOLVED" Display="False" HeaderText="PEOPLE_INVOLVED"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="PEOPLE_INVOLVED" UniqueName="PEOPLE_INVOLVED"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="ITEM_TYPE" Display="False" HeaderText="ITEM_TYPE"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="ITEM_TYPE" UniqueName="ITEM_TYPE"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="OBJECTIVE_IMPACT" Display="False" HeaderText="OBJECTIVE_IMPACT"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="OBJECTIVE_IMPACT" UniqueName="OBJECTIVE_IMPACT"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="FU_DATE1" DataType="System.DateTime" Display="False"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    HeaderText="FU_DATE1" SortExpression="FU_DATE1" UniqueName="FU_DATE1"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="FU_PROGRESS1" Display="False" HeaderText="FU_PROGRESS1"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="FU_PROGRESS1" UniqueName="FU_PROGRESS1"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="FU_COMMENTS1" Display="False" HeaderText="FU_COMMENTS1"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="FU_COMMENTS1" UniqueName="FU_COMMENTS1"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="FU_DUE_DATE1" DataType="System.DateTime" Display="False"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    HeaderText="FU_DUE_DATE1" SortExpression="FU_DUE_DATE1" UniqueName="FU_DUE_DATE1"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="FU_DATE2" DataType="System.DateTime" Display="False"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    HeaderText="FU_DATE2" SortExpression="FU_DATE2" UniqueName="FU_DATE2"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="FU_PROGRESS2" Display="False" HeaderText="FU_PROGRESS2"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="FU_PROGRESS2" UniqueName="FU_PROGRESS2"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="FU_COMMENTS2" Display="False" HeaderText="FU_COMMENTS2"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="FU_COMMENTS2" UniqueName="FU_COMMENTS2"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="FU_DUE_DATE2" DataType="System.DateTime" Display="False"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    HeaderText="FU_DUE_DATE2" SortExpression="FU_DUE_DATE2" UniqueName="FU_DUE_DATE2"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </Columns></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <ExpandCollapseColumn Resizable="False" Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </ExpandCollapseColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <RowIndicatorColumn Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </RowIndicatorColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <FilterItemStyle VerticalAlign="Top" HorizontalAlign="Center" CssClass=".GridFilterRow_Default_Web20" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </MasterTableView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <GroupPanel Visible="True"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </GroupPanel></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <FilterItemStyle BorderStyle="None" VerticalAlign="Top" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:RadGrid><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Export Data" /><br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <asp:SqlDataSource ID="SqlDataSource5" runat="server" ConnectionString="<%$ ConnectionStrings:engagement EngagementDB %>"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        ProviderName="<%$ ConnectionStrings:engagement EngagementDB.ProviderName %>"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        SelectCommand="SELECT RESPONSE.QUESTION, RESPONSE.ACTION, RESPONSE.&quot;COMPLETE&quot;, RESPONSE.STATUS, MANAGERS.NAME || ' ' || MANAGERS.SURNAME AS NAME, MANAGERS.BUSINESS_TITLE, MANAGERS.LOCATION, MANAGERS.COST_UNIT, MANAGERS.MANAGER, RESPONSE.PERSONAL_ID, RESPONSE.SUCCESS, RESPONSE.PEOPLE_INVOLVED, RESPONSE.ON_BEHALF, RESPONSE.ITEM_TYPE, RESPONSE.OBJECTIVE_IMPACT, RESPONSE.PROGRESS_BY, RESPONSE.REVIEW_BY, RESPONSE.FU_DATE1, RESPONSE.FU_PROGRESS1, RESPONSE.FU_COMMENTS1, RESPONSE.FU_DUE_DATE1, RESPONSE.FU_DATE2, RESPONSE.FU_PROGRESS2, RESPONSE.FU_COMMENTS2, RESPONSE.FU_DUE_DATE2 FROM RESPONSE, MANAGERS WHERE RESPONSE.PERSONAL_ID = MANAGERS.PERSONAL_ID"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </asp:SqlDataSource></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                </rad:PageView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                <rad:PageView ID="PageView5" runat="server" Width="100%"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    <rad:RadGrid ID="RadGrid6" runat="server" AllowFilteringByColumn="True" AllowPaging="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        AllowSorting="True" DataSourceID="SqlDataSource6" EnableAJAXLoadingTemplate="True"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        GridLines="None" OnItemCommand="RadGrid6_ItemCommand" Skin="Web20"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        <MasterTableView AutoGenerateColumns="False" CommandItemDisplay="Top" DataKeyNames="PERSONAL_ID"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            DataSourceID="SqlDataSource6"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <CommandItemTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <asp:LinkButton ID="LinkButton4" runat="server" CommandName="Re bindGrid"><img style="border:0px" alt="" src="RadControls/Grid/Skins/Refresh.gif" /> Refresh</asp:LinkButton></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </CommandItemTemplate></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <Columns></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="PERSONAL_ID" Display="False" HeaderText="PERSONAL_ID"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    ReadOnly="True" SortExpression="PERSONAL_ID" UniqueName="PERSONAL_ID"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="NAME" HeaderText="NAME" SortExpression="NAME" UniqueName="NAME"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="SURNAME" HeaderText="SURNAME" SortExpression="SURNAME"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="SURNAME"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="BUSINESS_TITLE" HeaderText="BUSINESS_TITLE" SortExpression="BUSINESS_TITLE"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="BUSINESS_TITLE"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="LOCATION" HeaderText="LOCATION" SortExpression="LOCATION"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="LOCATION"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="COST_UNIT" HeaderText="COST_UNIT" SortExpression="COST_UNIT"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="COST_UNIT"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn DataField="MANAGER" Display="False" HeaderText="MANAGER" SortExpression="MANAGER"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    UniqueName="MANAGER"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn AllowFiltering="False" DataField="SUPERUSER" HeaderText="SUPERUSER"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="SUPERUSER" UniqueName="SUPERUSER"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridButtonColumn CommandName="superuser" Text="Change" UniqueName="column"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridButtonColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridBoundColumn AllowFiltering="False" DataField="REPORTER" HeaderText="REPORTER"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                    SortExpression="REPORTER" UniqueName="REPORTER"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridBoundColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <rad:GridButtonColumn CommandName="reporter" Text="Change" UniqueName="column"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                </rad:GridButtonColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </Columns></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <ExpandCollapseColumn Resizable="False" Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </ExpandCollapseColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <PagerStyle Mode="NextPrevAndNumeric" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            <RowIndicatorColumn Visible="False"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                                <HeaderStyle Width="20px" /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                            </RowIndicatorColumn></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        </MasterTableView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </rad:RadGrid><asp:SqlDataSource ID="SqlDataSource6" runat="server" ConnectionString="<%$ ConnectionStrings:engagement EngagementDB %>"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        ProviderName="<%$ ConnectionStrings:engagement EngagementDB.ProviderName %>"</div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                        SelectCommand="SELECT MANAGERS.PERSONAL_ID, MANAGERS.NAME, MANAGERS.SURNAME, MANAGERS.BUSINESS_TITLE, MANAGERS.LOCATION, MANAGERS.COST_UNIT, MANAGERS.MANAGER, decode(SUPERUSERS.SUPERUSER, 'Yes', 'Yes', 'No') AS SUPERUSER, decode(REPORTERS.REPORTER, 'Yes', 'Yes', 'No') AS REPORTER FROM MANAGERS, SUPERUSERS, REPORTERS WHERE MANAGERS.PERSONAL_ID = SUPERUSERS.PERSONAL_ID (+) AND MANAGERS.PERSONAL_ID = REPORTERS.PERSONAL_ID (+)"></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                    </asp:SqlDataSource></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                </rad:PageView></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                                <br /></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                            </rad:RadMultiPage></div><div id="radePasteHelper" style="position: absolute; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: red; border-right-color: red; border-bottom-color: red; border-left-color: red; top: 0px; overflow-x: hidden; overflow-y: hidden; ">                        </rad:RadAjaxPanel></div>



Thanks,

-Abdul
Bozhidar
Telerik team
 answered on 29 Jul 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?