History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-40014
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Normal Normal
Assignee: Sergey Coox
Reporter: Michael
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Good code is red (AssociatedControlID in GridView templates)

Created: 04 May 07 22:16   Updated: 23 May 07 18:54
Component/s: None
Fix Version/s: 3.0, 2.5.3
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
This issue duplicates:
RSRP-40001 Control referenced by RequiredFieldVa... Critical Closed
 

Build: 426


 Description  « Hide
<asp:GridView ID="RolesView" CssClass="itemList" AutoGenerateColumns="false" runat="server">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:CheckBox ID="RoleSelectedCheckBox" runat="server" />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Role">
<ItemTemplate>
<asp:Label ID="RoleNameLabel" Text='<%# Eval("Name") %>' AssociatedControlID="RoleSelectedCheckBox" runat="server" />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Description">
<ItemTemplate>
<asp:Label ID="RoleDescription" Text='<%# Eval("Description") %>' AssociatedControlID="RoleSelectedCheckBox" runat="server" />
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>

AssociatedControlID="RoleSelectedCheckBox" is highlighted red even though it is perfectly valid.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.