Click here to Skip to main content
Page 1 of 3
Page Size: 10 · 25 · 50


Author filtered by: Balimusi [x]
Answer 13 May 2013   license: CPOL
You don't even need a function. Since you are passing comma separated values, you will need to make a dynamic query. For instance, declare a SQL variable, then set that variable to your select statement. After that execute that variable.DECLARE @SQL VARCHAR(1000)SET @SQL = 'SELECT...
C#
Forum Message 12 May 2013  
It's emailed to you (haidryhatim@gmail.com). Let me know if you don't receive it.
Answer 12 May 2013   license: CPOL
Input (File) is an HTML control, so you will need to run it as a server control and then validate it on the code-behind. If you don't want to set it a server control, you can validate it using JavaScript/jQuery in the client-side. For instance, var fileUpload = $("*[id$='fileUpload...
Forum Message 12 May 2013  
Can it be a firewall within your network that causes the issue with a zip file download? I haven't heard anyone else is having this problem. Btw, the source code was uploaded by the CodeProject editor
Article 9 May 2013   license: CPOL
In this article, we will take an existing SOAP-based service and convert it over to a more RESTful design.
Forum Message 9 May 2013  
If that's the case, the problem maybe between the keyboard and the chair, :-D. Anyhow, just try it again, you will get it to work eventually.
Forum Message 9 May 2013  
Try to update the Service Reference and see if it's working. Otherwise, delete it and re-add it again. And then instantiate it from the HomeController class - ServiceReference1.ProductS
Article 8 May 2013   license: CPOL
WCF 4.5 Services Development using Entity Framework and MVC 4 front-end
Answer 7 May 2013   license: CPOL
Here it is the solution. I even tested for you. using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ReadFromFile{ class Program { static void Main(string[] args) { //...
C#
Answer 7 May 2013   license: CPOL
Use XmlReader class. This class provides the fastest and least memory-consuming means to read and parse XML data by providing forward-only, non-caching access to an XML data stream. If random access is required when accessing XML, use the XmlDocument class.

Page 1 of 3
1 2 3


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid