Click here to Skip to main content
15,888,351 members

Comments by khalid_rf (Top 6 by date)

khalid_rf 2-Feb-21 4:39am View    
thanks bro
khalid_rf 7-Feb-12 7:22am View    
dear all,

i found solution

int ff;
IEnumerable<istudent> q=null;
ff = train.Istudents.Max<istudent>(x=>x.Empnum);
q = train.Istudents.Where(x => x.Empnum == ff);
khalid_rf 6-Feb-12 7:36am View    
ok , how?
khalid_rf 6-Feb-12 7:32am View    
thanks
how can do it?
khalid_rf 6-Feb-12 7:30am View    
int x;
x=inputbox("enter th value",x)

i want messagebox display out messega and requst value

thanks