What is custom control. What is the difference between
custom control and user control?
Answer Posted / venkat
User Control is for only for that Perticular Application
and Profer GUI u can see at Runtime ,We can not add this
one to Tool box
Custom Control is a third Party vendor, it is not for
perticular application ,proper GUI u can see at design
time ,we can add this to tool box.Eg.. Date Picker..
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What language is asp.net written in?
From which base class all web forms are inherited?
Where session variables are stored?
How do we implement bundling in MVC?
Explain the difference between inline and code behind - which is best in?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is a proxy in web service?
How to find last error which occurred in Asp.net ?
Is viewstate enabled by default?
What is http only cookie?
What is web api and why to use it?
Name the two properties are on every validation control?
What’s difference between “optimistic” and “pessimistic” locking?
What asp.net control can embed xaml into asp.net pages?
Explain the use of errorprovider control in .net?