Skip to content Skip to sidebar Skip to footer
Showing posts with the label Server Side

How To Send Values From Javascript To Server Side(asp.net)?

What is the best way to send values from JavaScript (client-side) to the server (asp.net) without r… Read more How To Send Values From Javascript To Server Side(asp.net)?

Getting Client To Automatically Send Data To Server

i am running a server side application which receives data of ping done from client side to certain… Read more Getting Client To Automatically Send Data To Server

Is "javascript" Also A Server Side Language?

Few year back I read on some websites that 'JavaScript is only a client-sided language'. i… Read more Is "javascript" Also A Server Side Language?

Implementing A Server Side Push For A Small Number Of Clients

For an web application I am working on I have the following requirements: Clients need to be able … Read more Implementing A Server Side Push For A Small Number Of Clients

Client-side Vs. Server-side Scripts To Process Order

I am designing a website to allow the user to pick the size of their pizza and the toppings they pu… Read more Client-side Vs. Server-side Scripts To Process Order

Convert Arraylist To Javascript Array

I am sending an arrayList from a java file to a .jsp file In order to receive that array I used the… Read more Convert Arraylist To Javascript Array