http://ashishware.com/AJAXTT.shtml Source code and some write up on creating AJAX tooltip for ASP.NET DatagridView. Can be used with DataGrid(asp.net v1.x) with minor modification. Hope u find it useful :)
ashish_patil
Posts
-
AJAX tooltip for ASP.NET Datagrid -
displaying images in tooltip for tree nodesThis can make your job a bit easy: http://ashishware.com/Tooltip.shtml Its a
based object oriented javascript tooltip. It supports some basic animation and adjustable opacity. Check out the examples. Hope it makes things bit easier for you! Regards, Ashish
-
Photo album Integrated with Gooogle Maps !I have created a very simple HTML base photo album integrated with Google Maps.You can share your photo and the place where it was taken on a map. I tried to make it as straightforward I could. There is only a single XML file a user has to edit to use this album. :) View the album: http://ashishware.com/photoalbum.html Download and How to : http://ashishware.com/photo.shtml Comments and suggestion welcomed :) [Check out more http://ashishware.com/DhtmlGallery.shtml\] Ashish Patil http://ashishware.com ashishpatil.blogspot.com
-
Writting to Word document templateYou need "microsoft primary interop assemblies" . Search for that on google and download the ones that correspond to you version of Office. To do what you want, you need to have office installed on your machine(remmember that). Now if you are familiar with VBA syntax, its easy to work with the word document model in C#. Its basically very similar to doing that in VBA.:) http://ashishware.com
-
how to convert from any file to pdf file using vb.netBy 'any' do you mean 'most/all printable files' . Then maybe there are ways. For MS Office documents you can use many of commercially avaliable tools or convert them to postscript first and then use a program like Ghostscript to get PDF. A nice program that does this is PDFCreator. For documents like Reports XML-FOP might be a good option. To author PDF documents , you can use the iTextSharp library. But I dont think there is a 'single' tool that can convert all printable file formats to PDF :(.For example if you have to convert word document to PDF or an excel sheet , then you MOST PROBABLY (99.99% ;)) will have to have MS Office installed onto your system. It will convert it to postscript and use tool like Distiller to conver it to PDF. You can mail me for more specific details. http://ashishware.com
-
Collapsible Panels with JavascriptYet another javascript for Collapsible ;) I have tried to make it Object oriented. You can see the demo online here: http://ashishware.com/OOPDemos.shtml Following is link to non-object oriented version. http://ashishware.com/CollapsiblePanel.shtml I have tested it with FireFox and IE. Can anyone tell me if they work with Safari aswell ?? Thanks in advance.