Articles (2414) - Page 113

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.
 
Esensahoo
Step by step building a bar graph webpage using MS-Charting Tool 
Last updated on: 30 Dec 2010 05:56:53 PM by Esensahoo | Views: 20011 | Category: ASP.NET |
In this article I will be explaining step by step building an application using MS-Charting tool(a free add-on for Visual Studio)
SheoNarayan
Maintaining browser history in ASP.NET AJAX 
Last updated on: 29 Dec 2010 11:23:50 AM by SheoNarayan | Views: 24859 | Category: ASP.NET AJAX |
Votes: 2 | Rating: 5 out of 5
In this article, I am going to show how to maintain browser history in ASP.NET AJAX page while performing asynchronous postback (partial postback).
Vuyiswamb
How to use Telerik Scheduler to Display Appointments in Asp.net Part I 
Last updated on: 20 Dec 2010 09:15:54 AM by Vuyiswamb | Views: 61788 | Category: ASP.NET AJAX |
Votes: 2 | Rating: 5 out of 5
Maybe now you have accepted that the controls you see in your toolbox or those that is shipped with visual Studio does not have functionality that you might want to have on your web application or Silverlight. One needs to consider that the days of Classic asp are over, and one needs to accept that there are people out there who dedicated their time to fill your toolbox with controls that can do what you wanted to do. Me and Sheo we agreed that we are going to teach our visitors that sometimes you do not need to do things yourself. There are Companies like www.telerik.com , www.Infragistics.com , www.DevExpress.com who dedicated their time to make this possible at a certain fee. I will be writing articles on these nice controls and how to use them. The Last Control I used was the Scheduler provided by Telerik.
Sathya4260
Upload images to database and View in Gridview 
Last updated on: 20 Dec 2010 05:26:44 AM by Sathya4260 | Views: 16188 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
Most of them using the images to be displayed in their websites, I have most of the beginners when trying this they are able to upload the images to database but suffer a lot to view the same image in the web, Since i have posted the coding in C# to upload the image in database and view the list of all images in grid view.
Tristanlim
File Upload Download to SQL Server using Dynamic Data Services 
Last updated on: 17 Dec 2010 03:41:01 AM by Tristanlim | Views: 27180 | Category: ASP.NET |
Shows how to incorporate upload/download to SQL server function directly using Dynamic Data: 1 Create the Dynamic Data website 2 Create Custom Field Templates 3 Create the Custom Field Templates to implement the upload/download functionality
Chvrsri
Creating a Windows Service Using C# 
Last updated on: 15 Dec 2010 08:45:41 AM by Chvrsri | Views: 63034 | Category: C# |
Votes: 5 | Rating: 5 out of 5
Windows Services is the most important feature for the long standing applications to run services automatically soon after the system boots.We can manually control these Services by starting and stoping at a specific time.
Chvrsri
Accessing a Method of aspx page into a User Control 
Last updated on: 14 Dec 2010 02:12:43 AM by Chvrsri | Views: 23818 | Category: C# |
Votes: 5 | Rating: 3.8 out of 5
In this small article I am going to explain how to access a method of .aspx page into an UserControl.
  • SheoNarayan
    Inserting and Loading records in Silverlight using LINQ to SQL 
    Last updated on: 13 Dec 2010 08:08:56 PM by SheoNarayan | Views: 35091 | Category: Silverlight |
    Votes: 3 | Rating: 4 out of 5
    In this article, I shall describe steps of how to insert and load records from SQL Server database using LINQ to SQL and WCF Services.
    Ambily.raj
    Workflow Foundation 4.0 - Custom Activity 
    Last updated on: 09 Dec 2010 11:10:43 PM by Ambily.raj | Views: 63903 | Category: WWF |
    Votes: 4 | Rating: 4.75 out of 5
    Workflow Foundation 4.0 is introduced a significant amount of change from the previous versions of the technology. This article will be the first in a series of articles. In this article I will be discussing about the introduction to Custom Activity Development. In next articles, I will be concentrating more on the different aspects of Custom Activity Development.
    Ambily.raj
    Workflow Foundation 4.0 - BookMark 
    Last updated on: 09 Dec 2010 11:10:19 PM by Ambily.raj | Views: 72472 | Category: WWF |
    Votes: 1 | Rating: 5 out of 5
    Workflow Foundation 4.0 is introduced a significant amount of change from the previous versions of the technology. This article will be the second in a series of articles. In this article we will be discussing about the Bookmark and related topics used in Custom Activity Development.
    Ambily.raj
    Workflow Foundation 4.0 - WorkflowDataContext 
    Last updated on: 09 Dec 2010 11:09:42 PM by Ambily.raj | Views: 46465 | Category: WWF |
    Workflow Foundation 4.0 is introduced a significant amount of change from the previous versions of the technology. This article will be the third in a series of articles. In this article we will be discussing about how to pass data from host application to workflow without using bookmarks.
    Ambily.raj
    Workflow Foundation 4.0 - Extension 
    Last updated on: 09 Dec 2010 12:04:01 AM by Ambily.raj | Views: 55626 | Category: WWF |
    Votes: 2 | Rating: 4.5 out of 5
    Workflow Foundation 4.0 is introduced a significant amount of change from the previous versions of the technology. In WF4.0, we are using Extensions for communication between the host and workflow, the workflow and its child activities and between child activities. There are two types of extensions in WF4.0, in this article we will look into the normal extensions.
    Tripati_tutu
    How to change the Background of control if Validation failed 
    Last updated on: 08 Dec 2010 12:16:01 PM by Tripati_tutu | Views: 17401 | Category: ASP.NET |
    In this article I will show you how to change the background and border color for controls that failed the validation in an ASP.Net application.
    Ambily.raj
    SQL Profiler - DeadLock Graph 
    Last updated on: 08 Dec 2010 06:35:24 AM by Ambily.raj | Views: 25715 | Category: Sql Server |
    Votes: 2 | Rating: 5 out of 5
    One of the nightmares of a developer is the deadlock. The main source of a deadlock is the backend code, SQL Server scripts. In this article, we will discuss about how to use the SQL Profiler to capture the deadlocks in SQL Statements.
    Anup1252000
    WCF: Basics of DataContract 
    Last updated on: 08 Dec 2010 03:39:11 AM by Anup1252000 | Views: 66841 | Category: WCF |
    Votes: 3 | Rating: 5 out of 5
    DataContract will come under namespace System.Runtime.Serialization. During design time, DataContract Attribute is used to indicate which class should be represented as XSD. DataMember Attribute indicates which class member to be used in external representation.