Answer Posted / situ
Asp.net is aserver technology communicate same way like
other technology like jsp,php,or asp etc.
Server technology communicate it resource like server
document,server control,server scripting from server,Server
document dynamic document communicate with espective page
cycle relates with roundtrip which initiate through any
server.control a action that means page state change,when
page state change control value,variable value &
datastructure value may be lost for current state,making
they comptable with various state,State management can be
assign two ways,
1.Client site
2.Server site
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the uses of reflection?
What is custom events? How to create it?
What is Web API?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Why mvc is better than asp.net? : Asp.Net MVC
What is the full meaning of asp.net?
What are asp.net web forms?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is the difference between Hash table and Array list?
What is anonymous authentication?
Give 2 examples for scenarios when routing is not applied?
Distinguish between Server-side and Client-side code with its functionality?
Which type of state management is provided by Query String in ASP.NET?
Describe in brief .net framework and its components.
Explain repository pattern in asp.net mvc? : asp.net mvc