Diff B/W user control and server control
Answers were Sorted based on User's Feedback
Answer / roopesh m.k
Server controls are default custom controls.these are built
in controls but user controls are user defined
controls,these are re reusable controls.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vivek
Server control can be run alone
user control can not run alone
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kiwi
server control is custom control which are executed on the
server. these server controls are easy to use but difficult
to create,whereas user controls are easy to create but
difficult to use. these controls are executed on client side
Is This Answer Correct ? | 0 Yes | 5 No |
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is deff. saop and disco?
Difference between server.Execute and response.redirect ?
5 Answers Accenture, Keane India Ltd,
Why Web Services?
What is boxing and how it is done internally?
What are the uses of reflection?
What’s the difference between Response.Write() andResponse.Output.Write()?
what is mean by framework?
What are the asp.net security controls?
what cut off mark for po's,what questions they asked for interview?
Is asp.net a programming language or framework?
what is the difference between console.writeline &console.output.writeline?