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 ispostback method in asp.net? Why do we use that?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is sta?
Define static constructor?
What is the compiled object?
What is applicatio domain?
What is full form of asp.net?
List the types of authentication supported by asp.net?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Explain asp.net application life cycle?
What is manifest in .net framework?
Define web.config in .net?
How to fetch a data from one table to another table in asp.net ?
How many types of session in ASP.NET
In which event of the page life cycle, is the viewstate available?