Articles (2414) - Page 78

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.
 
Niladri.Biswas
Ways to store special character in XMl data type in SQL Server 
Last updated on: 10 Jun 2012 04:31:04 AM by Niladri.Biswas | Views: 54158 | Category: Sql Server |
Votes: 1 | Rating: 4 out of 5
This article will demonstrate the way to store special character like less than(<), greater than (>), ampersand(&) in XML data type
Me_Himanshu
Multiplication of two textboxes in modal popup extender repeater control having repeater control without javascript 
Last updated on: 06 Jun 2012 02:55:16 AM by Me_Himanshu | Views: 12694 | Category: ASP.NET AJAX |
Votes: 1 | Rating: 3 out of 5
I was developing an order from for my client.There was a 5 fields-:Customer name,Item,Quantity ordered,Rate of the item and total amount(i.e quantity* rate).The order is to be taken by admin of the website. Earlier the requirement was that the admin will enter each item individually. i.e if a single customer gives order of 10 items ,each item is to be inserted individually,and the total amount(rate * quantity) is to be multiplied and displayed in the page.That was quite easy and i have completed with simple function in javascript.But the trouble arised when user changed his requirement.Now the requirement was he want to enter multiple items for the same customer,and as soon as he click place order button,the data should be inserted in database.Everything was done,but i faced a bit trouble in multiplying the textboxes value in repeater.i crawled the google,but failed to find the worthful stuff.Finall i managed it.see how
Niladri.Biswas
Simple CRUD with NHibernate and Windows Form 
Last updated on: 01 Jun 2012 04:41:18 AM by Niladri.Biswas | Views: 45813 | Category: Others |
A demonstration for the beginners as how to start with NHibernate in windows form
Pavan_Kumar
WMI and .NET 
Last updated on: 24 May 2012 09:46:38 AM by Pavan_Kumar | Views: 17720 | Category: C# |
Votes: 1 | Rating: 5 out of 5
WMI is very helpful to access remote machine details.
Niladri.Biswas
Pass an encoded XML/HTML content in the form of Byte Array from one page to another 
Last updated on: 22 May 2012 10:18:27 PM by Niladri.Biswas | Views: 8652 | Category: ASP.NET |
In this article we will look into "how to pass an encoded XML/HTML content as Byte Array from one page to another using a query string"
Niladri.Biswas
How to use String.Format function of C# in Javascript and display multiple values of a resource file. 
Last updated on: 20 May 2012 10:09:42 PM by Niladri.Biswas | Views: 10783 | Category: JavaScript |
In this article we will look as how to use String.Format function of C# in JavaScript and display multiple values of a resource file.
Niladri.Biswas
Working with Silverlight Datagrid Control 
Last updated on: 14 May 2012 04:53:01 AM by Niladri.Biswas | Views: 58002 | Category: Silverlight |
In this article, we will look into some of the aspects of Silverlight Datagrid as a) Create a custom entity and bind to DataGrid through code using AutoGenerated Column On b) DataGrid binding by manually defining columns using Column Collection c) Paging in DataGrid using DataPager and PagedCollectionView class d) Displaying images in DataGrid
  • Sheonarayan
    Customizing asp:Chart Label font styles and intervals etc. 
    Last updated on: 08 May 2012 08:39:55 AM by Sheonarayan | Views: 51466 | Category: ASP.NET |
    Votes: 3 | Rating: 5 out of 5
    I was facing problem in adjusting the asp:Chart Axis labels font and intervals and found it very difficult to customize them. In this article, we are going to learn how to customize the asp:Chart control X or Y axis labels, its appearance and the intervals of the Label etc.
    Questpond
    MVC tutorial number 12 - What is RAZOR in MVC 3? 
    Last updated on: 24 Apr 2012 09:38:41 AM by Questpond | Views: 47989 | Category: ASP.NET MVC |
    This is the 12thMVC (Model view controller) tutorial and in this article we will try to understand what is Razor in MVC 3.
    Questpond
    How to validate using Data annotation(MVC tutorial number 11)? 
    Last updated on: 19 Apr 2012 09:18:26 AM by Questpond | Views: 27708 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 5 out of 5
    In this article we will try to understand how we can use data annotations for doing validations in MVC web application.
    Niladri.Biswas
    Invoke Javascript Methods from Silverlight Applications 
    Last updated on: 16 Apr 2012 10:34:41 PM by Niladri.Biswas | Views: 11422 | Category: Silverlight |
    In this tutorial, we will see how to invoke Javascript function through Silverlight applications
    Niladri.Biswas
    Invoke Silverlight Methods through Javascript 
    Last updated on: 15 Apr 2012 04:36:56 AM by Niladri.Biswas | Views: 11630 | Category: Silverlight |
    Votes: 1 | Rating: 4 out of 5
    In this article we will look as how to invoke Silver light methods from javascript
    Questpond
    How to create partial views (MVC tutorial number 10)? 
    Last updated on: 10 Apr 2012 08:22:19 AM by Questpond | Views: 93895 | Category: ASP.NET MVC |
    This is the 10thMVC (Model view controller) tutorial and in this article we will try to understand how we can improve reusability using partial views.
    Sheonarayan
    How to use Rotating, Skew and Multiple background image in CSS3? 
    Last updated on: 02 Apr 2012 04:58:48 AM by Sheonarayan | Views: 17311 | Category: CSS 3 |
    Votes: 1 | Rating: 5 out of 5
    In this article we are going to learn how to use Rotating, Skew and Multiple background images in CSS3.
    Sksamantaray
    Create Chart in SSRS(RDLC) Report 
    Last updated on: 31 Mar 2012 03:18:34 AM by Sksamantaray | Views: 28258 | Category: ASP.NET |
    In this article ,we will see how to create a Chart in SSRS(RDLC) Report.