Articles (2414) - Page 93

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.
 
Itorian
Creating New Website in local IIS using Visual Studio 2010 
Last updated on: 11 Aug 2011 03:52:44 AM by Itorian | Views: 14515 | Category: IIS |
In this quick post you will learn how to create a new website in local IIS using Visual Studio and access it directly from browser.
Ksuresh
Working with DateTime data type in C# 
Last updated on: 10 Aug 2011 06:40:41 AM by Ksuresh | Views: 48566 | Category: C# |
In this article we are going to learn DateTime data type, its methods and properties.
Sheonarayan
How to access master page variable/property from the content page? 
Last updated on: 10 Aug 2011 03:06:20 AM by Sheonarayan | Views: 49334 | Category: ASP.NET |
In this article, we shall learn how to access master page variable/property from the content page.
Itorian
Namespaces in C# 
Last updated on: 10 Aug 2011 02:33:49 AM by Itorian | Views: 8460 | Category: C# |
In this post you will learn how to write custom namespaces and nested namespaces in C#.
Dhirendra
How to Store view state at Server Side step by step 
Last updated on: 08 Aug 2011 11:08:07 AM by Dhirendra | Views: 17670 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article, we are going to learn how to store view state at server side in a file and retrieve the state for asp.net page processing.
Sheonarayan
How to access Master page control from the content page? 
Last updated on: 08 Aug 2011 08:42:38 AM by Sheonarayan | Views: 33470 | Category: ASP.NET |
Votes: 1 | Rating: 3 out of 5
In this article, we shall learn how to access Master page control from the content page.
Sheonarayan
How to nest more than one master page in ASP.NET? 
Last updated on: 05 Aug 2011 04:26:41 AM by Sheonarayan | Views: 12401 | Category: ASP.NET |
Votes: 3 | Rating: 4 out of 5
In this article, we shall learn how to nest more than one master page in ASP.NET
  • Vishvvas
    Software patterns - GRASP (Part IV – Controller) 
    Last updated on: 04 Aug 2011 02:49:53 AM by Vishvvas | Views: 28052 | Category: Best Practices |
    Votes: 1 | Rating: 5 out of 5
    In this part of article for "Software patterns- GRASP", we would run through the process of assigning responsibilties of coordinating or controlling the system/ UI events.
    Sheonarayan
    How to change the Master page dynamically for a content page in ASP.NET? 
    Last updated on: 03 Aug 2011 05:39:47 AM by Sheonarayan | Views: 70501 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn how to change the Master page dynamically for a content page in ASP.NET.
    Sheonarayan
    How to work with or create Master pages in ASP.NET? 
    Last updated on: 01 Aug 2011 07:28:18 AM by Sheonarayan | Views: 15754 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn how to create and use master page in ASP.NET.
    Ksuresh
    DataTypes in C# 
    Last updated on: 30 Jul 2011 09:13:26 AM by Ksuresh | Views: 60876 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    In this Article we are going to learn about Data Types in C#
    Vishvvas
    Software Patterns - GRASP (Part II – Information Expert) 
    Last updated on: 29 Jul 2011 09:05:04 AM by Vishvvas | Views: 29041 | Category: Best Practices |
    In this part of article for "Software Patterns- GRASP", we would explore the pattern "Information Expert" and run through the process of assigning responsibilties to such class.
    Vuyiswamb
    How to show Desktop Notifications in Silverlight 
    Last updated on: 29 Jul 2011 08:49:51 AM by Vuyiswamb | Views: 13782 | Category: Silverlight |
    Votes: 2 | Rating: 5 out of 5
    You might want to show notification from your application like outlook does. As a Silverlight Evangelist I will only demonstrate the Silverlight way. It is just an easy thing to do.
    Sheonarayan
    How to load the user control dynamically? 
    Last updated on: 29 Jul 2011 08:02:45 AM by Sheonarayan | Views: 11242 | Category: ASP.NET |
    In this article, we shall learn how to load the user control dynamically.
    Klbaiju
    Edit in gridview using jquery simple method part-2 
    Last updated on: 29 Jul 2011 08:00:30 AM by Klbaiju | Views: 17404 | Category: jQuery |
    This is the second part of my first article where I am explaining how to edit the GridView using jQuery.