Google AJAX Search
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Can I use the AJAX search API's provided by Google in .Net (C#) Applications? If yes then how to do it? I am new to AJAX & web development in .Net. :confused: Thanks
Offcourse. What AJAX does in the background is just sending an HTTP requist and recieving the reply. There is a complete implementation of the HTTP protocol in .NET that you can use.