References : runat=server 구문과 함께 form 태그 내부에 와야 합니다.
aspx의 CS파일 내부에
public override void VerifyRenderingInServerForm(System.Web.UI.Control control)
{
// Confirms that an HtmlForm control is rendered for the specified ASP.NET server control at run time.
}
를 추가하자.
반응형
'Programming > C#' 카테고리의 다른 글
[C#-Linq] List<int>에서 최빈값(mode) 구하기 (0) | 2018.09.20 |
---|---|
[HTML] display:grtid; IE에서 사용하기 (0) | 2018.07.24 |
[C#] JSON 문자열 만들기 (0) | 2018.07.17 |
[LINQ] LINQ 중복 제거 (0) | 2018.07.03 |
[WPF] Grid 칸 합치기 (0) | 2018.06.12 |