ASP.NET Articles (487) - Page 21

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.

487 records found.
 
RtpHarry
Using a CompareValidator to check input is a valid date 
Last updated on: 12 Sep 2009 11:46:31 AM by RtpHarry | Views: 15107 | Category: ASP.NET |
In this article rtpHarry examines the CompareValidator and some of the usage scenarios that aren't immediately obvious when you start using it.
G_arora
Explore State Management 
Last updated on: 14 Sep 2009 09:49:37 AM by G_arora | Views: 8199 | Category: ASP.NET |
The State or Cache Management is nothing but the way to storing the data in Client-Side and in Server-Side using preity small memory.
Virendradugar
Assign Value to Asp.Net TextBox with mode="Password" 
Last updated on: 10 Sep 2009 10:34:26 PM by Virendradugar | Views: 16068 | Category: ASP.NET |
This article explains to assign value to the text box with "Password" mode, as text box with Password mode lost it's value on postback.
Virendradugar
ASP.NET 4.0 : ViewStateMode (New Property) 
Last updated on: 10 Sep 2009 05:19:25 AM by Virendradugar | Views: 14375 | 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: 14564 | 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 Stored Procedures using asp.net 
Last updated on: 09 Sep 2009 07:40:30 AM by G_arora | Views: 8026 | 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.
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: 11309 | 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: 21101 | Category: ASP.NET |
    This article explains how you can execute the web service via HTTP GET method.
    G_arora
    Creating Progress Bar for FileUpload control 
    Last updated on: 07 Sep 2009 06:00:28 AM by G_arora | Views: 49485 | 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:
    G_arora
    Creating dynamic pages using custom control 
    Last updated on: 07 Sep 2009 10:31:10 AM by G_arora | Views: 7728 | 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.
    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: 14927 | 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.
    Goldytech
    Url rewriting with http module in asp.net 
    Last updated on: 06 Sep 2009 11:55:50 PM by Goldytech | Views: 22407 | 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.
    SheoNarayan
    Common operation with Files and Folders in ASP.NET 
    Last updated on: 08 Mar 2010 11:57:30 AM by SheoNarayan | Views: 22599 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, I shall show how to do common operations like Copy, Move, Delete, Create, Rename and Search files and folders in ASP.NET.
    Virendradugar
    Asp.Net 2.0 File Upload Control 
    Last updated on: 04 Sep 2009 02:47:11 AM by Virendradugar | Views: 11459 | 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: 13153 | Category: ASP.NET |
    In this post I show you how can you get the maximum out of standard asp.net control