Answer Posted / zeeshan
when a user places the request on web browser it goes to server thru http request which carries the request towards iis or asp.net web server 2.0 at web server then it calls the processrequest() method to complete the request then finally it produces http-response which sent back to the client which has placed the request this http-response first gets converted into html representation form then can easily be displayed on web browser I think it vl help to the beginners.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of using MVC programming pattern in ASP.NET?
Explain the concept of MVC Scaffolding?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
How are sessions stored?
Explain the difference between debug.write and trace.write?
What are the merits and demerits of viewstate?
How many ways are there to maintain a state in .net? What is view state?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What are triggers of an updatepanel?
Disable browser cache for entire ASP.NET website?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
Explain the main differences between asp and asp.net?
Explain about the Class view window?
What are the elements of a website?
Where are session variables stored?