WEB TIP/C# ,ASP.NET
컨트롤 접근
제프
2012. 6. 4. 17:48
// 이미지 컨트롤 접근 예제 Image img = (Image)this.FindControl("컨트롤_ID") img.ImageUrl = "경로";