Click here to Skip to main content
15,915,509 members

Comments by medo67866 (Top 9 by date)

medo67866 4-May-16 17:23pm View    
please before reply read and check

don't write spam solution
medo67866 4-May-16 16:28pm View    
the problem in this line

int BranchID=Convert.ToInt32(CBBranchName.SelectedValue);
medo67866 1-May-16 18:14pm View    
how to solve this problem?
medo67866 1-May-16 17:50pm View    
select Company return Compan yID and Company Name How to take result from the stored procedure and send it through service to list view object
medo67866 1-May-16 16:40pm View    
Select company is a stored procedure. I do Function import from Entity Data model after that calling this stored procedure through object created from the Entity Data model (KimyatEntities db = new KimyatEntities();)