ASP.NET Articles (487) - Page 15

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.
 
Madhuk
Sorting in Repeater control using Linq. 
Last updated on: 14 Nov 2010 12:02:02 AM by Madhuk | Views: 13863 | Category: ASP.NET |
In this article I will explain how to implement sorting in repeater control using Linq and this is a simple way of sorting within the repeater control.
Tripati_tutu
Sample application on 4-Tier Architecture 
Last updated on: 15 Feb 2011 02:18:12 AM by Tripati_tutu | Views: 11667 | Category: ASP.NET |
This article contains 4-tier architecture with SQL ServerCE (Compact Edition) database. It includes analyzing, designing and coding for a Employee detail record present in the database by using 4-tier architecture.
Vuyiswamb
How to add a Facebook "Like" or "Recommended" button in Silverlight and Asp.net 
Last updated on: 10 Nov 2010 08:59:52 PM by Vuyiswamb | Views: 26299 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
You ran to my article thinking that you will definitely do this in silverlight. Well it is practically not possible because you have to use iframes to do that and iframes cannot be used in xaml. But I will show you how can do it for your silverlight application not necessarily injecting it in your xaml.
SheoNarayan
Gmail style file upload in ASP.NET 
Last updated on: 11 Nov 2010 12:14:32 PM by SheoNarayan | Views: 103867 | Category: ASP.NET |
Votes: 3 | Rating: 3.67 out of 5
In this article, I shall show how to upload files in Gmail style where there is no Upload button, no file upload control. Just a link and thats it!
SheoNarayan
FileUpload - uploading file to the server without clicking a button 
Last updated on: 10 Nov 2010 12:45:40 PM by SheoNarayan | Views: 84657 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article, I shall show how to beign the file upload process without user explicitely clicking the Upload button.
Ambily.raj
Advanced Customization in ASP.Net Dynamic Data 
Last updated on: 25 Oct 2010 03:08:37 AM by Ambily.raj | Views: 25643 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
ASP.Net Dynamic Data is used to develop data driven web applications using dynamic page and field templates. In this article, we will look into the various validation options and custom pages.
Questpond
CAS (Code access security) & .NET 4.0 Security model FAQ (With Full Video demonstration) 
Last updated on: 23 Oct 2010 09:20:10 AM by Questpond | Views: 20425 | Category: ASP.NET |
This article first starts with the basic concepts of CAS like evidence, permission, code groups and caspol.exe. It then moves ahead to demonstrate how CAS can be implemented in real world. This article further talks about ground up changes made in .NET 4.0 for CAS. In those regards it discusses about security transparent model and sandboxing.
  • Ambily.raj
    Customization in ASP.Net Dynamic Data 
    Last updated on: 20 Oct 2010 06:33:13 PM by Ambily.raj | Views: 24428 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    ASP.Net Dynamic Data is used to develop data driven web applications using dynamic page and field templates. In this article we will see how to customize our ASP.Net Dynamic Data web application.
    Ambily.raj
    Routing in ASP.Net Dynamic Data 
    Last updated on: 18 Oct 2010 09:23:47 AM by Ambily.raj | Views: 27723 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    ASP.Net Dynamic Data is used to develop data driven web applications using dynamic page and field templates. In this article we will look into the custom routing mechanism supported by ASP.Net Dynamic Data.
    Tripati_tutu
    How to apply custom paging to a DataGrid control 
    Last updated on: 18 Oct 2010 03:12:55 PM by Tripati_tutu | Views: 16258 | Category: ASP.NET |
    In this article I have explained how you can apply custom paging to a DataGrid control. With the help of this custom paging you can easily navigate the records one by one present in the DataGrid control. Also I have given a code snippet that will give you the brief idea that how you can apply custom paging to the controls.
    Ambily.raj
    ASP.Net Dynamic Data 
    Last updated on: 18 Oct 2010 01:07:34 AM by Ambily.raj | Views: 50423 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    ASP.NET 4.0 supports different types of web application development and associated templates. In this article, we will talk about the ASP.Net Dynamic Data and how we can create a fully functional web application without writing a single line of code.
    Swethaperugu
    How to perform Insert,Update,Delete and Load operations onto the Database 
    Last updated on: 16 Oct 2010 10:58:51 PM by Swethaperugu | Views: 9023 | Category: ASP.NET |
    Votes: 1 | Rating: 3 out of 5
    Performing Insert ,Update,Delete and Load operations onto the database using SQL authentication.
    Vikas413
    ASP.NET Security Update Now Available 
    Last updated on: 29 Sep 2010 12:12:33 PM by Vikas413 | Views: 7370 | Category: ASP.NET |
    Remember vulnerability of ASP.net I talked about before, now updates are available for all frameworks of .NET and also for all os platforms
    Vikas413
    ASP.NET Security Vulnerability and it’s solution 
    Last updated on: 21 Sep 2010 10:00:36 PM by Vikas413 | Views: 7394 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    Vulnerability in ASP.NET Could Allow Information leak, how to solve it and link to good knowledge base post ;)
    SheoNarayan
    Passing multiple IDs to the database from ASP.NET Application 
    Last updated on: 12 Sep 2010 06:01:58 PM by SheoNarayan | Views: 10299 | Category: ASP.NET |
    Votes: 3 | Rating: 4.33 out of 5
    Many a time we come into the situation where we need to pass ProductIds or ItemIds separated by comma from UI to the database. The first thing that comes in our mind is its easy by using IN keyword in the SQL Server but this is not as easy as it looks like. In this article, I have shown how to handle this situation easily in the client side itself.