Hello Experts,
I am working on a project, where a web page created is created dynamically. I am not able to understand how the data is populated, how the methods are executed etc. Basically I need to know some basic theory first. If possible please provide any document for me to go thru. An example of web page with explanation would be great.
Thank you in advance.
i don't really have an example to give as we can find those from googling it, but in general, web content are hosted in a web server and the content are displayed based on what we want to show. in some scenarios, such content are presented dynamically either via client side technologies (such as JavaScript) or server side technologies (such as web controls in ASP.NET that pulling the content by writing server side scripting, such as C#/ VB.NET)
to answer your question, first you need to determine what web technologies and architectures you want to use in your project. such as MVC, RESTful web service, jQuery, database to be used, mobile responsiveness and other frameworks you can think of.