以下の違いを無視:
日時:
2024/03/12 10:38:13 (7ヵ月前)
更新者:
hizuya@…
ログメッセージ:
  • ErrorMessageFormatString で使用する一部の値のみをバインドした場合に正しいエラーメッセージが生成されない問題を修正。
ファイル:
1個の更新

凡例:

未変更
追加
削除
  • framework/trunk/WebApplication/WebApplication.csproj

    r1635 r1641  
    7373    <Content Include="UI\WebControls\FormViewPage.aspx" /> 
    7474    <Content Include="UI\WebControls\RadioButtonFieldPage.aspx" /> 
     75    <Content Include="UI\WebControls\RangeValidatorPage.aspx" /> 
    7576    <Content Include="UI\WebControls\TemplateFieldPage.aspx" /> 
    7677    <Content Include="UI\WebControls\ObjectDataSourceGridViewPage.aspx" /> 
     
    355356    <Compile Include="UI\WebControls\RadioButtonFieldPage.aspx.designer.cs"> 
    356357      <DependentUpon>RadioButtonFieldPage.aspx</DependentUpon> 
     358    </Compile> 
     359    <Compile Include="UI\WebControls\RangeValidatorPage.aspx.cs"> 
     360      <DependentUpon>RangeValidatorPage.aspx</DependentUpon> 
     361      <SubType>ASPXCodeBehind</SubType> 
     362    </Compile> 
     363    <Compile Include="UI\WebControls\RangeValidatorPage.aspx.designer.cs"> 
     364      <DependentUpon>RangeValidatorPage.aspx</DependentUpon> 
    357365    </Compile> 
    358366    <Compile Include="UI\WebControls\TemplateFieldPage.aspx.cs"> 
詳しい使い方は TracChangeset を参照してください。