Click here to Skip to main content
15,896,726 members

Comments by AlexDpars (Top 31 by date)

AlexDpars 30-Dec-13 9:28am View    
http://stackoverflow.com/questions/11372579/problems-with-accents-on-page
This might be helpful
AlexDpars 27-Dec-13 10:25am View    
This one is pretty simple but require you to use VS 2005... I don't think you can do this with VS 2008 and newer versions... http://www.codeproject.com/Articles/863/Your-first-C-Web-Service
AlexDpars 27-Dec-13 10:19am View    
Why do you need this? b.CustNo>a.CustNo... Also why do you need to do a left outer join why not an inner join? Is the field on the on clause indexed? is it the primary key? How long does it takes just to call the function itself? Could we see the function?
AlexDpars 27-Dec-13 10:09am View    
What is your .Net Framework version? What is your EF version also ( it will be write when you add the EDMX file to your project )
AlexDpars 27-Dec-13 9:59am View    
Google is your friend... How to make a webservice .net (try it ;))