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 |
What is a virtual memory? : Dot net architecture
What are the five stages in a dlx pipeline? : Dot net architecture
Explain difference between machine config vs. Web config : Dot net architecture
Explain what does the term "green architecture" mean? : .NET Architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
3. Should validation (did the user enter a real date) occur server-side or client-side? Why?
What is the difference between primary & secondary storage device? : Dot net architecture
Explain some of the disadvantages due to microsoft.net?
how to make my form not to appear in the task bar?
What does this do? Gacutil /l | find /i "corillian"
What are the types of memory management? : Dot net architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.