Click here to Skip to main content
15,891,316 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: loading dll in javascript. Pin
V.11-Sep-06 20:37
professionalV.11-Sep-06 20:37 
Questionupload POST request with javascript or ajax Pin
DagsmanIsTheMan11-Sep-06 1:44
DagsmanIsTheMan11-Sep-06 1:44 
AnswerRe: upload POST request with javascript or ajax Pin
CWIZO13-Sep-06 3:54
CWIZO13-Sep-06 3:54 
GeneralRe: upload POST request with javascript or ajax Pin
DagsmanIsTheMan13-Sep-06 4:43
DagsmanIsTheMan13-Sep-06 4:43 
QuestionxmlHttp + web services + help needed Pin
Naveed Kamboh11-Sep-06 1:30
Naveed Kamboh11-Sep-06 1:30 
AnswerRe: xmlHttp + web services + help needed Pin
Tushar Kothari11-Sep-06 1:36
Tushar Kothari11-Sep-06 1:36 
GeneralRe: xmlHttp + web services + help needed Pin
Naveed Kamboh11-Sep-06 2:00
Naveed Kamboh11-Sep-06 2:00 
GeneralRe: xmlHttp + web services + help needed Pin
Tushar Kothari11-Sep-06 3:45
Tushar Kothari11-Sep-06 3:45 
Hi

You can return XML node from the Web Method and then on other end you have to store that XML node and after parsing you will get the values.

Following is the sample code for that

<web method="">
public function A() as XMLNode
dim XND as new XMLNode
.....your code....
.....Store the output in the XML Node
return XND




On ASPX page
dim XNDC as XMLNode
XNDc = <webservice object="">.A()
Then you can parse the xml node
for you outout

Regards

Tushar kothari

QuestionAsynchronous webservice call Pin
Tushar Kothari11-Sep-06 0:50
Tushar Kothari11-Sep-06 0:50 
Questionmake edit box uneditable Pin
tibiz10-Sep-06 19:47
tibiz10-Sep-06 19:47 
AnswerRe: make edit box uneditable Pin
Steve Echols10-Sep-06 20:01
Steve Echols10-Sep-06 20:01 
QuestionWebsite templates Pin
jesarg10-Sep-06 15:01
jesarg10-Sep-06 15:01 
AnswerRe: Website templates Pin
CWIZO11-Sep-06 0:18
CWIZO11-Sep-06 0:18 
QuestionAdvertising on my website Pin
tmoney10110-Sep-06 1:34
tmoney10110-Sep-06 1:34 
AnswerRe: Advertising on my website Pin
James Gupta10-Sep-06 13:22
professionalJames Gupta10-Sep-06 13:22 
AnswerRe: Advertising on my website Pin
Steve Echols10-Sep-06 20:06
Steve Echols10-Sep-06 20:06 
QuestionPlease help, a problem in creating ASP.NET Web Service Pin
Tamatem8-Sep-06 10:46
Tamatem8-Sep-06 10:46 
AnswerRe: Please help, a problem in creating ASP.NET Web Service Pin
Guffa10-Sep-06 21:02
Guffa10-Sep-06 21:02 
QuestionHow to convert any pritable file to TIFF/JPEG/PDF and Text formats? Pin
rajeshrevelli8-Sep-06 8:46
rajeshrevelli8-Sep-06 8:46 
AnswerRe: How to convert any pritable file to TIFF/JPEG/PDF and Text formats? Pin
Walter_H19-Sep-06 4:36
Walter_H19-Sep-06 4:36 
Questionis there any way i can update only some fields in the database excluding primary key ? please help Pin
bobolov8-Sep-06 8:34
bobolov8-Sep-06 8:34 
AnswerRe: is there any way i can update only some fields in the database excluding primary key ? please help Pin
Tushar Kothari11-Sep-06 0:45
Tushar Kothari11-Sep-06 0:45 
Questionhow to create a datatable from interop.excel.worksheet? Pin
qahwah8-Sep-06 7:56
qahwah8-Sep-06 7:56 
QuestionFlat Files or Database Pin
Rod Cutler8-Sep-06 6:17
Rod Cutler8-Sep-06 6:17 
AnswerRe: Flat Files or Database Pin
Guffa8-Sep-06 6:59
Guffa8-Sep-06 6:59 

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.