Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/288.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# radiobuttonlist的奇怪视图_C#_Asp.net_.net_Css - Fatal编程技术网

C# radiobuttonlist的奇怪视图

C# radiobuttonlist的奇怪视图,c#,asp.net,.net,css,C#,Asp.net,.net,Css,既然如此,有人能解释一下吗?我怎样才能把它变小呢? 没有css类 <asp:RadioButtonList ID="radioBtnList" runat="server" DataTextField="Name" DataValueField="id" Width="100%"> 我想这太简单了,但是。。。这让我很紧张。这有点混乱,因为你说没有CSS,然后在标签中指定了一个CSS类。 您可能应该首先为CSS类RadioWithPropertrRap添加一个宽度。 我

既然如此,有人能解释一下吗?我怎样才能把它变小呢? 没有css类

   <asp:RadioButtonList ID="radioBtnList" runat="server" DataTextField="Name" DataValueField="id" Width="100%">



我想这太简单了,但是。。。这让我很紧张。

这有点混乱,因为你说没有CSS,然后在标签中指定了一个CSS类。
您可能应该首先为CSS类RadioWithPropertrRap添加一个宽度。

我建议在Firefox中使用FireBug进行检查,因为这似乎是我发现的调查CSS问题的最佳方法。

您的父容器非常宽,您将宽度设置为100%OOO抱歉,我在从代码中删除此类之前粘贴了代码。谢谢你的建议!