Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
The same way we have sticky notes on vista/7 gadgets, a sticky notes on ubuntu, is it possible to a ASP.NET C# webpage having sticky notes, that communicates with the server database?
Posted
Comments
ZuluRonG 3-Apr-12 14:25pm    
test

Looking at the link you posted, you could achieve this with a draggable div tag. With the content being retrieved from the database using jQuery. You should do a search for draggable content jquery. There are guaranteed to be plenty of plugins that will work for you. Just make sure to test them in IE to ensure that you don't get memory leaks; some of the plugins are less stringent about managing memory than others.
 
Share this answer
 
Comments
Maxdd 7 30-Nov-10 9:58am    
Thank you very much for helping!

For what I found its possible to make what I need with AJAX and jquery.

Once I need to integrate it in asp.net webpage with MSSQL database, what should be better, and why ?
ZuluRonG 3-Apr-12 14:25pm    
rong
If I had understand correctly ,it is possible with AjaxControlToolkit. But we cannot write code for you.
 
Share this answer
 
Comments
Sandeep Mewara 30-Nov-10 6:02am    
Comment from OP:
So I can do something like this http://listhings.com/[^]

using Ajax ?
Maxdd 7 30-Nov-10 9:59am    
Of course, I just needed to know what technologies I can use so I know for what I should research :)
ZuluRonG 3-Apr-12 14:25pm    
Yes this will work.
Maxdd 7 3-Apr-12 14:34pm    
Year and a half later, those sticky notes are already done and outdated ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900