Have you designed any components?
Answers were Sorted based on User's Feedback
Answer / nvns
Components are nothing but Functions(which we wrote).
ex:Database components, means the functions which we wrote
in database class file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / yashwanth
Component is nothing but a Class..In .Net you can write code for a class with a user specified name ,in which u can design your own methods and properties for that class.....
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the "helperpage.isajax" property?
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
Can we have more than 1 partial classes in the same file?
What are the 2 ways of adding constraints to a route?
Mention some action filters which are used regularly in ASP.Net MVC?
What are the mobile devices supported by .net platform
What is asp net framework?
What is storage model? : Entity framework
What is Jit compilers?.how many are available in clr
What is entitytypes? : Entity framework
How we can call a javascript function on the change of a dropdown list in mvc?
What is different between User Control and Web Control and Custom Control?