Good day,
I want to search something from my database.
my queries are working
DataRow dr = PatientInformationBL.GetPatientSearch(new PatientInformation { firstName = txtFname.Text });
actually the GetPatientSearch is a method that is connected to my DAL. the codes returns no error but it displays in datarow.the result should be put in the gridview..
can someone help me regarding this..
thanks