值我有一個asp,淨文本框這樣 <asp:TextBox readonly="true" ID="txtLastService" runat="server"></asp:TextBox>
當我試圖把它的價值得到代碼日期變量LastService背後,我得到這個錯誤 Conversion from string "" to type 'Date' is not valid. Exception
我想在我的PropertyGrid中顯示一個類的多個實例。這個類看起來是這樣的: public class Parameter
{
[Description("the name")]
public string Name { get; set; }
[Description("the value"), ReadOnly(true)]
public str