class Profile
{
private int _UserPID;
private string _UserName ;
private datetime _Age;
public int UserPID{get{return _UserPID;}set {_UserPID=value;}}
public string UserName{get{return _UserName;}set{_UserName=value};}
public string Age{get{return _Age;}set{_Age=value;}}
public delegate DEL_UserPID(int UserID,string UserName,dateTime Age);
private DEL_UserPID _DEL_UserPID;
public DEL_UserPID DEL_UserPID{get{return _DEL_UserPID ;}set {_DEL_UserPID =value;}}
}
I am Shiva Brahma , Indian junior Software developer , i Love c# and Microsoft sql server