★★★请问怎么样获取图片的高和宽,下面的方法为什么不对
System.Web.UI.WebControls.Image imageobject=new System.Web.UI.WebControls.Image();
imageobject.ID="imag"+i+j;
imageobject.ImageUrl="upfiles/"+str[pp++];
Llr.Text=imageobject.Width.Value;
为什么Llr.Text显示的结果是0;怎样才能显示正确的结果?
在线等待。。。。