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
Describe a bubbled event and how it is used ?
Define the steps to set up validation control.
Explain file-based dependency and key-based dependency.
Can you dynamically assign a Master Page?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
how to debug web services on consumer side?
Where are session variables stored?
What is the equivalent of date() and time() in asp.net?
How do I use response redirect?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What are session state modes? List some of the important session state modes of asp.net.
How is session id generated?
Differentiate between structure and class.
Define msil.
Why do I get error message "could not load type" whenever I browse to my asp.net web site?