Click here to Skip to main content
15,896,207 members
Home / Discussions / C#
   

C#

 
Questionuse one serialport Rx, RTS and CTS at the same time causing conflict!? Pin
little_cOder20-Feb-09 13:41
little_cOder20-Feb-09 13:41 
QuestionC# Replicating SQL Server Scheduler Pin
MasterEvilAce20-Feb-09 12:32
MasterEvilAce20-Feb-09 12:32 
QuestionHow to remove the seconds from DatetimePicker ???? Pin
Yanshof20-Feb-09 12:00
Yanshof20-Feb-09 12:00 
AnswerRe: How to remove the seconds from DatetimePicker ???? Pin
PIEBALDconsult20-Feb-09 14:03
mvePIEBALDconsult20-Feb-09 14:03 
AnswerRe: How to remove the seconds from DatetimePicker ???? Pin
Riaan Booyzen20-Feb-09 17:50
Riaan Booyzen20-Feb-09 17:50 
GeneralRe: How to remove the seconds from DatetimePicker ???? Pin
Yanshof20-Feb-09 23:23
Yanshof20-Feb-09 23:23 
GeneralRe: How to remove the seconds from DatetimePicker ???? Pin
arnepop23-Mar-10 4:20
arnepop23-Mar-10 4:20 
QuestionAccessing db fields through Mule Web Service from ASP.NET 3.5 in C# Pin
Cindy White20-Feb-09 6:18
Cindy White20-Feb-09 6:18 
I am trying to access a web service in Mule from a C# project in VS 2005. I have access to the web service and the methods within it, but am unable to access the fields within the response. The response from the web service is an array of objects, but I cannot seem to break into the objects.
I have added a Web Reference to the data service. An example of how I am using the reference follows:

dataService serv = new dataService();
dataService.MyData myData = serv.getMyData();
ArrayList responseData = new ArrayList();
int count = myData.firstData.Length;
string dataName;

for(int i = 0; i < count; i++)
{
   responseData.Add(myData.firstData[i]);
   dataName = responseData[i].Name;		// This is not accessible
   MessageBox.Show(dataName);
}


Although Name is one of the fields in firstData, it is not accessible from firstData or from responseData. Java is accessing the fields through dto in Eclipse, but I do not appear to have access to those from my C# project.

Does anyone know of a way to access the Eclipse dtos from my VS project, or, barring that, is there another way to access the fields within the response object through my project?
AnswerRe: Accessing db fields through Mule Web Service from ASP.NET 3.5 in C# Pin
vaghelabhavesh20-Feb-09 6:22
vaghelabhavesh20-Feb-09 6:22 
GeneralRe: Accessing db fields through Mule Web Service from ASP.NET 3.5 in C# Pin
Cindy White20-Feb-09 6:27
Cindy White20-Feb-09 6:27 
QuestionCan we use the Queue Class for structs? Pin
Bruce Coward20-Feb-09 5:22
Bruce Coward20-Feb-09 5:22 
AnswerRe: Can we use the Queue Class for structs? [modified] Pin
harold aptroot20-Feb-09 6:49
harold aptroot20-Feb-09 6:49 
AnswerRe: Can we use the Queue Class for structs? Pin
Guffa20-Feb-09 9:58
Guffa20-Feb-09 9:58 
GeneralRe: Can we use the Queue Class for structs? Pin
Bruce Coward21-Feb-09 20:55
Bruce Coward21-Feb-09 20:55 
AnswerRe: Can we use the Queue Class for structs? Pin
Guffa25-Feb-09 23:41
Guffa25-Feb-09 23:41 
AnswerRe: Can we use the Queue Class for structs? Pin
PIEBALDconsult20-Feb-09 14:06
mvePIEBALDconsult20-Feb-09 14:06 
AnswerRe: Can we use the Queue Class for structs? Pin
Luc Pattyn20-Feb-09 14:23
sitebuilderLuc Pattyn20-Feb-09 14:23 
QuestionHow can i embed database in my setup file Pin
praveenvkumarv20-Feb-09 4:39
praveenvkumarv20-Feb-09 4:39 
AnswerRe: How can i embed database in my setup file Pin
led mike20-Feb-09 4:55
led mike20-Feb-09 4:55 
GeneralRe: How can i embed database in my setup file Pin
praveenvkumarv20-Feb-09 5:32
praveenvkumarv20-Feb-09 5:32 
GeneralRe: How can i embed database in my setup file Pin
led mike20-Feb-09 5:50
led mike20-Feb-09 5:50 
GeneralRe: How can i embed database in my setup file Pin
praveenvkumarv20-Feb-09 17:58
praveenvkumarv20-Feb-09 17:58 
QuestionCan i print a doc or pdf file ? Pin
abbd20-Feb-09 4:35
abbd20-Feb-09 4:35 
GeneralRe: Can i print a doc or pdf file ? Pin
Kristian Sixhøj20-Feb-09 7:54
Kristian Sixhøj20-Feb-09 7:54 
AnswerRe: Can i print a doc or pdf file ? Pin
dan!sh 20-Feb-09 8:27
professional dan!sh 20-Feb-09 8:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.