2013/03/29

HttpException (0x80004005): Cannot have multiple items selected in a DropDownList

HttpException (0x80004005): Cannot have multiple items selected in a DropDownList
Exception message: DropDownList에서 여러 항목을 선택할 수 없습니다.

 

DropDownList 의 Item에  중복 항목이 있고,
SelectedValue 등에 의해서 중복값이 선택되는 경우.

<asp:ListItem>same</asp:ListItem>
<asp:ListItem>same</asp:ListItem>

DropDownList.SelectedValue = "same";

또는,

ListItem  개체를 하나 생성후에,
2개 이상의 DropDownList 컨트롤에 Item 개체로 추가하는 경우 처음 호출한 DropDownList  의 SelectedValue 후 다른 DropDownList 컨트롤에서 다시 SelectedValue  하는 경우에 원본 ListItem 개체 참조 때문.

DropDownList.Items.Add(new ListItem("text", "value")); 와 같이 하거나
원본 ListItem 을 각 컨트롤용으로 개별 생성.

 

 

 


2013/03/01

Windows Error Reporting / ID: 1001

오류 버킷 , 유형 0
이벤트 이름: WindowsUpdateFailure2
응답: 사용할 수 없음
Cab ID: 0

문제 서명:
P1: 7.8.9200.16465
P2: 800b0001
P3: D67661EB-2423-451D-BF5D-13199E37DF28
P4: Scan
P5: 101
P6: Managed
P7: 0
P8:
P9: P10:

첨부 파일:

이 파일은 다음에서 사용할 수 있습니다.
C:\ProgramData\Microsoft\Windows\WER\ReportQueue\
NonCritical_7.8.9200.16465_56fd5219fe774aaa42e5bb99c04ddc2de677170_0f4f645c

분석 기호:
해결 방법 재확인: 0
보고서 ID: 675575c6-8181-11e2-93f5-0015171202e1
보고서 상태: 4
해시된 패킷:

 

Env : Windows Server 2012

=> Windows Server 2012 기반의, Windows Server Update Server 로
WUServer / WUStatusServer 변경

 


가장 많이 본 글