Sign In
Sanjeetosphere
Sanjeet's technical outbursts.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ajax
Business Object
C# 3.0
Custom Paging
Enterprise
GridView
LINQ
ObjectDatasource
Personal
Software Design
xmlhttp
xmlhttprequest
Archive
Archives
July 2008
(1)
May 2008
(1)
September 2007
(3)
June 2007
(5)
May 2007
(1)
April 2007
(5)
April, 2007
MSDN Blogs
>
Sanjeetosphere
>
April, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sanjeetosphere
There is something about Delegates
Posted
over 5 years ago
by
MSDNArchive
3
Comments
Whenever you might have started reading about Delegates, the first line you read is : "Delegates are function pointers in C#" Now what is a function pointer? and how is it going to make my life any easier? Lets understand function pointers now. Function...
Sanjeetosphere
AJAX in a nutshell : It can't get any simpler folks
Posted
over 5 years ago
by
MSDNArchive
1
Comments
1. Ajax basics - "Asynchronous JavaScript and XML," is a web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so...
Sanjeetosphere
There's something about Async - 1
Posted
over 5 years ago
by
MSDNArchive
1
Comments
An overview of Asynchronous-ness: Getting started You must have read in a number of blogs/articles that asynchronous operations are good for your UI responsiveness. It sounds good too. But, for last many months I have been working hard to put them in...
Sanjeetosphere
XMLHttp : Step 2
Posted
over 5 years ago
by
MSDNArchive
2
Comments
How to call Webserver methods using Javascript If you are planning to call your own ASP.Net webservice from client side using XMLHttp you need to configure its web.config. Add the following inside <system.web>: <webservices> <protocols>...
Sanjeetosphere
XMLHttp : Step 1
Posted
over 5 years ago
by
MSDNArchive
4
Comments
What is XMLHttpRequest? - It is an API that is used by JavaScript and some other scripting languages to transfer data (XML/plain text) "to-and-from" a web server over HTTP. - You can make a call from an html page also. In the following example we are...
Page 1 of 1 (5 items)