" {company.entryDate} In Date(" + string.Format("yyyy,mm,dd", txtStart.Text) + ") To Date(" + string.Format("yyyy,mm,dd", txtEnd.Text) + ")";
this is ASP.NET C# coding for generating report between two dates.
this is giving me this error : "The ) is missing"
pls help..