111,126
社区成员
发帖
与我相关
我的任务
分享
protected void grd_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
DataRowView data = (DataRowView)e.Row.DataItem;
Label lblInquiryDate = (Label)e.Row.FindControl("lblInquiryDate");
...
...
Label lblOrderDate = (Label)grd.Rows[0].FindControl("lblOrderDate");