Click here to Skip to main content
15,895,011 members

Comments by Dharmendra-18 (Top 69 by date)

Dharmendra-18 3-Dec-13 6:58am View    
why?
Dharmendra-18 3-Dec-13 6:54am View    
you can use like this

var query=from r1 in db.tb1
from r2 in db.tb2
from r3 in db.tb3
from r4 in db.tb4
where r1.Id==r2.Id && r2.Id==r3.Id && r3.Id==r4.Id && r4.Id==r1.Id
select new { r1.col,.. , r2.col,.. , r3.col,... ,r4.col,...}
Dharmendra-18 25-Nov-13 7:08am View    
this is not work its create hanging problem..
any other..
Dharmendra-18 23-Nov-13 11:32am View    
it gives error on the line testEntities.SaveChanges();// on Empseconds

Unable to update the EntitySet 'EMpSecond' because it has a DefiningQuery and no <insertfunction> element exists in the <modificationfunctionmapping> element to support the current operation.
Dharmendra-18 17-Oct-13 4:52am View    
use radio button property auto post back and clear other on it..