Articles (2414) - Page 123

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.
 
Psmiles18
How to create documentation from comments in .Net? 
Last updated on: 18 Jun 2010 12:29:53 AM by Psmiles18 | Views: 26088 | Category: VB.NET |
Votes: 4 | Rating: 5 out of 5
This article is useful to generate XML document from XML comments written in VB .Net / C# .Net code
Muhilan
How to create datatable programmatically from a string using C#? 
Last updated on: 16 Jun 2010 03:18:19 PM by Muhilan | Views: 49190 | Category: ASP.NET |
Votes: 2 | Rating: 4 out of 5
In this article explain you how to create datatable programmatically from a string using C#.
Sheonarayan
Export text along with image into MS Excel file 
Last updated on: 16 Jun 2010 05:27:53 AM by Sheonarayan | Views: 20882 | Category: ASP.NET |
Votes: 2 | Rating: 4 out of 5
This article explains how to export text and image into MS Excel file and provide it as downlodable file.
Psmiles18
How to create & consume Web service ? - The simplest way 
Last updated on: 15 Jun 2010 11:05:42 AM by Psmiles18 | Views: 15617 | Category: ASP.NET |
Votes: 3 | Rating: 5 out of 5
This article is to learn the simplest method of creating and consuming web services.
Syedshakeer
CASCADING Referential Integrity in SqlServer 
Last updated on: 13 Jun 2010 09:15:21 PM by Syedshakeer | Views: 15321 | Category: Sql Server |
Votes: 2 | Rating: 4 out of 5
This article will expalins you how to delete and update a Child Table records implicitly when updating or deleting a Parenet Table.
Muhilan
How to call C# function from VB.Net? 
Last updated on: 11 Jun 2010 01:58:17 AM by Muhilan | Views: 55755 | Category: Windows Forms |
Votes: 3 | Rating: 4.33 out of 5
To Call C# function from VB.Net.
SurajRane
Event Validation in ASP.NET 
Last updated on: 11 Jun 2010 01:57:03 AM by SurajRane | Views: 25793 | Category: ASP.NET |
Votes: 3 | Rating: 4 out of 5
Writing here to describe what is event validation in Asp.Net. Once during development I got below error when I was trying do post back using selected index Change event of a DropDown and I know you might have somewhere got this during development.
  • Pratikshagzb
    Charting Controls Now Built-into .NET 4 
    Last updated on: 09 Jun 2010 11:24:36 AM by Pratikshagzb | Views: 39550 | Category: ASP.NET |
    This article shows how to work with ASP.NET Chart cotrol and describe how to create 2D and 3D Column chart and Line chart.
    Vuyiswamb
    How to Update Remote SQL Server Databases with a Single Click "SQL Remote All Updater" 
    Last updated on: 09 Jun 2010 08:52:17 AM by Vuyiswamb | Views: 11786 | Category: Sql Server |
    Votes: 22 | Rating: 4.91 out of 5
    This article describes how to update Remote SQL Server Databases with a Single Click.
    Susantaown
    Country List in ASP.NET 
    Last updated on: 07 Jun 2010 12:30:56 AM by Susantaown | Views: 30936 | Category: ASP.NET |
    Votes: 1 | Rating: 2 out of 5
    Its very difficult to remember to all the country name. This article will collect all the country name and bind to a DropDownList. Its very simple class just import this Country.cs in your application and get all the country name.
    Abhi2434
    Pluggable Styles and Resources in WPF with Language Converter Tool 
    Last updated on: 06 Jun 2010 04:23:31 PM by Abhi2434 | Views: 25679 | Category: WPF |
    Votes: 3 | Rating: 4.33 out of 5
    In this article I have showed how you can build pluggable Resources for styles, Languages or any static objects etc. Therefore building a new style doesn't hampers your code and you can easily plugin any new style to the application inspite it is already in production environment. I have added a language converter tool, which will generate multi lingual resources for you.
    Questpond
    3 ways to do WCF instance management (Per call, Per session and Single) 
    Last updated on: 06 Jun 2010 10:36:21 AM by Questpond | Views: 44658 | Category: WCF |
    Votes: 2 | Rating: 4 out of 5
    Many times we would like to control the way WCF service objects are instantiated on WCF server. You would like to control how long the WCF instances should be residing on the server.
    Spisat
    Dynamic feature in C# 4.0 
    Last updated on: 04 Jun 2010 08:27:18 PM by Spisat | Views: 8156 | Category: C# |
    New advancements incorporated in the latest .Net Framework version 4, specifically for C# 4.0
    Muhilan
    StopWatch Application using C# 
    Last updated on: 04 Jun 2010 11:02:20 AM by Muhilan | Views: 50913 | Category: Windows Forms |
    Votes: 2 | Rating: 4 out of 5
    In this article explains you how to create Stopwatch Application using C#.
    Abhisek
    Troubleshoot Error: An attempt to attach an auto-named database for file <C:\database file path> failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share. 

    Last updated on: 02 Jun 2010 09:44:59 PM by Abhisek | Views: 72598 | Category: Error and Solution |
    Votes: 1 | Rating: 5 out of 5
    This article tries to troubleshoot the error: An attempt to attach an auto-named database for file <C:\database file path> failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share. This article tells the step by step procedure to handle this type of error.