Articles (2414) - Page 139

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.
 
Virendradugar
ASP.NET 4.0 : ViewStateMode (New Property) 
Last updated on: 10 Sep 2009 05:19:25 AM by Virendradugar | Views: 14501 | Category: ASP.NET |
This article explains about the new property of ASP.NET 4.0
Virendradugar
Capture Button’s Click Event of User Control in the Page 
Last updated on: 10 Sep 2009 04:28:49 AM by Virendradugar | Views: 14655 | Category: ASP.NET |
Solution to capture button’s click placed in user control inside the page that holds the user control.
G_arora
Working with Silverlight2 controls : A detailed look 
Last updated on: 09 Sep 2009 09:39:42 AM by G_arora | Views: 7549 | Category: Silverlight |
In my previous Articles we have learnt “How to start with Silverlight”. In the present article we will learn Silverlight Controls. I am covering the entire Article in a practical view so, I advise you please remind previous articles and create a test application for side-by-side practical or follow these steps to create a new test application:
G_arora
Silverlight2 : A detailed look 
Last updated on: 09 Sep 2009 09:14:52 AM by G_arora | Views: 5727 | Category: Silverlight |
Microsoft introduced Rich Internet Application with the introduction of Silverlight which is a very lightweight and a client-side application.
G_arora
Lets Start devlopment using Silverlight2 
Last updated on: 09 Sep 2009 08:04:09 AM by G_arora | Views: 5942 | Category: Silverlight |
From my last article on Silverlight we have seen that the Silverlight is meant for both Developer and Designers at bit differently from each-other. A Developer needs following: • Set up an IDE • An Editor to create an XAML and managed code • Moreover, SDK A designer needs to install some designer tools and a development environment which work with XAML
G_arora
Working with Stored Procedures using asp.net 
Last updated on: 09 Sep 2009 07:40:30 AM by G_arora | Views: 8134 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
Stored procedure helps to make your work easy. With the help of these you just have to supply some parameters only.
G_arora
Contracts in WCF : A simple view 
Last updated on: 09 Sep 2009 03:55:30 AM by G_arora | Views: 7750 | Category: WCF |
In simple words contract defines the functionality provides/offers by a service and functionaly uses by the client. Main point to note is : Contract can be completely independent of the implementation of service.
  • Gurumatrix2004
    What is Nunit? 
    Last updated on: 09 Sep 2009 02:41:58 AM by Gurumatrix2004 | Views: 33908 | Category: C# |
    This Section will be cover what is nunit ?
    Syedshakeer
    How to get the value of a Hidding column in a Gridview using C# 
    Last updated on: 08 Sep 2009 09:42:36 PM by Syedshakeer | Views: 11394 | Category: ASP.NET |
    when a user selects a row in a Grid that selected Row Hiding column value have to retrive.
    Virendradugar
    Execute Web Service via GET Method. 
    Last updated on: 08 Sep 2009 03:35:47 AM by Virendradugar | Views: 21173 | Category: ASP.NET |
    This article explains how you can execute the web service via HTTP GET method.
    G_arora
    Creating dynamic pages using custom control 
    Last updated on: 07 Sep 2009 10:31:10 AM by G_arora | Views: 7832 | Category: ASP.NET |
    In a simple creating an aspx page dynamically is a very tedious job. Whenever we think for dynamically creation scenarios stuck in mind about the overload to server etc. But with the help of this article one can attain the same as easily as creating another simple aspx page.
    G_arora
    How to Debug a WCF Service 
    Last updated on: 07 Sep 2009 06:12:55 AM by G_arora | Views: 70331 | Category: WCF |
    There are three different ways through one can Debug WCF service. In the article all 3-ways are described.
    G_arora
    Creating Progress Bar for FileUpload control 
    Last updated on: 07 Sep 2009 06:00:28 AM by G_arora | Views: 49619 | Category: ASP.NET |
    Its a very easy and a tactic task. The logic behind this is just to get the total time take for upload a file into server. The following code-snippet describes the same:
    Syedshakeer
    What is polymorphism? 
    Last updated on: 07 Sep 2009 03:41:57 AM by Syedshakeer | Views: 37426 | Category: OOPS |
    Votes: 3 | Rating: 4.67 out of 5
    Generally, it is the ability to appear in different forms. In oops concept, it is the ability to process objects differently depending on their data types. Its the ability to redefine methods for derived classes.
    Questpond
    4 steps to increase bandwidth performance for ASPX pages on IIS 6.0 
    Last updated on: 07 Sep 2009 02:47:12 AM by Questpond | Views: 15012 | Category: ASP.NET |
    This article is a warm up for my 4th article on .NET best practices. The 4th article was coming out to be too big to accommodate everything. So I have broken down the same in to 2 pieces, this article will show the basic steps needed for that article and the main article will talk in depth about the best practice. In case you have not read my previous articles on best practices below are some links.