Posted: 4/17/2009 12:09:06 AM
Hi members,
I was going through this tutorial from w3schools.com The example implements a AJAX Suggest Example.
My issue is that the destination page is written in asp and PHP. You can check the pages from here .
What should be the aspx version of this page???? Where shpould i declare those arrays defined on those pages?
Thanks
Posted: 4/17/2009 12:44:17 AM
Hi Joy,
In the ASPX version (or .NET version), you have two options:
1. either do inline coding (put the HTML and server side code on the same aspx page). This is the same style as in old ASP.
2.use code behind classes, here you declare your variables (arrays etc) in the .cs or .vb file, and put the HTML in the ASPX
Also, just a small note: W3C sites are not good for learning AJAX :) they are pretty outdated!
HTH,
Vivek
Posted: 4/17/2009 2:22:35 PM
joydeep157 said: The example implements a AJAX Suggest Example.
The example implements a AJAX Suggest Example.
Hi,
If you are working with ASP.NET and want to implement google suggest functionality then you can refer the tutorials provided in the thread below:
http://www.codeasp.net/forums/asp-