Articles (2414) - Page 140

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
Create Gmail-like loading indicator with ASP.NET Ajax 
Last updated on: 07 Sep 2009 02:26:27 AM by Virendradugar | Views: 14224 | Category: ASP.NET AJAX |
This article explains how to create Gmail like loading indicator.
Goldytech
Url rewriting with http module in asp.net 
Last updated on: 06 Sep 2009 11:55:50 PM by Goldytech | Views: 22573 | Category: ASP.NET |
In this post I show you what are httpmodule in asp.net and how can you develop your custom url rewriter solution. A post worth reading.
Virendradugar
Asp.Net 2.0 File Upload Control 
Last updated on: 04 Sep 2009 02:47:11 AM by Virendradugar | Views: 11541 | Category: ASP.NET |
This article explains the file upload control.
Goldytech
Extending Asp.net Calendar 
Last updated on: 03 Sep 2009 10:04:11 PM by Goldytech | Views: 13293 | Category: ASP.NET |
In this post I show you how can you get the maximum out of standard asp.net control
Syedshakeer
Working with Two ListBoxes 
Last updated on: 03 Sep 2009 07:40:09 AM by Syedshakeer | Views: 10980 | Category: ASP.NET |
In this Article I am going to explain how to send a Selected Item from one ListBox to another ListBox
Virendradugar
No need to type runat=”server” now 
Last updated on: 03 Sep 2009 04:15:11 AM by Virendradugar | Views: 8145 | Category: ASP.NET |
Votes: 1 | Rating: 4 out of 5
This is related to ASP.NET 4.0, where now there is no need to type runat attribute.
Saantosh
Value Type 
Last updated on: 02 Sep 2009 12:42:26 PM by Saantosh | Views: 6784 | Category: .NET Framework |
Value types are derived implicitly from the System.ValueType base type. Value types are variables that contain their data directly instead of containing a reference to the data stored in memory. Instances of value types are stored in memory called the stack, where the runtime can create, read, update, and remove them quickly.
  • Virendradugar
    ViewState and Readonly Property of Textbox 
    Last updated on: 01 Sep 2009 11:00:53 PM by Virendradugar | Views: 10426 | Category: ASP.NET |
    This article helps in understanding how the readonly property behaves when viewstate is enabled or disabled for textbox.
    Questpond
    .NET Best Practice No: 3:- Using performance counters to gather performance data 
    Last updated on: 01 Sep 2009 07:53:18 AM by Questpond | Views: 28611 | Category: ASP.NET |
    This article discusses how we can use performance counter to gather data from an application. So we will first understand the fundamentals and then we will see a simple example from which we will collect some performance data.
    Lakhangarg
    JavaScript Object Notation (JSON) 
    Last updated on: 01 Sep 2009 04:42:51 AM by Lakhangarg | Views: 9757 | Category: JavaScript |
    JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. JSON is a language independent text format which is fast and easy to understand. JavaScript Object Notation (JSON) is a text format for the serialization of structured data. File extension for json file is *.json The application/json is media type for JavaScript Object Notation (JSON).
    Goldytech
    How to use XML Data Type in SQL Server 2005 
    Last updated on: 30 Aug 2009 10:17:28 PM by Goldytech | Views: 9556 | Category: Sql Server |
    Votes: 1 | Rating: 4 out of 5
    This post describes how to use XML DataType and shows varrious methods to query it.
    Lakhangarg
    Definition of Method Overriding for Beginners 
    Last updated on: 30 Aug 2009 09:49:29 AM by Lakhangarg | Views: 9045 | Category: C# |
    Definition of Overrtide for Beginners with the help of a example.
    Goldytech
    How to enable asp.net application to use application services 
    Last updated on: 30 Aug 2009 12:10:32 AM by Goldytech | Views: 5323 | Category: ASP.NET |
    A tutorial video which explains step by step to enable your asp.net application to consume application services like Membership,Roles,Profiles etc.
    Syedshakeer
    How to calculate total at the BackEnd using Trigger? 
    Last updated on: 25 Aug 2009 06:14:14 PM by Syedshakeer | Views: 12529 | Category: Sql Server |
    In General we take input values what we had entered in textboxes and calculating displaying the result through front end coding.But this may not be secure to your data.so calculation have to be done at the Back end in Sqlserver using Triggers.Trigger will take input of inserted values from a table,after calculating them it insert the result at the particular result column.
    Syedshakeer
    How to display records as First-Next-Previous-Last in a Textboxes using Windows Application? 
    Last updated on: 25 Aug 2009 06:01:05 PM by Syedshakeer | Views: 20460 | Category: Windows Forms |
    In this article you will know how to display records in a textboxes as First,Next,Previous and Last records