Articles (2414) - Page 79

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

2414 records found.
 
Hmanjarawala
Define your own Collection class that support Iterator Pattern 
Last updated on: 31 Mar 2012 12:20:11 AM by Hmanjarawala | Views: 8348 | Category: C# |
Votes: 3 | Rating: 4.67 out of 5
In this article we are discussing over how to define Iterator classes for our own define class
Sheonarayan
How to use Opacity, Scale and box shadow and Zooming in CSS 3? 
Last updated on: 29 Mar 2012 10:22:09 AM by Sheonarayan | Views: 18877 | Category: CSS 3 |
Votes: 3 | Rating: 4 out of 5
In this article we are going to learn, how to use Opacity, Scale and box shadow and Zooming effects in CSS 3.
Hmanjarawala
Encrypt and Decrypt Query String 
Last updated on: 28 Mar 2012 04:43:42 AM by Hmanjarawala | Views: 20226 | Category: ASP.NET |
Votes: 4 | Rating: 4.75 out of 5
In this article we will get an idea, about how to encode query string while information passing and how to decode it at the receiver end.
Sksamantaray
Transforming a SSRS(RDLC) Report report output to Excel format 
Last updated on: 27 Mar 2012 12:14:02 PM by Sksamantaray | Views: 22728 | Category: ASP.NET |
In this article we shall learn how to transforming the report output into MS Excel.
Vishalbedre
How to bring RadioButton instead of CheckBox in asp:TreeView control 
Last updated on: 27 Mar 2012 10:23:02 AM by Vishalbedre | Views: 15590 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
I had a scenario where I wanted to convert the CheckBoxes of the TreeView to radio buttons and user should be able to select only one radiobutton items for a single parent node. I googled and couldn't find an easy way to do that and after that I came to this code snippet and it really works great. This article explain u how you can add the radio button in instead of checkbox in TreeView.
Sheonarayan
How to use Transition,Text-Shadow and Border-Radius effect in CSS 3? 
Last updated on: 27 Mar 2012 09:00:13 AM by Sheonarayan | Views: 15850 | Category: CSS 3 |
Votes: 2 | Rating: 4.5 out of 5
In this article we are going to learn, how to use transition, text-shadow and border-radius in CSS3.
Hmanjarawala
How to use IEnumerable/IEnumerator 
Last updated on: 27 Mar 2012 02:26:06 AM by Hmanjarawala | Views: 18263 | Category: C# |
Votes: 4 | Rating: 4.5 out of 5
This article describes use of IEnumerable interface for Collection types.
  • Prabhakar
    Import Gmail Contact’s in GridView and Send Mail to Selected Email id’s 
    Last updated on: 26 Mar 2012 03:14:08 AM by Prabhakar | Views: 30103 | Category: ASP.NET |
    Votes: 6 | Rating: 4.5 out of 5
    In this article I am fetching all Gmail contacts in Gridview . Many time we required our mail id contact list. In article I am trying to do this . All contacts are fetched in Gridview with name, mailed, home no, phone no etc.
    Sksamantaray
    Transforming a SSRS(RDLC)Report report output to PDF format 
    Last updated on: 24 Mar 2012 02:54:27 PM by Sksamantaray | Views: 18233 | Category: ASP.NET |
    Transforming the report output into PDF is an easy task now.
    Pavan_Kumar
    ABC of WCF 
    Last updated on: 23 Mar 2012 03:14:43 PM by Pavan_Kumar | Views: 21736 | Category: WCF |
    Votes: 4 | Rating: 4 out of 5
    In this article we will revisit the ABCs of WCF and see some practical scenario.
    Sksamantaray
    Send Mail using WebService 
    Last updated on: 18 Mar 2012 12:10:32 PM by Sksamantaray | Views: 25950 | Category: ASP.NET |
    Votes: 2 | Rating: 4.5 out of 5
    Sending mail is an easy task, using web-service has added some additional flavor to it.What i mean to say is if you know how to use a web-service it is not confined to web application only rather a windows form, applications like c++,java,vb programs can also consume the same web-service to send mail.
    Samrat153
    Use wildcards characters in SQL queries 
    Last updated on: 14 Mar 2012 01:43:20 PM by Samrat153 | Views: 10379 | Category: Sql Server |
    Use wildcards characters like %, _ in the where clause of an sql statement. Manage Error "xml parsing <line and character details> illegal name character"
    Shantanupatel
    Microsoft .NET Frameworks features details 
    Last updated on: 06 Mar 2012 01:14:05 AM by Shantanupatel | Views: 24621 | Category: .NET Framework |
    Votes: 7 | Rating: 4.57 out of 5
    This article describes the features and enhancements that has happened with respect to Microsoft .NET Frameworks
    Shantanupatel
    Clear cache using batch file for windows 7 and above 
    Last updated on: 05 Mar 2012 09:31:51 PM by Shantanupatel | Views: 54143 | Category: Others |
    Votes: 3 | Rating: 5 out of 5
    To clear the browser cache which gets stored in the temporary location of the machine when the URL is hit on the browser using a batch file.
    Shantanupatel
    Extensions for CSS 
    Last updated on: 01 Mar 2012 06:13:01 AM by Shantanupatel | Views: 8994 | Category: ASP.NET MVC |
    Votes: 4 | Rating: 5 out of 5
    Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are a special kind of static method, but they are called as if they were instance methods on the extended type. For client code written in C# and Visual Basic, there is no apparent difference between calling an extension method and the methods that are actually defined in a type. Reference: http://msdn.microsoft.com/en-us/library/bb383977.aspx