Blogspot - gnillydev.blogspot.com - Gnilly ASP.NET Developer Notes
General Information:
Latest News:
OpenContacts 1.0 release (with Live/Hotmail support) 11 Dec 2007 | 07:19 pm
OpenContacts 1.0 with Live support has released. https://sourceforge.net/project/showfiles.php?group_id=210092&package_id=252191&release_id=560658 Now supported: Import Google Mail contacts Import...
OpenContacts.NET is released 16 Nov 2007 | 02:26 am
OpenContacts.NET 1.0 Alpha is released. Hosted on SourceForge.net. Project link: OpenContacts.NET 1.0 (http://sourceforge.net/projects/opencontactsnet) Please report bugs, feature requests on pro...
Default button on ASP.NET form 13 Nov 2007 | 11:26 pm
I was using special JavaScript for specifying default button in ASP.NET forms. I've just found perfect solution: Imagine you created form in asp.net like and you need to perform LoginButton click wh...
OpenContacts.NET 9 Nov 2007 | 06:49 am
Hi I'm planning to release OpenContacts.NET under GNU Lesser public license. OpenContacts.NET is open source .NET library from importing contacts from popular mail services/social networks. Now I ha...
Live (MSN, Hotmail) contacts importing in c# 31 Oct 2007 | 04:12 am
Also it's simple to make Live Contacts importing .NET class. Microsoft provides public REST API to user contacts. You should get TicketAcquirer class from http://msdn2.microsoft.com/en-us/library/bb4...
Import contacts from GMail .NET platform 31 Oct 2007 | 03:56 am
Are you want to get free code for importing contacts from other web-mail services? I've found working open source .NET library for accessing Google Mail. Take a look at http://johnvey.com/features/g...
EmptyRepeater - Repeater with Empty Template 26 Oct 2007 | 10:58 pm
When I'm using ASP.NET Repeater instead of I can't find EmptyDataTemplate like in GridView. I've implemented Repeater with Empty template.
Untitled 25 Oct 2007 | 09:44 pm
Thanks to Nikie for Visual Basic .NET version on Yahoo! importing code!
Yahoo! Contact Import class in C# 17 Oct 2007 | 11:08 pm
I tried to find free Yahoo! Contact import code for .NET platform. I found only paid packages for 300+$. I've implemented importing and you can use it for free. (But you need to make some change in c...
min-width, min-height, max-width, max-height style properties in IE 17 Oct 2007 | 02:46 am
Before I was using IE expression to implement min-width in IE like Firefox. (Take a look at http://www.gunlaug.no/contents/wd_additions_14.html) But today I've found the best solution of min/max-width...