DBA

asp.net new Table() {Width = Unit.Percentage(100)}; 본문

[3] Development/ASP.NET

asp.net new Table() {Width = Unit.Percentage(100)};

코볼 2014. 6. 9. 16:38
728x90
반응형
SMALL

asp.net에서 테이블을 .cs에서 생성 할 때, Width를 "%"로 적용 하는 방법

 

 

Table tblSearch = new Table() { Width = Unit.Percentage(100), CellPadding = 0, CellSpacing = 0 };

 

 

728x90
반응형
LIST
Comments