Articles (2414) - Page 67

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.
 
Raj.Trivedi
RDLC Reporting in Windows Application 
Last updated on: 17 Mar 2013 01:19:23 PM by Raj.Trivedi | Views: 83686 | Category: C# |
Votes: 2 | Rating: 4 out of 5
In this article we will be exploring the RDLC reporting feature of .NET.In VS 2010 Crystal Reports are not supported and to create Reporting Systems we can use rdlc feature.
Bh80prk
Drag and drop items between 2 treeview controls in Silverlight 
Last updated on: 15 Mar 2013 08:02:29 AM by Bh80prk | Views: 7454 | Category: Silverlight |
Votes: 1 | Rating: 5 out of 5
Silverlight provides drag and drop feature between any two silverlight controls. Assume that you have requirement list of employees loaded in one treeview control (Source) and drag one of the employee from Source to destination treeview control (selected).
Raj.Trivedi
Text to Speech Converter 
Last updated on: 11 Mar 2013 02:19:40 PM by Raj.Trivedi | Views: 10109 | Category: C# |
Votes: 2 | Rating: 3.5 out of 5
Here we will look into creating a simple app to make our app talk.
Raj.Trivedi
RDLC Reporting in Windows Applicaion 
Last updated on: 10 Mar 2013 10:48:28 AM by Raj.Trivedi | Views: 3786 | Category: C# |
In this article we will be exploring the RDLC reporting feature of .NET.In VS 2010 Crystal Reports are not supported and to create Reporting Systems we can use rdlc feature.
Raj.Trivedi
A Project on How to Create a Notepad kind of Application 
Last updated on: 09 Mar 2013 12:47:38 PM by Raj.Trivedi | Views: 24398 | Category: C# |
Votes: 2 | Rating: 5 out of 5
In this article we will see how we can create a simple app like notepad in Windows Application
Raj.Trivedi
Upload PowerPoint and Download from Gridview 
Last updated on: 27 Feb 2013 12:32:45 PM by Raj.Trivedi | Views: 7281 | Category: ASP.NET |
In this article we will be looking into how uploading the powerpoint and then binding its link to GridView to download can be achieved.
Niladri.Biswas
Let us start analyzing BigData in the Windows Azure-Hadoop environment 
Last updated on: 26 Feb 2013 11:46:30 PM by Niladri.Biswas | Views: 6246 | Category: Cloud |
In this step by step article we will look into how to implement a Map-Reduce for analyzing BigData in the Windows Azure-Hadoop environment
  • Self-Innovator
    Sample Online Exam 
    Last updated on: 23 Feb 2013 02:12:38 AM by Self-Innovator | Views: 34436 | Category: ASP.NET |
    Votes: 1 | Rating: 4 out of 5
    In this article i will demonstrate a simple online exam to with a java script timer.
    Rama Sagar
    create Asp.net Web Applications without a single line of coding using Code on time 
    Last updated on: 20 Feb 2013 03:29:01 AM by Rama Sagar | Views: 9344 | Category: ASP.NET |
    Votes: 2 | Rating: 3.5 out of 5
    This Article is for to learn how to create Asp.net Web Applications without a single line of coding using Code on time..This Generated code is useful to avoid the basic work to be done..
    Raj.Trivedi
    How to embed sql database in App_Data Folder? 
    Last updated on: 19 Feb 2013 11:01:18 AM by Raj.Trivedi | Views: 34292 | Category: ADO.NET |
    In this article we will see how we can use the database directly from our application.For this we will be using App_Data folder. We will be detaching and attaching the database for this purpose. Detach is to remove the database instance from Sql Management Studio. Attaching it in .NET app to use the database directly from App.
    Raj.Trivedi
    Search Data in ASP.NET Web App and get the results. 
    Last updated on: 18 Feb 2013 12:48:58 PM by Raj.Trivedi | Views: 6013 | Category: ASP.NET |
    This article explains on searching in asp.net website and get the results and bind in gridview.
    Vuyiswamb
    Kinect for Windows SDK Programming Guide(Book Review) 
    Last updated on: 18 Feb 2013 11:57:09 AM by Vuyiswamb | Views: 9411 | Category: Kinect |
    Votes: 1 | Rating: 5 out of 5
    This is a Review of the Book titled "Kinect for Windows SDK Programming Guide" by abhijit jana
    Raj.Trivedi
    Dynamically Change CSS on Button Click in ASP.NET 
    Last updated on: 17 Feb 2013 09:21:06 AM by Raj.Trivedi | Views: 26117 | Category: ASP.NET |
    This article will explain on how css can be changed dynamically on button click in asp.net
    Self-Innovator
    How to Convert GridView Data in to PDF File 
    Last updated on: 16 Feb 2013 04:38:17 AM by Self-Innovator | Views: 9760 | Category: ASP.NET |
    This article explains on how content from grid view an be converted in to a PDF file.
    Self-Innovator
    How to Convert GridView Data in to Html Table 
    Last updated on: 15 Feb 2013 05:22:07 AM by Self-Innovator | Views: 33336 | Category: ASP.NET |
    This article explains on how the Grid View data can be converted to HTML Table.