Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.40K
~137 People Reached
Favorite Forums
Member Avatar for Hannahlv

Hello all, I have overloading method problem with my miniproject. The code is below : [CODE] patients.UpdatePatientsDetail(patientsidTextBox.Text, patientsnameLabel1.Text); [/CODE] Error is : no overload for UpdatePatientsDetail takes '2' arguments Code for this method is : [CODE] public void UpdatePatientsDetail(string strPatientsID, string strPatientsName, string strPatientsAddress, string strPatientsTelephonenumber, string strPatientsDateofBirth, string strPatientsNric, …

Member Avatar for ramiljoaquin
0
135