Click here to Skip to main content
15,888,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to create dropdownlist with many database in asp.net Pin
ZurdoDev27-Jan-12 10:10
professionalZurdoDev27-Jan-12 10:10 
QuestionStop automatic Movement of Raddock Pin
yasirabbas01326-Jan-12 2:55
yasirabbas01326-Jan-12 2:55 
AnswerRe: Stop automatic Movement of Raddock Pin
R. Giskard Reventlov26-Jan-12 12:11
R. Giskard Reventlov26-Jan-12 12:11 
QuestionCalculating gridview colum values Pin
Harshini8125-Jan-12 17:38
Harshini8125-Jan-12 17:38 
AnswerRe: Calculating gridview colum values Pin
thatraja26-Jan-12 2:09
professionalthatraja26-Jan-12 2:09 
AnswerRe: Calculating gridview colum values Pin
jkirkerx28-Jan-12 8:25
professionaljkirkerx28-Jan-12 8:25 
QuestionWeb Services Questions in ASP.NET Pin
CrazyPepperoni25-Jan-12 17:21
CrazyPepperoni25-Jan-12 17:21 
AnswerRe: Web Services Questions in ASP.NET Pin
jkirkerx26-Jan-12 11:58
professionaljkirkerx26-Jan-12 11:58 
CrazyPepperoni wrote:
1. The Web Service item (.asmx that you can add to your project in Visual Studio), does that only generate an XML service (generate XML output)? What about JSON?


The default format is XML I believe, you can change one of the tags to script, to output JSON.


CrazyPepperoni wrote:
2. When I add a web reference to my project, and I get prompted to specify a URL, what kind of service does that have to be? For example, when I enter http://search.twitter.com/search.json?q=twitter - it doesn't work (nothing gets fetched).


You must be referring to the namespace in the webservice tag. You put in your the url to your website root.

If your really trying to access that web service, you may have to go around a second time with credentials to get any data back, or it may be password protected.


CrazyPepperoni wrote:
3. After you create an .asmx service, how is this consumed through a non-.NET technology like PHP or JavaScript?


It makes no difference in my opinion. Any technology can access a web service.


CrazyPepperoni wrote:
4. If I were to create a web service in another technology (PHP/ColdFusion), what would be the requirements so that I could easily add a web reference to a .NET project to be ready for consumption?


It makes no difference, you just have to get the url and file name correct, and make the correct call to it.

As long as you know the format of the input and output, and have credentials to use it if required, it really doesn't matter what the technology is. The technology is only specific to the web servers capabilities, that is hosting the web service file.

The purpose of a web service is to provide a non-homogenous environment for 1 computer to access data from another computer.
Questionsource code formatter Pin
softramesh25-Jan-12 7:00
softramesh25-Jan-12 7:00 
AnswerRe: source code formatter Pin
thatraja26-Jan-12 2:13
professionalthatraja26-Jan-12 2:13 
QuestionAttempted to read or write protected memory Pin
abbd25-Jan-12 4:50
abbd25-Jan-12 4:50 
AnswerRe: Attempted to read or write protected memory Pin
R. Giskard Reventlov25-Jan-12 5:08
R. Giskard Reventlov25-Jan-12 5:08 
GeneralRe: Attempted to read or write protected memory Pin
abbd25-Jan-12 5:26
abbd25-Jan-12 5:26 
AnswerRe: Attempted to read or write protected memory Pin
Ankit Maini31-Jan-12 1:05
Ankit Maini31-Jan-12 1:05 
QuestionOption Strict On disallows late binding Pin
Seema Bawa24-Jan-12 6:49
Seema Bawa24-Jan-12 6:49 
AnswerRe: Option Strict On disallows late binding Pin
jesarg25-Jan-12 6:19
jesarg25-Jan-12 6:19 
AnswerRe: Option Strict On disallows late binding Pin
jkirkerx25-Jan-12 13:00
professionaljkirkerx25-Jan-12 13:00 
Question'Sys' is Undefined Error Pin
vishnukamath23-Jan-12 22:53
vishnukamath23-Jan-12 22:53 
AnswerRe: 'Sys' is Undefined Error Pin
Bryian Tan24-Jan-12 16:57
professionalBryian Tan24-Jan-12 16:57 
AnswerRe: 'Sys' is Undefined Error Pin
jkirkerx25-Jan-12 12:54
professionaljkirkerx25-Jan-12 12:54 
QuestionIE issue with canceling the onBeforeUnload function Pin
ccrook23-Jan-12 7:36
ccrook23-Jan-12 7:36 
QuestionIssue with AppleMAC-Safari Pin
vanikanc23-Jan-12 7:03
vanikanc23-Jan-12 7:03 
AnswerRe: Issue with AppleMAC-Safari Pin
jkirkerx23-Jan-12 12:24
professionaljkirkerx23-Jan-12 12:24 
QuestionModify webpage controls in a contentplaceholder from a class.vb file Pin
Member 840806423-Jan-12 5:01
Member 840806423-Jan-12 5:01 
AnswerRe: Modify webpage controls in a contentplaceholder from a class.vb file Pin
manognya kota23-Jan-12 6:49
manognya kota23-Jan-12 6:49 

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.