Click here to Skip to main content
15,890,436 members
Home / Discussions / Web Development
   

Web Development

 
QuestionPrinting only a div in a page Pin
jeguzmanv6-Jul-07 6:24
jeguzmanv6-Jul-07 6:24 
QuestionPrinting only a div in a page Pin
jeguzmanv6-Jul-07 6:19
jeguzmanv6-Jul-07 6:19 
AnswerRe: Printing only a div in a page Pin
Fred_Smith6-Jul-07 6:46
Fred_Smith6-Jul-07 6:46 
GeneralRe: Printing only a div in a page Pin
jeguzmanv6-Jul-07 7:20
jeguzmanv6-Jul-07 7:20 
Questionfinding File Pin
Sachin Pimpale5-Jul-07 21:59
Sachin Pimpale5-Jul-07 21:59 
AnswerRe: finding File Pin
Fred_Smith6-Jul-07 3:37
Fred_Smith6-Jul-07 3:37 
QuestionWebservice Pin
kankeyan5-Jul-07 21:49
kankeyan5-Jul-07 21:49 
AnswerRe: Webservice Pin
Naga Rajendra Kumar6-Jul-07 1:17
Naga Rajendra Kumar6-Jul-07 1:17 
A web service is a collection of protocols and standards used for exchanging data between applications or systems. Software applications written in various programming languages and running on various platforms can use web services to exchange data over computer networks like the Internet in a manner similar to inter-process communication on a single computer. This interoperability (e.g., between Java and Asp.net, or Windows and Linux applications) is due to the use of open standards.

In brief, .NET Remoting is an architecture which enables communication between different application domains or processes using different transportation protocols, serialization formats, object lifetime schemes, and modes of object creation. Remote means any object which executes outside the application domain. The two processes can exist on the same computer or on two computers connected by a LAN or the Internet. This is called marshalling (This is the process of passing parameters from one context to another.), and there are two basic ways to marshal an object:
Marshal by value: the Server creates a copy of the object passes the copy to the client.
Marshal by reference: the Client creates a proxy for the object and then uses the proxy to access the object.



Rajendra Kumar Yerra

GeneralRe: Webservice Pin
kankeyan6-Jul-07 2:24
kankeyan6-Jul-07 2:24 
QuestionUnable to browse pages through IIS Pin
pubududilena5-Jul-07 21:43
pubududilena5-Jul-07 21:43 
AnswerRe: Unable to browse pages through IIS Pin
Fred_Smith6-Jul-07 3:42
Fred_Smith6-Jul-07 3:42 
GeneralRe: Unable to browse pages through IIS Pin
pubududilena6-Jul-07 5:36
pubududilena6-Jul-07 5:36 
GeneralRe: Unable to browse pages through IIS Pin
Fred_Smith6-Jul-07 6:13
Fred_Smith6-Jul-07 6:13 
QuestionNNTP question about getting new headers Pin
nm_1145-Jul-07 20:57
nm_1145-Jul-07 20:57 
QuestionHow to save textbox value in session on onblur event of textobx Pin
rahul.net115-Jul-07 20:38
rahul.net115-Jul-07 20:38 
AnswerRe: How to save textbox value in session on onblur event of textobx Pin
Fred_Smith6-Jul-07 3:44
Fred_Smith6-Jul-07 3:44 
AnswerRe: How to save textbox value in session on onblur event of textobx Pin
Christian Graus6-Jul-07 4:07
protectorChristian Graus6-Jul-07 4:07 
QuestionCopy Row Help Pin
Sachin Pimpale5-Jul-07 20:06
Sachin Pimpale5-Jul-07 20:06 
QuestionCSS Parent Selector Pin
eggie55-Jul-07 18:23
eggie55-Jul-07 18:23 
AnswerRe: CSS Parent Selector Pin
Guffa6-Jul-07 8:53
Guffa6-Jul-07 8:53 
QuestionSaving picture on webpage problem. [modified] Pin
Junior Boy5-Jul-07 16:40
Junior Boy5-Jul-07 16:40 
AnswerRe: Saving picture on webpage problem. Pin
Fred_Smith6-Jul-07 3:36
Fred_Smith6-Jul-07 3:36 
GeneralRe: Saving picture on webpage problem. Pin
Junior Boy6-Jul-07 5:23
Junior Boy6-Jul-07 5:23 
GeneralRe: Saving picture on webpage problem. Pin
Fred_Smith6-Jul-07 5:55
Fred_Smith6-Jul-07 5:55 
GeneralRe: Saving picture on webpage problem. Pin
Junior Boy6-Jul-07 6:25
Junior Boy6-Jul-07 6:25 

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.