Click here to Skip to main content
15,894,405 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to create web spider Pin
naveen20_525-Mar-09 6:00
naveen20_525-Mar-09 6:00 
AnswerRe: how to create web spider Pin
Yusuf25-Mar-09 7:32
Yusuf25-Mar-09 7:32 
Questionhow to immediately change value of session variable? Pin
Mehdi Bahrami25-Mar-09 5:55
Mehdi Bahrami25-Mar-09 5:55 
AnswerRe: how to immediately change value of session variable? Pin
Abhijit Jana25-Mar-09 6:18
professionalAbhijit Jana25-Mar-09 6:18 
GeneralRe: how to immediately change value of session variable? Pin
Mehdi Bahrami25-Mar-09 6:26
Mehdi Bahrami25-Mar-09 6:26 
GeneralRe: how to immediately change value of session variable? Pin
Yusuf25-Mar-09 7:31
Yusuf25-Mar-09 7:31 
GeneralRe: how to immediately change value of session variable? Pin
Mehdi Bahrami25-Mar-09 10:18
Mehdi Bahrami25-Mar-09 10:18 
QuestionCustom Coplex Object get from WebService method Pin
aldone25-Mar-09 5:00
aldone25-Mar-09 5:00 
Hi,
I have a serious problem as use web service in .net,

the problem is described in the following link to microsoft http://support.microsoft.com/kb/815131

I have to work with three Web services, each of which I shall return complex objects such


is array containing an array of complex objects

eg

Elem ele = new Elem();

class Elem{

Arrayd[] arr = new Arrayd[x];

...
}

class Arrayd{

dettagliopre[] dett = new dettagliopre[x];

}


class dettagliopre{

string uno;
string due;
string tre;
string quattro;
....
}
...Classes are too long, but if necessary to send the following....


when using web service I get the data the utility of visual studio does not recognize the objects serialized in the proxy class and associates the type of return to type System.Data.DataSet or System.Data.DataSet []

...Furthermore, the data returned from the three web service must be compatible with each other...

I apologize if I was not clear whether or not I have respected the rules of the forum ...



Regards Aldo
QuestionAjax Dropdownlist error Pin
Shaun_L25-Mar-09 4:55
Shaun_L25-Mar-09 4:55 
Questionjoining string in url Pin
keyur satyadev25-Mar-09 4:20
keyur satyadev25-Mar-09 4:20 
AnswerRe: joining string in url Pin
AprNgp25-Mar-09 4:33
AprNgp25-Mar-09 4:33 
AnswerRe: joining string in url Pin
Yusuf25-Mar-09 4:46
Yusuf25-Mar-09 4:46 
GeneralRe: joining string in url Pin
AprNgp26-Mar-09 7:20
AprNgp26-Mar-09 7:20 
QuestionFaliure Sending mail---urgent Pin
Arnab198725-Mar-09 3:59
Arnab198725-Mar-09 3:59 
AnswerRe: Faliure Sending mail---urgent Pin
Yusuf25-Mar-09 4:19
Yusuf25-Mar-09 4:19 
AnswerRe: Faliure Sending mail---urgent Pin
Abhijit Jana25-Mar-09 4:43
professionalAbhijit Jana25-Mar-09 4:43 
GeneralRe: Faliure Sending mail---urgent Pin
Arnab198729-Mar-09 20:54
Arnab198729-Mar-09 20:54 
AnswerRe: Faliure Sending mail---urgent Pin
dpkdiya25-Mar-09 5:24
dpkdiya25-Mar-09 5:24 
GeneralRe: Faliure Sending mail---urgent Pin
Arnab198729-Mar-09 21:06
Arnab198729-Mar-09 21:06 
Questiondisplay image inside aspx page and edit it Pin
samerh25-Mar-09 3:56
samerh25-Mar-09 3:56 
AnswerRe: display image inside aspx page and edit it Pin
Yusuf25-Mar-09 4:29
Yusuf25-Mar-09 4:29 
Questionmaster pages Pin
viit.projectgroup25-Mar-09 3:48
viit.projectgroup25-Mar-09 3:48 
AnswerRe: master pages Pin
Rutvik Dave25-Mar-09 4:18
professionalRutvik Dave25-Mar-09 4:18 
QuestionHow to convert any file to .pdf using Adobe PDF Printer ? Pin
Krushna Sahu25-Mar-09 3:28
Krushna Sahu25-Mar-09 3:28 
AnswerRe: How to convert any file to .pdf using Adobe PDF Printer ? Pin
Yusuf25-Mar-09 4:40
Yusuf25-Mar-09 4:40 

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.