Articles (2414) - Page 111

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.
 
Ganeshji
File Upoad Using Javascript 
Last updated on: 27 Jan 2011 12:49:21 PM by Ganeshji | Views: 9153 | Category: ASP.NET |
Votes: 1 | Rating: 3 out of 5
Here i have shown how to check the extensions of the file which are being browsed by the FileUpload control.
Ganeshji
Master Page and Content Page 
Last updated on: 25 Jan 2011 02:59:45 PM by Ganeshji | Views: 59455 | Category: ASP.NET |
Votes: 3 | Rating: 4 out of 5
Here i have tried to discuss Master Page handling concept in details.
Questpond
Debugging, Tracing and Instrumentation in .NET and ASP.NET (14 FAQ) 
Last updated on: 25 Jan 2011 08:39:39 AM by Questpond | Views: 23859 | Category: ASP.NET |
Votes: 4 | Rating: 4.75 out of 5
Diagnosing a software application is an art and this art has to be more skillful when you go on production. In development environment you have the complete VS IDE tool so the diagnosing becomes much easier. On production environment as a best practice you do not install visual studio IDE. So on production it’s like fighting with the lion without a knife.
SheoNarayan
What is jQuery and how to start using jQuery? 
Last updated on: 25 Jan 2011 01:23:50 AM by SheoNarayan | Views: 56304 | Category: jQuery |
Votes: 4 | Rating: 4.75 out of 5
jQuery is not a language but it is a well written JavaScript code, As quoted on official jQuery website “it is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development“.
PandianS
Backup Compression - SQL Server 2008 
Last updated on: 22 Jan 2011 11:03:25 AM by PandianS | Views: 31172 | Category: Sql Server |
Votes: 2 | Rating: 5 out of 5
Most of us worry about Database Backup is Time taken, free space required for the backup file etc. etc.
Prabhakar
Merge Data Columns in Gridview 
Last updated on: 22 Jan 2011 05:04:59 AM by Prabhakar | Views: 18563 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article write the code to merge column & cells in same data in cells. I am described how to merge cells in Gridview in ASP.NET . In this article I am add OnRowDataBound Event of gridview and use RowSpan of cells.
Ambily.raj
Workflow Foundation 4.0 - Type Converter 
Last updated on: 22 Jan 2011 04:37:36 AM by Ambily.raj | Views: 42049 | Category: WWF |
Workflow Foundation 4.0 is introduced a significant amount of change in the Activity Designer. In WF4.0, Activity Designers are defined using WPF. Property management and display is one of the important aspects of a custom Activity Designer.
  • Ganeshji
    Difference between ref and out parameter 
    Last updated on: 20 Jan 2011 01:00:02 AM by Ganeshji | Views: 16072 | Category: C# |
    Votes: 2 | Rating: 5 out of 5
    Recently, I have come across a query in a forum. The query was something like 'difference between ref and out parameters'. Hence, I have just tried to point out the difference between the two.
    Ambily.raj
    Window's Control Property Extender 
    Last updated on: 20 Jan 2011 12:04:25 AM by Ambily.raj | Views: 11298 | Category: Windows Forms |
    In Windows application development, we have few built-in extender components like ErrorProvider, Tooltip, etc. Extender component will add few more properties to built-in controls to enhance the functionality. In this article we will discuss about creating a custom extender component for Windows controls.
    Raja
    Forms Authentication in ASP.NET with C#: Basic 
    Last updated on: 19 Jan 2011 10:35:47 PM by Raja | Views: 134496 | Category: ASP.NET |
    This article describe how to use Forms Authentication in ASP.NET with C#. After reading this article you will be able to create a web application with Forms Authentication. This article also includes downloadable sample project with source code.
    Prabhakar
    Insert HINDI Font from ASP.NET web page to SQL Server database 
    Last updated on: 19 Jan 2011 07:50:42 AM by Prabhakar | Views: 62054 | Category: ASP.NET |
    Votes: 2 | Rating: 5 out of 5
    We are In many sites to save HINDI data in SQL data base. But is too difficult to insert HINDI font in data base. I am tried to solve this problem. Then he work exactly .
    Prabhakar
    Export large data from Gridview to Excel file using C# 
    Last updated on: 18 Jan 2011 05:31:51 AM by Prabhakar | Views: 51639 | Category: ASP.NET |
    Votes: 2 | Rating: 4 out of 5
    A good way to display data is to show it in a grid view. However, it becomes difficult to manipulate and filter large amounts of data in this way. Exporting data to an Excel file is a great solution for handling large amounts of data because Excel has many features -- such as sorting, searching and filtering.
    Karthikanbarasan
    Parallel Processing in Visual Studio 2010 - Part I 
    Last updated on: 15 Jan 2011 08:32:24 AM by Karthikanbarasan | Views: 11762 | Category: .NET Framework |
    Votes: 1 | Rating: 5 out of 5
    This articles is 1st part of the 5 part series which gives overview of the Parallel Processing in Visual Studio 2010.
    SheoNarayan
    Consuming web service (WebMethod) from jQuery in ASP.NET 
    Last updated on: 14 Jan 2011 10:17:20 PM by SheoNarayan | Views: 44277 | Category: jQuery |
    Votes: 2 | Rating: 4.5 out of 5
    This article describes the way of calling ASP.NET Web Service (WebMethod) from jQuery.
    Karthikanbarasan
    Data Comparison Tool in Visual Studio 2010 
    Last updated on: 14 Jan 2011 03:27:43 AM by Karthikanbarasan | Views: 12722 | Category: Visual Studio |
    Votes: 2 | Rating: 5 out of 5
    This article explains the new Data Comparison tool in visual studio 2010.