Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to create a control which behaves like facebook favorites edit screen (see image). I am working on ASP.NET

Thanks

Sample facebook favorites window

share|improve this question

closed as not a real question by CBroe, Richard Harrison, Filburt, Igy, Bill the Lizard Apr 2 at 13:19

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 1 down vote accepted

To create this functionality will require considerable javacript/jQuery and AJAX skills. You can use the new ASP.NET WebAPI to achieve much of the back-end functionality.

If you have those skills - please be more specific about what you need help with.

If not, your best bet is to trawl the websites of component frameworks and vendors, such as jQueryUI, Infragistics, Telerik and so on. I doubt you will find anything that does everything.

Instead, break it down into smaller parts. Start with the autocomplete search box. Then you could use something like knockoutjs to display the list of favourites below it. Then use jQuery to add functionality like removing a favourite.

Finally - test thoroughly across all browsers!

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.