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 is difference between ispostback and autopostback in asp net?
Define web.config in .net?
What is a web pool?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Explain Session state management options in ASP.NET.
What are custom user controls in asp.net?
What is the use of ASP.NET routing?
Can we have multiple web config files for an asp.net application?
How response object is related to asp's response object?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Explain managed code an un-managed code.
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Explain the advantages of caching?
What are the various types of validation controls provided by asp.net?
How can we update records in gridview?Is there any appropriate code for it?