sorted by:
best match first |
newest listings first
Featured Listings
- Advantages of ArrayList? and how it is stroing the values in memory
Hi all,
Iam having confuse with arraylist that what are the advantages of an arraylist over the array? and how arraylist store the values in mem
From: C# - ASP.NET - 8/17/2009
- VB Array
I seem to hit a wall on this. I am trying to look through an array to make sure a user is in it. The following is my code: Dim SystemUsers(0 To 3) As
From: Visual Basic .NET - ASP.NET - 4/15/2009
- byte array and average value
i'm working on something to get the average color from an image and the code i have puts all the rgb values into a byte array, so the values are being
From: Visual Basic .NET - ASP.NET - 1/28/2009
- How to do 2 sorts in the same arraylist.
Hi every body I created a class to sort an arraylist that i used to bind a GridView. In this case i have no problems, in this case i sort my arraylist
From: Visual Basic .NET - ASP.NET - 2/3/2009
- InterOp array object from .NET to VB
Hi
I created a class named person and interface IPerson and tried to call this class in VB6 form. the class structure is given below
Class person
{
From: Visual Basic .NET - ASP.NET - 3/29/2009
- Convert string to byte array.
Hi, I have to build an application send text through network. My problem is text format must be unicode. But some sample I found is only convert string to ASCII format.
From: C# - ASP.NET - 12/10/2008
- Manipulating the strings stored in an array before outputting in a repeater
Hi. I have an array that stores all the files in a particular source directory that is specified and then uses a repeater to output each value into a
From: C# - ASP.NET - 1/22/2009
- Working with arrays
Hi, I got an array like this: string [] strarray = new string [] {"Word1 Word2", " Word3 Word4 ", " Word5 Word6 ", " Word7 Word8 "}; I want to remove
From: C# - ASP.NET - 1/23/2009
- Casting Filestream to Soap Array of objects
I have a small question. how would i go about casting a Filestream to a Soap array of objects in C# under the Compact framework. The code im trying to
From: C# - ASP.NET - 12/1/2008
- How to insert different datatypes in generic arraylist
I am learning generics. I tried to include some elements this way.
List<int> list = new List<int>();
for (int i=0; i<10; i++)
{
list
From: C# - ASP.NET - 4/18/2009
- how to return an array of multiple type inside ?
Hi, I m quite new in C# and I didn't find any explicit answer. I have defined a class where I would like, in a function, to return an array with multi
From: C# - ASP.NET - 4/15/2009
- performance, lists, arrays, C# and VB
I'm trying to ask a "which is best?" question. However, I'm sure that the answer depends upon the context. If you can bear with me, I'd just like to h
From: Other - ASP.NET - 1/9/2008
- Word Document to Array.
Hi,
I would like to open a document and put all the text to an array. The text has these
1. 01010101010101010101 ||2. 23232323232323232322 ||3.
From: C# - ASP.NET - 11/18/2008
- Covert byteArray into hexa String
Hello all, i'm using the code below to convert an image into bytes array then converting the bytes array to a hex string and save it in a text file. t
From: C# - ASP.NET - 4/19/2009
- write web service for a client who doesn't support soap protocol
I want to write a web service for a client who do not support soap protocol. This can be possible by using http-post or http-get. But from msdn I got
From: XML Web Services - ASP.NET - 1/26/2009
- ASP.NET Webservice not consumable by Flash
I coded a webservice whose return type is DataSet. When I added this webservice in Flash 8's autheoring environment it completely resolved it's WSDL s
From: XML Web Services - ASP.NET - 1/31/2009
- Sending multiple records to a web service
Hi, I wonder if anyone can help.
How do I loop through the contents of a SOAP 1.2 request sent to a Web Service ?
Some background : I need a method
From: XML Web Services - ASP.NET - 4/28/2009
- upload more than 10.000 Documents (this is once task)
Hello everybody, i am working on a Document Management System with Asp.Net 2.0 , C# and Oracle and i like to do the same wich is described in this art
From: Oracle - ASP.NET - 9/17/2008
- Get Initials from a String in VB.NET
So I've been in way over my head lately, converting a massive spaghetti-code Classic ASP application to .NET 2.0. Recently my client supplied with one
From: Robert McLaws: FunWithCoding.NET - ASP.NET - 10/16/2006
- Data truncated when inserted into Text field in DB
Not sure if this is the right section - but I think it's a SQL issue that I've described in VB code as below...
I have a multi-line text box in my A
From: SQL Server,SQL Server Access and SQL Data Source Control - ASP.NET - 4/30/2009
- How to show MemoryStream containing XML data in a new browser window?
Hi all, I'm getting dynamically generated XML in a MemoryStream which I have to present in a new browser window. The following code shows the content
From: XML and XML Data Source Control - ASP.NET - 1/13/2009
- Web Service Reference changes method signature (2)
Hi all,
I'm creating a webmethod like this:
[WebMethod()] public void AddUsersToRoles(string[] UserNames, string[] RoleNames) { //Some logic }
From: XML Web Services - ASP.NET - 1/9/2009
- Consume php from .NET WS error with types
I have an .NET client consuming PHP SOAP service. I am getting an exception when I attempt to access the WS from the company simplicity. Could you ple
From: XML Web Services - ASP.NET - 11/14/2008
- XML exception error when consuming PHP data
I am using a proxy class generated in visual studio 2003 to access a WS in a PHP server. All the functions work well, except any function that returns
From: XML Web Services - ASP.NET - 12/2/2008
- how to save web service return value to mssql database
Hi
I have web service that returns own made class that is array. and I would like to save that class to my mssql database so i could track when the
From: XML Web Services - ASP.NET - 11/26/2008