What is the difference between a web custom control,web user
control and a web part.
Answer / sudhir
Web custom control are those controls which are placed into
gac and user can add it in tool box.and it is difficult to
create.and One Custom control can share diffrent
application.
User controls are used and create for particular
application .It easy to create and for using it for
dirrent application need to copy same user control on
dirrent applications.
Web part are new feature of dot net 2.0 . by using web part
controls user can runtime change the size,position and
layout of controls within the web parts controls,also web
part gives facility to hide,edit delete controls.It is in
built controls.
| Is This Answer Correct ? | 16 Yes | 1 No |
Session State and can i store desirialized object in state server, if yes how and if not why.
how would you manage data if u were not to use sessions or cookies ?
what is a required field validation control?
What is .net mobile images control. : Microsoft dot net mobile
Which Binding best suits where a WCF Service and the client application resides in the same machine?
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
How can I create a application?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
How can we perform data binding in atlas?
Explain the purpose of cache? How is it used? : .NET Architecture
How does .net remoting work?
How do we do authentications using atlas?