ASP.NET Articles (487) - Page 25

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.
 
Vipul
Delete Message of Confirmation 
Last updated on: 28 Apr 2009 07:08:06 PM by Vipul | Views: 6036 | Category: ASP.NET |
This is delete confirmation in Gridview
Questpond
Implementing Audit trail using trigger 
Last updated on: 27 Apr 2009 12:21:24 AM by Questpond | Views: 11200 | Category: ASP.NET |
There are many way of doing audit trail and in one of my previous article I had discussed how we can implement audit trail using prototype pattern
Vipul
FileHandler 
Last updated on: 25 Apr 2009 03:36:39 AM by Vipul | Views: 9800 | Category: ASP.NET |
You can download and upload word document using this lines of code.
Vipul
ListPicker 
Last updated on: 24 Apr 2009 01:59:10 AM by Vipul | Views: 9201 | Category: ASP.NET |
There is no more difference in windows and web listbox it is so simple to implement in web.
Vipul
Show Glow 
Last updated on: 19 Apr 2009 09:24:54 PM by Vipul | Views: 6545 | Category: ASP.NET |
This article show glow on any message
Vipul
GenerateMD5Hash 
Last updated on: 16 Apr 2009 03:25:59 AM by Vipul | Views: 5293 | Category: ASP.NET |
These code can convert in Hash.
Vipul
DropShadow 
Last updated on: 16 Apr 2009 02:15:38 AM by Vipul | Views: 5682 | Category: ASP.NET |
This article is useful for displaying shadow
  • Vipul
    ImageUploadUsingSqlDataSource 
    Last updated on: 15 Apr 2009 10:06:30 PM by Vipul | Views: 7583 | Category: ASP.NET |
    These code can insert image in database using sqldatasource.
    Majith
    Checking Existing Records Using Array of Data Rows 
    Last updated on: 13 Apr 2009 05:47:55 AM by Majith | Views: 12275 | Category: ASP.NET |
    This code explains the method to check the existing database records without using for loops and improving the performance to the applications.
    Vuyiswamb
    Paging without a Wizard (SqldataSource Control) in ASP.NET 
    Last updated on: 16 Mar 2010 09:06:14 AM by Vuyiswamb | Views: 14522 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    Dave(CodeProject) once told me not to use Wizards. Well let me tell what I come across in ASP.NET. I came across “PAGING” and I looked for examples on the NET, all were using SqldataSource control. I have nothing against the control; I must admit that Microsoft has done a very good job on it. It’s just that I am against using the wizards. I am a type of Programmer that is interested in writing what the wizard will do for me. Others might ask questions lie “Why reinvent a wheel”. My answer is it makes me a better programmer who understands better. Now in this Article we are going to write our small Paging Application still following the N-Tier Design Style without using any wizard.
    Vuyiswamb
    Introduction to SQL Injection in ASP.NET 
    Last updated on: 28 Mar 2009 06:17:59 PM by Vuyiswamb | Views: 12357 | Category: ASP.NET |
    Votes: 3 | Rating: 5 out of 5
    Every time I get involve in a new project that I happen to inherit, I always come across sql code in the pages and input that is not trapped. Well some of this applications are used internally and some go to clients externaly. One programmer argued about how dangerous it is to write your sql statement in the pages. In this short article am going explain the reasons why is it not a good programming practice or dangerous to your users if you don’t trap the input or if you write your sql on your pages. It is because it leads to sql injection. What is SQl Injection?
    Questpond
    Implementing Audit/history tracking using Prototype Pattern 
    Last updated on: 18 Mar 2009 04:43:44 AM by Questpond | Views: 16793 | Category: ASP.NET |
    Data audit trail is one of the most required features in any project. This article will talk about audit trail through application using prototype pattern. Most the projects have three tier architecture and have the core business objects in place. In this article we will see how we can leverage the current business objects to implement auditing functionalities.
    SheoNarayan
    How to host an asp.net webpage as service? 
    Last updated on: 16 Mar 2009 10:30:24 AM by SheoNarayan | Views: 7667 | Category: ASP.NET |
    Generally hosting .aspx page as services is not suggested as Web Service is especially built for this purpose. However, in some scenario this is likely to avoid an extra layer of SAOP because of Web Services protocol and to avoid adding reference to the consuming clients.
    Vijayaragavan1982
    Read ConnectionString From App.config File 
    Last updated on: 12 Mar 2009 01:48:38 AM by Vijayaragavan1982 | Views: 40386 | Category: ASP.NET |
    Read ConnectionString Information from Application Configuration File.
    Questpond
    LINQ FAQ for Newbie’s 
    Last updated on: 04 Mar 2009 11:32:43 PM by Questpond | Views: 11175 | Category: ASP.NET |
    In this section we will run through basics of LINQ and then see 5 basic LINQ queries which you will always need in your project for queries. While looking at the basics we will also try to learn what problem LINQ solves from the perspective of middle tier business objects.