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 |
How long should a session id be?
Differentiate between authentication and authorization.
can u debug application programatically? if yes how?
page life cycle of asp.net.
Explain what is event bubbling?
Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?
what is the difference between primary key and foreign key?
How can we call webservices in Banking Applications? and where we are using it?
Define session in asp.net.
What is viewstate information stored?
How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)
Does the following statement executes successfully: Response.Write(?value of i = ? + i);