Click here to Skip to main content
15,929,749 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to update a Web User Control at design time? Pin
minhpc_bk28-Sep-06 15:43
minhpc_bk28-Sep-06 15:43 
QuestionHelp Please Pin
cisco210328-Sep-06 7:04
cisco210328-Sep-06 7:04 
AnswerRe: Help Please Pin
Meax28-Sep-06 7:28
Meax28-Sep-06 7:28 
AnswerRe: Help Please Pin
Not Active28-Sep-06 7:31
mentorNot Active28-Sep-06 7:31 
QuestionSet path to file input control Pin
Tiger45628-Sep-06 6:31
Tiger45628-Sep-06 6:31 
AnswerRe: Set path to file input control Pin
minhpc_bk28-Sep-06 15:46
minhpc_bk28-Sep-06 15:46 
GeneralRe: Set path to file input control Pin
Tiger45628-Sep-06 18:40
Tiger45628-Sep-06 18:40 
QuestionEncrypting a password!! Pin
Sonu.T28-Sep-06 5:53
Sonu.T28-Sep-06 5:53 
AnswerRe: Encrypting a password!! Pin
Not Active28-Sep-06 6:04
mentorNot Active28-Sep-06 6:04 
QuestionGridView RowCommand Pin
John Gathogo28-Sep-06 5:45
John Gathogo28-Sep-06 5:45 
AnswerRe: GridView RowCommand Pin
minhpc_bk28-Sep-06 15:50
minhpc_bk28-Sep-06 15:50 
Questionadding numeric values of two textboxes and displaying in third textbox. Pin
pranavcool28-Sep-06 4:28
pranavcool28-Sep-06 4:28 
AnswerRe: adding numeric values of two textboxes and displaying in third textbox. Pin
Guffa28-Sep-06 4:57
Guffa28-Sep-06 4:57 
AnswerRe: adding numeric values of two textboxes and displaying in third textbox. Pin
albCode28-Sep-06 5:25
albCode28-Sep-06 5:25 
AnswerRe: adding numeric values of two textboxes and displaying in third textbox. Pin
John Gathogo28-Sep-06 6:42
John Gathogo28-Sep-06 6:42 
QuestionRepeater and Runtime Pin
shapper28-Sep-06 4:23
shapper28-Sep-06 4:23 
AnswerRe: Repeater and Runtime Pin
Not Active28-Sep-06 5:05
mentorNot Active28-Sep-06 5:05 
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.


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.