Click here to Skip to main content
15,914,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRepeater and Label Pin
shapper28-Sep-06 4:01
shapper28-Sep-06 4:01 
AnswerRe: Repeater and Label Pin
Not Active28-Sep-06 4:09
mentorNot Active28-Sep-06 4:09 
AnswerRe: Repeater and Label Pin
Meax28-Sep-06 7:32
Meax28-Sep-06 7:32 
QuestionHow to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Yuwraj28-Sep-06 2:17
Yuwraj28-Sep-06 2:17 
AnswerRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Jim Conigliaro28-Sep-06 2:41
Jim Conigliaro28-Sep-06 2:41 
GeneralRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Yuwraj28-Sep-06 2:57
Yuwraj28-Sep-06 2:57 
GeneralRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Yuwraj28-Sep-06 4:30
Yuwraj28-Sep-06 4:30 
GeneralRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Jim Conigliaro28-Sep-06 4:40
Jim Conigliaro28-Sep-06 4:40 
Once a web service is deployed, it is always listening, but that is handled by IIS. Web services function very much like web pages. When you type a URL into your browser, a request is made the server for the specififed web page and the web page response with some content. A web service works very much the same way; when IIS receives a request from the client, it passes it on to your web service which then response with the appropriate SOAP response. By default, web services run over port 80, but you can configure IIS to use any port you wish without changing any code.


GeneralRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Yuwraj28-Sep-06 19:51
Yuwraj28-Sep-06 19:51 
GeneralRe: How to build RPC BASED WEB SERVICE IN ASP.NET 2.0 Pin
Jim Conigliaro29-Sep-06 2:12
Jim Conigliaro29-Sep-06 2:12 
QuestionChange value on Page1 from Page2 Pin
Nitin198128-Sep-06 1:29
Nitin198128-Sep-06 1:29 
AnswerRe: Change value on Page1 from Page2 Pin
ToddHileHoffer28-Sep-06 2:25
ToddHileHoffer28-Sep-06 2:25 
GeneralRe: Change value on Page1 from Page2 Pin
Nitin198128-Sep-06 2:59
Nitin198128-Sep-06 2:59 
AnswerRe: Change value on Page1 from Page2 Pin
Not Active28-Sep-06 2:29
mentorNot Active28-Sep-06 2:29 
GeneralRe: Change value on Page1 from Page2 Pin
Nitin198128-Sep-06 3:01
Nitin198128-Sep-06 3:01 
GeneralRe: Change value on Page1 from Page2 Pin
Not Active28-Sep-06 3:10
mentorNot Active28-Sep-06 3:10 
AnswerRe: Change value on Page1 from Page2 Pin
Guffa28-Sep-06 3:02
Guffa28-Sep-06 3:02 
QuestionIs there Any library in ASP.net 2.0 for email Pin
sabby200628-Sep-06 0:45
sabby200628-Sep-06 0:45 
AnswerRe: Is there Any library in ASP.net 2.0 for email Pin
Kevin McFarlane28-Sep-06 0:58
Kevin McFarlane28-Sep-06 0:58 
QuestionRequired Help ... Its Urgent Pin
Dotnetjunkie1528-Sep-06 0:40
Dotnetjunkie1528-Sep-06 0:40 
AnswerRe: Required Help ... Its Urgent Pin
Guffa28-Sep-06 1:21
Guffa28-Sep-06 1:21 
GeneralRe: Required Help ... Its Urgent Pin
Keith Barrow28-Sep-06 2:42
professionalKeith Barrow28-Sep-06 2:42 
Questionpassing array to javascript Pin
vijay258328-Sep-06 0:25
vijay258328-Sep-06 0:25 
AnswerRe: passing array to javascript Pin
Guffa28-Sep-06 1:36
Guffa28-Sep-06 1:36 
QuestionWhy my messagebox not appear? Pin
cheeken2u27-Sep-06 23:44
cheeken2u27-Sep-06 23:44 

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.