What is the Difference between user and server controls?
Answer Posted / gupta
1.server controls are dll's and placed in toolbox,
1.user controls are pages and it have an extexsion .ascx.
It does not placed in toolbox.
2.User controls are more simple to create
2. but custom controls are more simple to use.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the different types of validation controls provided in ASP.NET?
How do I create a web form?
What is fulltrust?
What is masterpage?
Is asp.net free?
What are the validation controls available in ASP.NET?
what is silver light when will we use silver light,
What is aspect-oriented programming?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
calling result set one procedure to anothar procedure in sql2000
What is the difference between a candidate key and primary key?
What is content page in asp net?
What kind of data we can store in viewstate?
List the advantages and disadvantages of user control an custom control?
What is the exact purpose of http handlers?