Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

am working on a mobile website and in this we have to use HTML5 to caching the site and use it in offline. In this website we have to do searching functionality for this functionality we have to search entire site content using a keyword. What language we can use for server side scripting?

If anybody having idea regarding this please post here, early posts are appreciated.

Thanks and Regards
v.s.r.k.raju.
Posted

1 solution

V.SivaRamaKriShnaRaju wrote

What language we can use for server side scripting?


You can use any .NET language like C# with ASP.NET[^] to develop web applications.

V.SivaRamaKriShnaRaju wrote

caching the site

ASP.NET also provides caching[^] features.

V.SivaRamaKriShnaRaju wrote

In this website we have to do searching functionality for this functionality we have to search entire site content using a keyword

You can use Google seach API for this. But you can also develop your custom search functionality for the same.

I guess you have no idea about ASP.NET. You need to learn it first.
You can develop almost any kind of web applications using this technology.

Hope the answer gives you a start.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900