cvrajeesh

Stories kicked by cvrajeesh

Calling server method from client side(rajeeshcv.com)

submitted by cvrajeeshcvrajeesh(25) 3 years, 6 months ago

ASP.net AJAX has got nice bridging between your server side and client side technologies. Using the ASP.net AJAX you can easily call a method in a page. The restriction here is that, the methods your are trying to call should be static and public. read more...

add a comment |category: |Views: 27

tags: another

How web servers identify your session?(rajeeshcv.com)

submitted by cvrajeeshcvrajeesh(25) 3 years, 6 months ago

How a web server identify a session, when many different users are concurrently connected read more...

add a comment |category: |Views: 8

tags: another