资讯

问题:当我把asp:BoundField的Visible属性设置为false时,我在CS代码里无法取到这个字段的值。代码如下: 当Visible属性为true时能取到。 请问有什么解决方法能在Visible为false时我CS里也能取到值 ...
So, I'm trying to wrap my head around the idea of BoundFields in .NET 2.0. After researching on the MSDN, it seems to me that I have a little less control over my data with a BoundField (but, in ...
Go to MSDN and search for asp:BoundField.<BR><BR>Anyway, you could add the following attribute to the BoundField tag: DataFormatString="Mailto: {0}"<BR><BR>BUT, something else must be going on to ...