asp.netアプリケーションをウィンドウ形式に変換する必要があります。しかし、ここにRequest.PhysicalApplicationPathと同等の問題があります
string repFilePath = Request.PhysicalApplicationPath + @"\CrystalReports\SampleFile\" + strRepTemp;
およびFindControl
CheckBox chk = (CheckBox)dataItem.FindControl("chkItem");
ウィンドウフォーム上。
何か案が?
ウィンドウフォームのdatagridviewを使用してこれを変換するにはどうすればよいですか?
aspx.csコード
foreach (GridDataItem dataItem in RadGrid1.MasterTableView.Items)
{
string strDrawingID = dataItem.OwnerTableView.DataKeyValues[x]["DrawingID"].ToString();
CheckBox chk = (CheckBox)dataItem.FindControl("chkItem");