I am new to component development.
I have designed a file manager using jQuery and ajax with asp.net(seperate project).
I want to make this as a reusable component which should be used across various projects.
Is there any way to make it as a user or custom control..?
Thankz in advance..
There is not any standard guidelines to make it re-usable but you should try and make it more generic. Example it shouldn’t have any domain/user specific code written and then it can be used as custom control.
But in general a custom control project generally have only classes, so if you could share more details about your project, that would be of great help to comment.
For reference : http://msdn.microsoft.com/en-us/library/aa728786(v=vs.71).aspx