C#.NET and google.api

  • Thread starter Thread starter lily82
  • Start date Start date
L

lily82

I try to use C#.net to build a multimedia search engine which will
intergrate with google api to get the results. Visual studio.NET is
my development enviroment and ASP.NET web application is my visual C#
project. Where can I find the sample C# codes for this kind of web
application development?? Thanx you very much

private void Page_Load(object sender, System.EventArgs e)
{
// Put user code to initialize the page here
// what kind of coding should put here??
}

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
I'm not sure we have enough information here to really help you out...

Using the Google API in a web app shouldn't be any different than using it
in a normal app - there is a C# example (and VB.Net) provided with the
Google API, maybe check out those to see if they help.
 
Back
Top