Loading .NET Server Controls?Client Side? is an useful tutorial for the .NET programmers for displaying the web server controls in the HTML page with the help of IFRAME. Using IFRAME is an easy way to fetch the web server controls from the server an
Using Interfaces In .NET Remotiing is an article in which the author gives details about the method of creating an interface which helps to differentiate server side code and client side code. The author discusses about the procedure for creating an
Midware is a framework to build multi-tier client/server applications using Delphi and BCB. It works on a LAN, WAN and the Internet using TCP/IP. MidWare has two sets of components: one set for server side and one set for client side. There are also
In this tutorial you can get the solution for setting the focus on the html and server controls of ASP.NET by passing the control in the parameter of the setfocus method. You can use the RegisterStartupScript method to register the client side code w
Netscape, IE and client side validation in ASP.NET is a tutorial in which author discusses about the solution for the problem that occur while executing form validation. In Netscape the form validation has to be done in server side while the IE brows
This is an ASP.NET tutorial through which you can learn how to add the client side script in the ASP.NET pages. Using client side script helps in reducing load on the server. RegisterClientScriptBlock and RegisterStartupScript methods of the Page cla
CustomValidator Control is an ASP.NET article in which author explains about the custom validator control, which perform validation both in client side and server side. In server side validation, the validation is done with the help of servervalidate
Component-Based .NET Server Pages is a reference guide which discusses the information about ASP.NET. It elaborately describes about the three families of components with their working and some features such as postback events, client-side and server
This tutorial teaches the programmers to develop a program which writes another program. It helps the programmers to write a program on the server side and which will write another program on the client side. This article teaches you how to store dat
This tutorial guides the programmers to facilitate their web services with server to server data transaction facility by enabling XMLHTTP protocol. It also has given description individually for both server side and client side servers for how to han |